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