• Home
  • Raw
  • Download

Lines Matching refs:num_input_bits

361    unsigned num_input_bits, i;  in test_shift()  local
371 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() local
451 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()
483 num_input_bits = bitsof_irtype(opnds[0].type); in test_and()
485 for (bitpos = 0; bitpos < num_input_bits; ++bitpos) { in test_and()
497 num_input_bits = bitsof_irtype(opnds[1].type); in test_and()
499 for (bitpos = 0; bitpos < num_input_bits; ++bitpos) { in test_and()
516 unsigned num_input_bits, bitpos; in test_or() local
525 num_input_bits = bitsof_irtype(opnds[0].type); in test_or()
531 for (bitpos = 0; bitpos < num_input_bits; ++bitpos) { in test_or()
541 num_input_bits = bitsof_irtype(opnds[1].type); in test_or()
547 for (bitpos = 0; bitpos < num_input_bits; ++bitpos) { in test_or()
561 num_input_bits = bitsof_irtype(opnds[0].type); in test_or()
567 for (bitpos = 0; bitpos < num_input_bits; ++bitpos) { in test_or()
577 num_input_bits = bitsof_irtype(opnds[1].type); in test_or()
583 for (bitpos = 0; bitpos < num_input_bits; ++bitpos) { in test_or()
598 unsigned num_input_bits, i, bitpos; in test_binary_op() local
629 num_input_bits = bitsof_irtype(opnds[i].type); in test_binary_op()
657 for (bitpos = 0; bitpos < num_input_bits; ++bitpos) { in test_binary_op()