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

  /external/valgrind/VEX/priv/
ir_inject.c 194 IRExpr *data, *rounding_mode, *opnd1, *opnd2, *opnd3, *opnd4; local
217 opnd2 = mkU8(*((ULong *)iricb.opnd2));
219 opnd2 = load(endian, iricb.t_opnd2, iricb.opnd2);
223 data = triop(iricb.op, rounding_mode, opnd1, opnd2);
225 data = binop(iricb.op, opnd1, opnd2);
230 opnd2 = load(endian, iricb.t_opnd2, iricb.opnd2);
233 data = qop(iricb.op, rounding_mode, opnd1, opnd2, opnd3)
    [all...]
  /external/valgrind/memcheck/tests/vbit-test/
binary.c 77 const opnd_t *opnd2 = &data->opnds[1]; local
92 expected_vbits = left_vbits(or_vbits(opnd1->vbits, opnd2->vbits),
97 assert(opnd1->vbits.num_bits == opnd2->vbits.num_bits);
101 expected_vbits = or_vbits(opnd1->vbits, opnd2->vbits);
105 assert(opnd1->vbits.num_bits == opnd2->vbits.num_bits);
107 expected_vbits = concat_vbits(opnd1->vbits, opnd2->vbits);
113 if (! completely_defined_vbits(opnd2->vbits)) {
116 assert(opnd2->vbits.num_bits == 8);
117 unsigned shift_amount = opnd2->value.u8;
126 if (! completely_defined_vbits(opnd2->vbits))
    [all...]
qernary.c 37 const opnd_t *opnd2 = &data->opnds[1]; local
50 expected_vbits = or_vbits(or_vbits(or_vbits(opnd1->vbits, opnd2->vbits),
ternary.c 37 const opnd_t *opnd2 = &data->opnds[1]; local
49 expected_vbits = or_vbits(or_vbits(opnd1->vbits, opnd2->vbits),
valgrind.c 41 cb.opnd2 = (HWord)&data->opnds[1].value;
  /toolchain/binutils/binutils-2.25/opcodes/
aarch64-gen.c 1005 operand *opnd2 = opnd + 1;
1008 for (; j < num; ++j, ++opnd2)
1010 if (!opnd2->processed
1011 && opnd2->has_inserter
1012 && len == strlen (opnd2->inserter)
1013 && strncmp (opnd->inserter, opnd2->inserter, len) == 0)
1015 printf (" case %u:\n", (unsigned int)(opnd2 - operands));
1016 opnd2->processed = 1;
1061 operand *opnd2 = opnd + 1;
1064 for (; j < num; ++j, ++opnd2)
1004 operand *opnd2 = opnd + 1; local
1060 operand *opnd2 = opnd + 1; local
    [all...]
  /external/mksh/src/
funcs.c 3313 const char *opnd1, *opnd2; local
    [all...]
syn.c 1068 const char *opnd1 MKSH_A_UNUSED, const char *opnd2 MKSH_A_UNUSED,
  /external/valgrind/VEX/pub/
libvex.h 840 HWord opnd2; \/\/ address of 2nd operand member in struct:__anon26127
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-ia64.c 6814 enum ia64_opnd opnd1, opnd2; local
10762 enum ia64_opnd opnd1, opnd2; local
10798 enum ia64_opnd opnd1, opnd2; local
    [all...]

Completed in 551 milliseconds