HomeSort by relevance Sort by last modified time
    Searched defs:opnd3 (Results 1 - 4 of 4) sorted by null

  /external/valgrind/main/memcheck/tests/vbit-test/
qernary.c 14 const opnd_t *opnd3 = &data->opnds[2]; local
27 opnd3->vbits), opnd4->vbits);
ternary.c 14 const opnd_t *opnd3 = &data->opnds[2]; local
26 opnd3->vbits);
  /external/valgrind/main/VEX/priv/
ir_inject.c 194 IRExpr *data, *rounding_mode, *opnd1, *opnd2, *opnd3, *opnd4; local
230 opnd3 = load(endian, iricb.t_opnd3, iricb.opnd3);
232 data = qop(iricb.op, rounding_mode, opnd1, opnd2, opnd3);
234 data = triop(iricb.op, opnd1, opnd2, opnd3);
241 opnd3 = load(endian, iricb.t_opnd3, iricb.opnd3);
243 data = qop(iricb.op, opnd1, opnd2, opnd3, opnd4);
  /external/valgrind/main/VEX/pub/
libvex.h 860 HWord opnd3; \/\/ address of 3rd operand member in struct:__anon35976
    [all...]

Completed in 64 milliseconds