Searched refs:num_input_bits (Results 1 – 4 of 4) sorted by relevance
202 unsigned num_input_bits, i; in test_shift() local212 num_input_bits = bitsof_irtype(opnds[0].type); in test_shift()214 for (i = 0; i < num_input_bits; ++i) { in test_shift()230 num_input_bits = bitsof_irtype(opnds[1].type); in test_shift()232 for (i = 0; i < num_input_bits; ++i) { in test_shift()283 unsigned num_input_bits, bitpos; in test_and() local292 num_input_bits = bitsof_irtype(opnds[0].type); in test_and()294 for (bitpos = 0; bitpos < num_input_bits; ++bitpos) { in test_and()306 num_input_bits = bitsof_irtype(opnds[1].type); in test_and()308 for (bitpos = 0; bitpos < num_input_bits; ++bitpos) { in test_and()[all …]
83 unsigned num_input_bits, bitpos; in test_unary_op() local86 num_input_bits = bitsof_irtype(data->opnds[0].type); in test_unary_op()88 for (bitpos = 0; bitpos < num_input_bits; ++bitpos) { in test_unary_op()89 data->opnds[0].vbits = onehot_vbits(bitpos, num_input_bits); in test_unary_op()
65 unsigned num_input_bits, i, bitpos; in test_ternary_op() local73 num_input_bits = bitsof_irtype(opnds[i].type); in test_ternary_op()79 for (bitpos = 0; bitpos < num_input_bits; ++bitpos) { in test_ternary_op()
66 unsigned num_input_bits, i, bitpos; in test_qernary_op() local74 num_input_bits = bitsof_irtype(opnds[i].type); in test_qernary_op()81 for (bitpos = 0; bitpos < num_input_bits; ++bitpos) { in test_qernary_op()