Searched refs:onehot_vbits (Results 1 – 6 of 6) sorted by relevance
/external/valgrind/memcheck/tests/vbit-test/ |
D | binary.c | 215 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 …]
|
D | vbits.h | 75 vbits_t onehot_vbits(unsigned bitno, unsigned num_bits);
|
D | unary.c | 89 data->opnds[0].vbits = onehot_vbits(bitpos, num_input_bits); in test_unary_op()
|
D | ternary.c | 80 opnds[i].vbits = onehot_vbits(bitpos, bitsof_irtype(opnds[i].type)); in test_ternary_op()
|
D | qernary.c | 82 opnds[i].vbits = onehot_vbits(bitpos, bitsof_irtype(opnds[i].type)); in test_qernary_op()
|
D | vbits.c | 604 onehot_vbits(unsigned bitno, unsigned num_bits) in onehot_vbits() function
|