• Home
  • Raw
  • Download

Lines Matching refs:bitpos

259    unsigned num_input_bits, bitpos;  in test_and()  local
270 for (bitpos = 0; bitpos < num_input_bits; ++bitpos) { in test_and()
271 opnds[0].vbits = onehot_vbits(bitpos, bitsof_irtype(opnds[0].type)); in test_and()
284 for (bitpos = 0; bitpos < num_input_bits; ++bitpos) { in test_and()
285 opnds[1].vbits = onehot_vbits(bitpos, bitsof_irtype(opnds[1].type)); in test_and()
302 for (bitpos = 0; bitpos < num_input_bits; ++bitpos) { in test_and()
303 opnds[0].vbits = onehot_vbits(bitpos, bitsof_irtype(opnds[0].type)); in test_and()
316 for (bitpos = 0; bitpos < num_input_bits; ++bitpos) { in test_and()
317 opnds[1].vbits = onehot_vbits(bitpos, bitsof_irtype(opnds[1].type)); in test_and()
333 unsigned num_input_bits, bitpos; in test_or() local
348 for (bitpos = 0; bitpos < num_input_bits; ++bitpos) { in test_or()
349 opnds[0].vbits = onehot_vbits(bitpos, bitsof_irtype(opnds[0].type)); in test_or()
364 for (bitpos = 0; bitpos < num_input_bits; ++bitpos) { in test_or()
365 opnds[1].vbits = onehot_vbits(bitpos, bitsof_irtype(opnds[1].type)); in test_or()
384 for (bitpos = 0; bitpos < num_input_bits; ++bitpos) { in test_or()
385 opnds[0].vbits = onehot_vbits(bitpos, bitsof_irtype(opnds[0].type)); in test_or()
400 for (bitpos = 0; bitpos < num_input_bits; ++bitpos) { in test_or()
401 opnds[1].vbits = onehot_vbits(bitpos, bitsof_irtype(opnds[1].type)); in test_or()
415 unsigned num_input_bits, i, bitpos; in test_binary_op() local
458 for (bitpos = 0; bitpos < num_input_bits; ++bitpos) { in test_binary_op()
459 opnds[i].vbits = onehot_vbits(bitpos, bitsof_irtype(opnds[i].type)); in test_binary_op()