Home
last modified time | relevance | path

Searched refs:num_input_bits (Results 1 – 4 of 4) sorted by relevance

/external/valgrind/memcheck/tests/vbit-test/
Dbinary.c361 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()
[all …]
Dunary.c108 unsigned num_input_bits, bitpos; in test_unary_op() local
114 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()
Dqernary.c66 unsigned num_input_bits, i, bitpos; in test_qernary_op() local
77 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()
Dternary.c84 unsigned num_input_bits, i, bitpos; in test_ternary_op() local
92 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()