Searched refs:bitsof_irtype (Results 1 – 6 of 6) sorted by relevance
208 for (unsigned amount = 0; amount < bitsof_irtype(opnds[0].type); ++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()234 opnds[1].vbits = onehot_vbits(i, bitsof_irtype(opnds[1].type)); in test_shift()292 num_input_bits = bitsof_irtype(opnds[0].type); in test_and()295 opnds[0].vbits = onehot_vbits(bitpos, bitsof_irtype(opnds[0].type)); in test_and()296 opnds[1].vbits = defined_vbits(bitsof_irtype(opnds[1].type)); in test_and()[all …]
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()
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()
86 num_input_bits = bitsof_irtype(data->opnds[0].type); in test_unary_op()
152 static __inline__ unsigned bitsof_irtype(IRType type) in bitsof_irtype() function
90 opnd->vbits.num_bits = bitsof_irtype(opnd->type); in valgrind_get_vbits()