HomeSort by relevance Sort by last modified time
    Searched refs:opnd1 (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
203 opnd1 = load(endian, iricb.t_opnd1, iricb.opnd1);
205 data = binop(iricb.op, rounding_mode, opnd1);
207 data = unop(iricb.op, opnd1);
211 opnd1 = load(endian, iricb.t_opnd1, iricb.opnd1);
222 data = triop(iricb.op, rounding_mode, opnd1, opnd2);
224 data = binop(iricb.op, opnd1, opnd2);
228 opnd1 = load(endian, iricb.t_opnd1, iricb.opnd1)
    [all...]
  /external/valgrind/main/memcheck/tests/vbit-test/
binary.c 52 const opnd_t *opnd1 = &data->opnds[0]; local
68 expected_vbits = left_vbits(or_vbits(opnd1->vbits, opnd2->vbits),
73 assert(opnd1->vbits.num_bits == opnd2->vbits.num_bits);
74 assert(opnd1->vbits.num_bits == result->vbits.num_bits);
77 expected_vbits = or_vbits(opnd1->vbits, opnd2->vbits);
81 assert(opnd1->vbits.num_bits == opnd2->vbits.num_bits);
82 assert(result->vbits.num_bits == 2 * opnd1->vbits.num_bits);
83 expected_vbits = concat_vbits(opnd1->vbits, opnd2->vbits);
95 expected_vbits = shl_vbits(opnd1->vbits, shift_amount);
108 expected_vbits = shr_vbits(opnd1->vbits, shift_amount)
    [all...]
qernary.c 12 const opnd_t *opnd1 = &data->opnds[0]; local
26 expected_vbits = or_vbits(or_vbits(or_vbits(opnd1->vbits, opnd2->vbits),
ternary.c 12 const opnd_t *opnd1 = &data->opnds[0]; local
25 expected_vbits = or_vbits(or_vbits(opnd1->vbits, opnd2->vbits),
valgrind.c 16 cb.opnd1 = (HWord)&data->opnds[0].value;
  /external/mksh/src/
funcs.c 3239 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 858 HWord opnd1; \/\/ address of 1st operand member in struct:__anon15950
    [all...]

Completed in 134 milliseconds