Searched refs:opnds (Results 1 – 10 of 10) sorted by relevance
/external/valgrind/memcheck/tests/vbit-test/ |
D | binary.c | 76 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() 203 opnd_t *opnds = data->opnds; in test_shift() local 208 for (unsigned amount = 0; amount < bitsof_irtype(opnds[0].type); ++amount) { in test_shift() 209 opnds[1].value.u8 = amount; in test_shift() 212 num_input_bits = bitsof_irtype(opnds[0].type); in test_shift() 215 opnds[0].vbits = onehot_vbits(i, bitsof_irtype(opnds[0].type)); in test_shift() 216 opnds[1].vbits = defined_vbits(bitsof_irtype(opnds[1].type)); in test_shift() 230 num_input_bits = bitsof_irtype(opnds[1].type); in test_shift() 233 opnds[0].vbits = defined_vbits(bitsof_irtype(opnds[0].type)); in test_shift() [all …]
|
D | qernary.c | 36 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 74 num_input_bits = bitsof_irtype(opnds[i].type); in test_qernary_op() 76 opnds[0].vbits = defined_vbits(bitsof_irtype(opnds[0].type)); in test_qernary_op() 77 opnds[1].vbits = defined_vbits(bitsof_irtype(opnds[1].type)); in test_qernary_op() 78 opnds[2].vbits = defined_vbits(bitsof_irtype(opnds[2].type)); in test_qernary_op() 79 opnds[3].vbits = defined_vbits(bitsof_irtype(opnds[3].type)); in test_qernary_op() [all …]
|
D | ternary.c | 36 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() 66 opnd_t *opnds = data->opnds; in test_ternary_op() local 73 num_input_bits = bitsof_irtype(opnds[i].type); in test_ternary_op() 75 opnds[0].vbits = defined_vbits(bitsof_irtype(opnds[0].type)); in test_ternary_op() 76 opnds[1].vbits = defined_vbits(bitsof_irtype(opnds[1].type)); in test_ternary_op() 77 opnds[2].vbits = defined_vbits(bitsof_irtype(opnds[2].type)); in test_ternary_op() 80 opnds[i].vbits = onehot_vbits(bitpos, bitsof_irtype(opnds[i].type)); in test_ternary_op()
|
D | valgrind.c | 40 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() 124 valgrind_set_vbits(&data->opnds[i]); in valgrind_execute_test() 127 print_opnd(stdout, &data->opnds[i]); in valgrind_execute_test()
|
D | main.c | 51 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()
|
D | unary.c | 36 const opnd_t *opnd = &data->opnds[0]; in check_result_for_unary() 86 num_input_bits = bitsof_irtype(data->opnds[0].type); in test_unary_op() 89 data->opnds[0].vbits = onehot_vbits(bitpos, num_input_bits); in test_unary_op()
|
D | vtest.h | 122 opnd_t opnds[MAX_OPERANDS]; member
|
D | util.c | 69 print_opnd(stderr, &data->opnds[i]); in complain()
|
/external/llvm/test/TableGen/ |
D | MultiPat.td | 92 class Base<bits<8> opcode, dag opnds, dag iopnds, string asmstr, Intrinsic intr, 94 : Inst<opcode, opnds, iopnds, asmstr,
|
D | TargetInstrInfo.td | 60 class Inst<dag opnds, string asmstr, bits<8> opcode, 62 dag Operands = opnds;
|