Lines Matching refs:opnds
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()
82 opnds[i].vbits = onehot_vbits(bitpos, bitsof_irtype(opnds[i].type)); in test_qernary_op()