Lines Matching refs:num_input_bits
202 unsigned num_input_bits, i; in test_shift() local
212 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() local
292 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()
324 num_input_bits = bitsof_irtype(opnds[0].type); in test_and()
326 for (bitpos = 0; bitpos < num_input_bits; ++bitpos) { in test_and()
338 num_input_bits = bitsof_irtype(opnds[1].type); in test_and()
340 for (bitpos = 0; bitpos < num_input_bits; ++bitpos) { in test_and()
357 unsigned num_input_bits, bitpos; in test_or() local
366 num_input_bits = bitsof_irtype(opnds[0].type); in test_or()
372 for (bitpos = 0; bitpos < num_input_bits; ++bitpos) { in test_or()
382 num_input_bits = bitsof_irtype(opnds[1].type); in test_or()
388 for (bitpos = 0; bitpos < num_input_bits; ++bitpos) { in test_or()
402 num_input_bits = bitsof_irtype(opnds[0].type); in test_or()
408 for (bitpos = 0; bitpos < num_input_bits; ++bitpos) { in test_or()
418 num_input_bits = bitsof_irtype(opnds[1].type); in test_or()
424 for (bitpos = 0; bitpos < num_input_bits; ++bitpos) { in test_or()
439 unsigned num_input_bits, i, bitpos; in test_binary_op() local
469 num_input_bits = bitsof_irtype(opnds[i].type); in test_binary_op()
492 for (bitpos = 0; bitpos < num_input_bits; ++bitpos) { in test_binary_op()