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

  /external/valgrind/memcheck/tests/vbit-test/
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),
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...]
  /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...]
  /frameworks/ml/nn/runtime/test/
TestPartitioning.cpp 642 uint32_t opnd1 = model.addFloatOperand(); local
643 uint32_t opnd2 = model.addOperation2To1(0, opnd0, opnd1);
646 model.identifyInputsAndOutputs({ opnd0, opnd1, opnd3 }, { opnd4 });
692 (RemapVectorType{ { opnd0, b0Opnd0 }, { opnd1, b0Opnd1 } }));
743 uint32_t opnd1 = model.addFloatOperand(); local
    [all...]
  /external/valgrind/VEX/pub/
libvex.h 886 HWord opnd1; \/\/ address of 1st operand member in struct:__anon37032
    [all...]
  /external/mksh/src/
funcs.c 3088 const char *opnd1, *opnd2; local
    [all...]
  /external/v8/src/s390/
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...]
  /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 1678 milliseconds