Home
last modified time | relevance | path

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

/external/valgrind/memcheck/tests/vbit-test/
Dbinary.c215 opnds[0].vbits = onehot_vbits(i, bitsof_irtype(opnds[0].type)); in test_shift()
234 opnds[1].vbits = onehot_vbits(i, bitsof_irtype(opnds[1].type)); in test_shift()
295 opnds[0].vbits = onehot_vbits(bitpos, bitsof_irtype(opnds[0].type)); in test_and()
309 opnds[1].vbits = onehot_vbits(bitpos, bitsof_irtype(opnds[1].type)); in test_and()
327 opnds[0].vbits = onehot_vbits(bitpos, bitsof_irtype(opnds[0].type)); in test_and()
341 opnds[1].vbits = onehot_vbits(bitpos, bitsof_irtype(opnds[1].type)); in test_and()
373 opnds[0].vbits = onehot_vbits(bitpos, bitsof_irtype(opnds[0].type)); in test_or()
389 opnds[1].vbits = onehot_vbits(bitpos, bitsof_irtype(opnds[1].type)); in test_or()
409 opnds[0].vbits = onehot_vbits(bitpos, bitsof_irtype(opnds[0].type)); in test_or()
425 opnds[1].vbits = onehot_vbits(bitpos, bitsof_irtype(opnds[1].type)); in test_or()
[all …]
Dvbits.h75 vbits_t onehot_vbits(unsigned bitno, unsigned num_bits);
Dunary.c89 data->opnds[0].vbits = onehot_vbits(bitpos, num_input_bits); in test_unary_op()
Dternary.c80 opnds[i].vbits = onehot_vbits(bitpos, bitsof_irtype(opnds[i].type)); in test_ternary_op()
Dqernary.c82 opnds[i].vbits = onehot_vbits(bitpos, bitsof_irtype(opnds[i].type)); in test_qernary_op()
Dvbits.c604 onehot_vbits(unsigned bitno, unsigned num_bits) in onehot_vbits() function