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

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/ia64/
pcrel.s 16 .macro m1 op, opnd1
18 op opnd1 _e&op - _&op
20 .macro m2 op, opnd1
22 op opnd1 @pcrel(esym)
24 .macro m3 op, opnd1
26 op opnd1 esym - _&op
28 .macro m4 op, opnd1
30 op opnd1 esym - .
32 .macro m5 op, opnd1
34 op opnd1 esym - _e&o
    [all...]
  /external/valgrind/memcheck/tests/vbit-test/
binary.c 76 const opnd_t *opnd1 = &data->opnds[0]; local
96 expected_vbits = left_vbits(or_vbits(opnd1->vbits, opnd2->vbits),
101 assert(opnd1->vbits.num_bits == opnd2->vbits.num_bits);
102 assert(opnd1->vbits.num_bits == result->vbits.num_bits);
105 expected_vbits = or_vbits(opnd1->vbits, opnd2->vbits);
109 assert(opnd1->vbits.num_bits == opnd2->vbits.num_bits);
110 assert(result->vbits.num_bits == 2 * opnd1->vbits.num_bits);
111 expected_vbits = concat_vbits(opnd1->vbits, opnd2->vbits);
123 expected_vbits = shl_vbits(opnd1->vbits, shift_amount);
136 expected_vbits = shr_vbits(opnd1->vbits, shift_amount)
    [all...]
qernary.c 36 const opnd_t *opnd1 = &data->opnds[0]; local
50 expected_vbits = or_vbits(or_vbits(or_vbits(opnd1->vbits, opnd2->vbits),
ternary.c 36 const opnd_t *opnd1 = &data->opnds[0]; local
49 expected_vbits = or_vbits(or_vbits(opnd1->vbits, opnd2->vbits),
valgrind.c 40 cb.opnd1 = (HWord)&data->opnds[0].value;
  /external/valgrind/VEX/priv/
ir_inject.c 195 IRExpr *data, *rounding_mode, *opnd1, *opnd2, *opnd3, *opnd4; local
204 opnd1 = load(endian, iricb.t_opnd1, iricb.opnd1);
206 data = binop(iricb.op, rounding_mode, opnd1);
208 data = unop(iricb.op, opnd1);
212 opnd1 = load(endian, iricb.t_opnd1, iricb.opnd1);
214 opnd2 = opnd1;
238 data = triop(iricb.op, rounding_mode, opnd1, opnd2);
240 data = binop(iricb.op, opnd1, opnd2)
    [all...]
  /external/mksh/src/
funcs.c 3093 const char *opnd1, *opnd2; local
    [all...]
syn.c 1047 const char *opnd1 MKSH_A_UNUSED, const char *opnd2 MKSH_A_UNUSED,
  /frameworks/ml/nn/runtime/test/
TestPartitioning.cpp 754 uint32_t opnd1 = model.addFloatOperand(); local
755 uint32_t opnd2 = model.addOperation2To1(0, opnd0, opnd1);
758 model.identifyInputsAndOutputs({ opnd0, opnd1, opnd3 }, { opnd4 });
875 uint32_t opnd1 = model.addFloatOperand(); local
977 uint32_t opnd1 = model.addFloatOperand(); local
1026 uint32_t opnd1 = model.addFloatOperand(); local
    [all...]
  /external/v8/src/s390/
assembler-s390.cc     [all...]
assembler-s390.h     [all...]
simulator-s390.cc 3171 int64_t opnd1 = static_cast<int64_t>(get_low_register<int32_t>(r1)) << 32; local
3189 uint64_t opnd1 = static_cast<uint64_t>(get_low_register<uint32_t>(r1)) local
7264 uint64_t opnd1 = static_cast<uint64_t>(get_low_register<uint32_t>(r1)) << 32; local
7299 int64_t opnd1 = static_cast<int64_t>(get_low_register<int32_t>(r1)) << 32; local
    [all...]
  /external/valgrind/VEX/pub/
libvex.h 886 HWord opnd1; \/\/ address of 1st operand member in struct:__anon42054
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-visium.c 1480 int opnd1 = e1.X_add_number; local
    [all...]
tc-ia64.c 6771 enum ia64_opnd opnd1, opnd2; local
10713 enum ia64_opnd opnd1, opnd2; local
10749 enum ia64_opnd opnd1, opnd2; local
    [all...]

Completed in 345 milliseconds