Home
last modified time | relevance | path

Searched refs:opnds (Results 1 – 12 of 12) sorted by relevance

/external/valgrind/memcheck/tests/vbit-test/
Dbinary.c76 const opnd_t *opnd1 = &data->opnds[0]; in check_result_for_binary()
77 const opnd_t *opnd2 = &data->opnds[1]; in check_result_for_binary()
362 opnd_t *opnds = data->opnds; in test_shift() local
367 for (unsigned amount = 0; amount < bitsof_irtype(opnds[0].type); ++amount) { in test_shift()
368 opnds[1].value.u8 = amount; in test_shift()
371 num_input_bits = bitsof_irtype(opnds[0].type); in test_shift()
374 opnds[0].vbits = onehot_vbits(i, bitsof_irtype(opnds[0].type)); in test_shift()
375 opnds[1].vbits = defined_vbits(bitsof_irtype(opnds[1].type)); in test_shift()
389 num_input_bits = bitsof_irtype(opnds[1].type); in test_shift()
392 opnds[0].vbits = defined_vbits(bitsof_irtype(opnds[0].type)); in test_shift()
[all …]
Dqernary.c36 const opnd_t *opnd1 = &data->opnds[0]; in check_result_for_qernary()
37 const opnd_t *opnd2 = &data->opnds[1]; in check_result_for_qernary()
38 const opnd_t *opnd3 = &data->opnds[2]; in check_result_for_qernary()
39 const opnd_t *opnd4 = &data->opnds[3]; in check_result_for_qernary()
67 opnd_t *opnds = data->opnds; in test_qernary_op() local
77 num_input_bits = bitsof_irtype(opnds[i].type); in test_qernary_op()
79 opnds[0].vbits = defined_vbits(bitsof_irtype(opnds[0].type)); in test_qernary_op()
80 opnds[1].vbits = defined_vbits(bitsof_irtype(opnds[1].type)); in test_qernary_op()
81 opnds[2].vbits = defined_vbits(bitsof_irtype(opnds[2].type)); in test_qernary_op()
82 opnds[3].vbits = defined_vbits(bitsof_irtype(opnds[3].type)); in test_qernary_op()
[all …]
Dternary.c36 const opnd_t *opnd1 = &data->opnds[0]; in check_result_for_ternary()
37 const opnd_t *opnd2 = &data->opnds[1]; in check_result_for_ternary()
38 const opnd_t *opnd3 = &data->opnds[2]; in check_result_for_ternary()
85 opnd_t *opnds = data->opnds; in test_ternary_op() local
92 num_input_bits = bitsof_irtype(opnds[i].type); in test_ternary_op()
94 opnds[0].vbits = defined_vbits(bitsof_irtype(opnds[0].type)); in test_ternary_op()
95 opnds[1].vbits = defined_vbits(bitsof_irtype(opnds[1].type)); in test_ternary_op()
96 opnds[2].vbits = defined_vbits(bitsof_irtype(opnds[2].type)); in test_ternary_op()
99 opnds[i].vbits = onehot_vbits(bitpos, bitsof_irtype(opnds[i].type)); in test_ternary_op()
Dvalgrind.c40 cb.opnd1 = (HWord)&data->opnds[0].value; in new_iricb()
41 cb.opnd2 = (HWord)&data->opnds[1].value; in new_iricb()
42 cb.opnd3 = (HWord)&data->opnds[2].value; in new_iricb()
43 cb.opnd4 = (HWord)&data->opnds[3].value; in new_iricb()
45 cb.t_opnd1 = data->opnds[0].type; in new_iricb()
46 cb.t_opnd2 = data->opnds[1].type; in new_iricb()
47 cb.t_opnd3 = data->opnds[2].type; in new_iricb()
48 cb.t_opnd4 = data->opnds[3].type; in new_iricb()
125 valgrind_set_vbits(&data->opnds[i]); in valgrind_execute_test()
128 print_opnd(stdout, &data->opnds[i]); in valgrind_execute_test()
Dmain.c51 data->opnds[0].type = t2; in new_test_data()
52 data->opnds[1].type = t3; in new_test_data()
53 data->opnds[2].type = t4; in new_test_data()
54 data->opnds[3].type = Ity_INVALID; in new_test_data()
56 data->opnds[0].type = t1; in new_test_data()
57 data->opnds[1].type = t2; in new_test_data()
58 data->opnds[2].type = t3; in new_test_data()
59 data->opnds[3].type = t4; in new_test_data()
Dunary.c36 const opnd_t *opnd = &data->opnds[0]; in check_result_for_unary()
114 num_input_bits = bitsof_irtype(data->opnds[0].type); in test_unary_op()
117 data->opnds[0].vbits = onehot_vbits(bitpos, num_input_bits); in test_unary_op()
Dvtest.h204 opnd_t opnds[MAX_OPERANDS]; member
Dutil.c69 print_opnd(stderr, &data->opnds[i]); in complain()
/external/swiftshader/third_party/LLVM/test/TableGen/
DMultiPat.td92 class Base<bits<8> opcode, dag opnds, dag iopnds, string asmstr, Intrinsic intr,
94 : Inst<opcode, opnds, iopnds, asmstr,
DTargetInstrInfo.td60 class Inst<dag opnds, string asmstr, bits<8> opcode,
62 dag Operands = opnds;
/external/llvm/test/TableGen/
DMultiPat.td92 class Base<bits<8> opcode, dag opnds, dag iopnds, string asmstr, Intrinsic intr,
94 : Inst<opcode, opnds, iopnds, asmstr,
DTargetInstrInfo.td60 class Inst<dag opnds, string asmstr, bits<8> opcode,
62 dag Operands = opnds;