HomeSort by relevance Sort by last modified time
    Searched refs:opnd2 (Results 1 - 8 of 8) sorted by null

  /external/valgrind/main/VEX/priv/
ir_inject.c 194 IRExpr *data, *rounding_mode, *opnd1, *opnd2, *opnd3, *opnd4; local
216 opnd2 = mkU8(*((Char *)iricb.opnd2));
218 opnd2 = load(endian, iricb.t_opnd2, iricb.opnd2);
222 data = triop(iricb.op, rounding_mode, opnd1, opnd2);
224 data = binop(iricb.op, opnd1, opnd2);
229 opnd2 = load(endian, iricb.t_opnd2, iricb.opnd2);
232 data = qop(iricb.op, rounding_mode, opnd1, opnd2, opnd3)
    [all...]
  /external/valgrind/main/memcheck/tests/vbit-test/
binary.c 53 const opnd_t *opnd2 = &data->opnds[1]; local
68 expected_vbits = left_vbits(or_vbits(opnd1->vbits, opnd2->vbits),
73 assert(opnd1->vbits.num_bits == opnd2->vbits.num_bits);
77 expected_vbits = or_vbits(opnd1->vbits, opnd2->vbits);
81 assert(opnd1->vbits.num_bits == opnd2->vbits.num_bits);
83 expected_vbits = concat_vbits(opnd1->vbits, opnd2->vbits);
89 if (! completely_defined_vbits(opnd2->vbits)) {
92 assert(opnd2->vbits.num_bits == 8);
93 unsigned shift_amount = opnd2->value.u8;
102 if (! completely_defined_vbits(opnd2->vbits))
    [all...]
qernary.c 13 const opnd_t *opnd2 = &data->opnds[1]; local
26 expected_vbits = or_vbits(or_vbits(or_vbits(opnd1->vbits, opnd2->vbits),
ternary.c 13 const opnd_t *opnd2 = &data->opnds[1]; local
25 expected_vbits = or_vbits(or_vbits(opnd1->vbits, opnd2->vbits),
valgrind.c 17 cb.opnd2 = (HWord)&data->opnds[1].value;
  /external/mksh/src/
funcs.c 3225 const char *opnd1, *opnd2; local
    [all...]
syn.c 1036 const char *opnd1 MKSH_A_UNUSED, const char *opnd2 MKSH_A_UNUSED,
  /external/valgrind/main/VEX/pub/
libvex.h 859 HWord opnd2; \/\/ address of 2nd operand member in struct:__anon35976
    [all...]

Completed in 122 milliseconds