Home
last modified time | relevance | path

Searched refs:onehot_vbits (Results 1 – 6 of 6) sorted by relevance

/external/valgrind/main/memcheck/tests/vbit-test/
Dbinary.c191 opnds[0].vbits = onehot_vbits(i, bitsof_irtype(opnds[0].type)); in test_shift()
210 opnds[1].vbits = onehot_vbits(i, bitsof_irtype(opnds[1].type)); in test_shift()
271 opnds[0].vbits = onehot_vbits(bitpos, bitsof_irtype(opnds[0].type)); in test_and()
285 opnds[1].vbits = onehot_vbits(bitpos, bitsof_irtype(opnds[1].type)); in test_and()
303 opnds[0].vbits = onehot_vbits(bitpos, bitsof_irtype(opnds[0].type)); in test_and()
317 opnds[1].vbits = onehot_vbits(bitpos, bitsof_irtype(opnds[1].type)); in test_and()
349 opnds[0].vbits = onehot_vbits(bitpos, bitsof_irtype(opnds[0].type)); in test_or()
365 opnds[1].vbits = onehot_vbits(bitpos, bitsof_irtype(opnds[1].type)); in test_or()
385 opnds[0].vbits = onehot_vbits(bitpos, bitsof_irtype(opnds[0].type)); in test_or()
401 opnds[1].vbits = onehot_vbits(bitpos, bitsof_irtype(opnds[1].type)); in test_or()
[all …]
Dvbits.h51 vbits_t onehot_vbits(unsigned bitno, unsigned num_bits);
Dunary.c65 data->opnds[0].vbits = onehot_vbits(bitpos, num_input_bits); in test_unary_op()
Dternary.c56 opnds[i].vbits = onehot_vbits(bitpos, bitsof_irtype(opnds[i].type)); in test_ternary_op()
Dqernary.c58 opnds[i].vbits = onehot_vbits(bitpos, bitsof_irtype(opnds[i].type)); in test_qernary_op()
Dvbits.c570 onehot_vbits(unsigned bitno, unsigned num_bits) in onehot_vbits() function