Searched refs:opnd (Results 1 - 18 of 18) sorted by relevance

/external/valgrind/main/memcheck/tests/vbit-test/
H A Dvalgrind.c40 valgrind_set_vbits(opnd_t *opnd) argument
45 num_bytes = opnd->type == Ity_I1 ? 4 : sizeof_irtype(opnd->type);
46 rc = VALGRIND_SET_VBITS(&opnd->value, &opnd->vbits.bits, num_bytes);
50 vbits_t actual = { .num_bits = opnd->vbits.num_bits };
51 rc = VALGRIND_GET_VBITS(&opnd->value, &actual.bits, num_bytes);
54 assert(equal_vbits(opnd->vbits, actual));
59 valgrind_get_vbits(opnd_t *opnd) argument
65 num_bytes = opnd
[all...]
H A Dunary.c12 const opnd_t *opnd = &data->opnds[0]; local
23 expected_vbits = opnd->vbits;
27 expected_vbits = truncate_vbits(opnd->vbits, num_bits);
31 expected_vbits = left_vbits(opnd->vbits, num_bits);
35 assert(num_bits * 2 == opnd->vbits.num_bits);
36 expected_vbits = upper_vbits(opnd->vbits);
40 expected_vbits = sextend_vbits(opnd->vbits, num_bits);
44 expected_vbits = zextend_vbits(opnd->vbits, num_bits);
H A Dutil.c36 fprintf(stderr, " opnd %u: ", i);
87 print_opnd(FILE *fp, const opnd_t *opnd) argument
90 print_vbits(fp, opnd->vbits);
93 if (equal_vbits(opnd->vbits, defined_vbits(opnd->vbits.num_bits))) {
95 print_value(fp, opnd->value, opnd->vbits.num_bits);
/external/iproute2/include/linux/tc_ematch/
H A Dtc_em_cmp.h14 __u8 opnd:4; member in struct:tcf_em_cmp
/external/kernel-headers/original/uapi/linux/tc_ematch/
H A Dtc_em_cmp.h14 __u8 opnd:4; member in struct:tcf_em_cmp
/external/iproute2/tc/
H A Dem_cmp.c44 int align, opnd = 0; local
108 opnd = TCF_EM_OPND_EQ;
110 opnd = TCF_EM_OPND_GT;
112 opnd = TCF_EM_OPND_LT;
135 cmp.opnd = (__u8) opnd;
169 if (cmp->opnd == TCF_EM_OPND_EQ)
171 else if (cmp->opnd == TCF_EM_OPND_LT)
173 else if (cmp->opnd == TCF_EM_OPND_GT)
H A Dem_meta.c361 int opnd; local
383 opnd = TCF_EM_OPND_EQ;
385 opnd = TCF_EM_OPND_GT;
387 opnd = TCF_EM_OPND_LT;
391 meta_hdr.left.op = (__u8) opnd;
/external/llvm/lib/Support/
H A Dregex2.h72 #define SOP(op, opnd) ((op)|(opnd))
H A Dregcomp.c1337 doemit(struct parse *p, sop op, size_t opnd) argument
1344 assert(opnd < 1<<OPSHIFT);
1352 p->strip[p->slen++] = SOP(op, opnd);
1359 doinsert(struct parse *p, sop op, size_t opnd, sopno pos) argument
1370 EMIT(op, opnd); /* do checks, ensure space */
/external/libnl/lib/route/cls/ematch/
H A Dcmp.c66 switch (cmp->opnd) {
/external/llvm/lib/Target/X86/
H A DX86FixupLEAs.cpp176 MachineOperand &opnd = MI->getOperand(i); local
177 if (opnd.isReg() && opnd.getReg() == p.getReg()) {
178 if (opnd.isDef())
/external/valgrind/main/VEX/priv/
H A Dhost_s390_isel.c362 s390_opnd_copy(UChar size, HReg dst, s390_opnd_RMI opnd) argument
364 switch (opnd.tag) {
366 return s390_insn_load(size, dst, opnd.variant.am);
369 return s390_insn_move(size, dst, opnd.variant.reg);
372 return s390_insn_load_immediate(size, dst, opnd.variant.imm);
384 s390_opnd_RMI opnd; local
386 opnd.tag = S390_OPND_REG;
387 opnd.variant.reg = reg;
389 return opnd;
397 s390_opnd_RMI opnd; local
1116 s390_opnd_RMI op2, value, opnd; local
1541 s390_opnd_RMI opnd; local
[all...]
H A Dhost_s390_defs.h341 HReg op2_hi; /* 128-bit operand high part; 64-bit opnd 1 */
343 HReg op3_hi; /* 128-bit operand high part; 64-bit opnd 2 */
352 HReg op_hi; /* 128-bit operand high part; 32/64-bit opnd */
493 HReg op2_hi; /* 128-bit operand high part; 32/64-bit opnd */
500 HReg op_hi; /* 128-bit operand high part; 32/64-bit opnd */
508 HReg op_hi; /* 128-bit operand high part; 32/64-bit opnd */
513 HReg op1_hi; /* 128-bit operand high part; 32/64-bit opnd */
515 HReg op2_hi; /* 128-bit operand high part; 32/64-bit opnd */
525 HReg op_hi; /* 128-bit operand high part; 64-bit opnd */
533 HReg op3_hi; /* 128-bit operand high part; 64-bit opnd */
[all...]
H A Dhost_s390_defs.c5545 s390_insn_unop(UChar size, s390_unop_t tag, HReg dst, s390_opnd_RMI opnd) argument
5553 insn->variant.unop.src = opnd;
7818 s390_opnd_RMI opnd = insn->variant.unop.src; local
7820 switch (opnd.tag) {
7823 UChar r2 = hregNumber(opnd.variant.reg);
7874 const s390_amode *src = opnd.variant.am;
7935 ULong value = opnd.variant.imm;
7992 s390_opnd_RMI opnd; local
7994 opnd = insn->variant.unop.src;
7996 switch (opnd
8088 s390_opnd_RMI opnd; local
[all...]
/external/compiler-rt/lib/msandr/
H A Dmsandr.cc210 bool OperandIsInteresting(opnd_t opnd) { argument
211 return (opnd_is_base_disp(opnd) && opnd_get_segment(opnd) != DR_SEG_FS &&
212 opnd_get_segment(opnd) != DR_SEG_GS);
348 // TODO: move aflags save/restore to per instr instead of per opnd
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_peephole.cpp237 void opnd(Instruction *, ImmediateValue&, int s);
281 opnd(i, src0, 0);
284 opnd(i, src1, 1);
615 ConstantFolding::opnd(Instruction *i, ImmediateValue &imm0, int s) function in class:nv50_ir::ConstantFolding
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_peephole.cpp237 void opnd(Instruction *, ImmediateValue&, int s);
281 opnd(i, src0, 0);
284 opnd(i, src1, 1);
615 ConstantFolding::opnd(Instruction *i, ImmediateValue &imm0, int s) function in class:nv50_ir::ConstantFolding
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 270 milliseconds