Searched refs:num_input_bits (Results 1 – 4 of 4) sorted by relevance
361 unsigned num_input_bits, i; in test_shift() local371 num_input_bits = bitsof_irtype(opnds[0].type); in test_shift()373 for (i = 0; i < num_input_bits; ++i) { in test_shift()389 num_input_bits = bitsof_irtype(opnds[1].type); in test_shift()391 for (i = 0; i < num_input_bits; ++i) { in test_shift()442 unsigned num_input_bits, bitpos; in test_and() local451 num_input_bits = bitsof_irtype(opnds[0].type); in test_and()453 for (bitpos = 0; bitpos < num_input_bits; ++bitpos) { in test_and()465 num_input_bits = bitsof_irtype(opnds[1].type); in test_and()467 for (bitpos = 0; bitpos < num_input_bits; ++bitpos) { in test_and()[all …]
108 unsigned num_input_bits, bitpos; in test_unary_op() local114 num_input_bits = bitsof_irtype(data->opnds[0].type); in test_unary_op()116 for (bitpos = 0; bitpos < num_input_bits; ++bitpos) { in test_unary_op()117 data->opnds[0].vbits = onehot_vbits(bitpos, num_input_bits); in test_unary_op()
66 unsigned num_input_bits, i, bitpos; in test_qernary_op() local77 num_input_bits = bitsof_irtype(opnds[i].type); in test_qernary_op()84 for (bitpos = 0; bitpos < num_input_bits; ++bitpos) { in test_qernary_op()
84 unsigned num_input_bits, i, bitpos; in test_ternary_op() local92 num_input_bits = bitsof_irtype(opnds[i].type); in test_ternary_op()98 for (bitpos = 0; bitpos < num_input_bits; ++bitpos) { in test_ternary_op()