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.c202 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()
[all …]
Dunary.c83 unsigned num_input_bits, bitpos; in test_unary_op() local
86 num_input_bits = bitsof_irtype(data->opnds[0].type); in test_unary_op()
88 for (bitpos = 0; bitpos < num_input_bits; ++bitpos) { in test_unary_op()
89 data->opnds[0].vbits = onehot_vbits(bitpos, num_input_bits); in test_unary_op()
Dternary.c65 unsigned num_input_bits, i, bitpos; in test_ternary_op() local
73 num_input_bits = bitsof_irtype(opnds[i].type); in test_ternary_op()
79 for (bitpos = 0; bitpos < num_input_bits; ++bitpos) { in test_ternary_op()
Dqernary.c66 unsigned num_input_bits, i, bitpos; in test_qernary_op() local
74 num_input_bits = bitsof_irtype(opnds[i].type); in test_qernary_op()
81 for (bitpos = 0; bitpos < num_input_bits; ++bitpos) { in test_qernary_op()