HomeSort by relevance Sort by last modified time
    Searched refs:onehot_vbits (Results 1 - 6 of 6) sorted by null

  /external/valgrind/main/memcheck/tests/vbit-test/
binary.c 191 opnds[0].vbits = onehot_vbits(i, bitsof_irtype(opnds[0].type));
210 opnds[1].vbits = onehot_vbits(i, bitsof_irtype(opnds[1].type));
271 opnds[0].vbits = onehot_vbits(bitpos, bitsof_irtype(opnds[0].type));
285 opnds[1].vbits = onehot_vbits(bitpos, bitsof_irtype(opnds[1].type));
303 opnds[0].vbits = onehot_vbits(bitpos, bitsof_irtype(opnds[0].type));
317 opnds[1].vbits = onehot_vbits(bitpos, bitsof_irtype(opnds[1].type));
349 opnds[0].vbits = onehot_vbits(bitpos, bitsof_irtype(opnds[0].type));
365 opnds[1].vbits = onehot_vbits(bitpos, bitsof_irtype(opnds[1].type));
385 opnds[0].vbits = onehot_vbits(bitpos, bitsof_irtype(opnds[0].type));
401 opnds[1].vbits = onehot_vbits(bitpos, bitsof_irtype(opnds[1].type))
    [all...]
qernary.c 58 opnds[i].vbits = onehot_vbits(bitpos, bitsof_irtype(opnds[i].type));
ternary.c 56 opnds[i].vbits = onehot_vbits(bitpos, bitsof_irtype(opnds[i].type));
unary.c 65 data->opnds[0].vbits = onehot_vbits(bitpos, num_input_bits);
vbits.h 51 vbits_t onehot_vbits(unsigned bitno, unsigned num_bits);
vbits.c 570 onehot_vbits(unsigned bitno, unsigned num_bits) function

Completed in 212 milliseconds