OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bitsof_irtype
(Results
1 - 6
of
6
) sorted by null
/external/valgrind/memcheck/tests/vbit-test/
qernary.c
77
num_input_bits =
bitsof_irtype
(opnds[i].type);
79
opnds[0].vbits = defined_vbits(
bitsof_irtype
(opnds[0].type));
80
opnds[1].vbits = defined_vbits(
bitsof_irtype
(opnds[1].type));
81
opnds[2].vbits = defined_vbits(
bitsof_irtype
(opnds[2].type));
82
opnds[3].vbits = defined_vbits(
bitsof_irtype
(opnds[3].type));
85
opnds[i].vbits = onehot_vbits(bitpos,
bitsof_irtype
(opnds[i].type));
binary.c
367
for (unsigned amount = 0; amount <
bitsof_irtype
(opnds[0].type); ++amount) {
371
num_input_bits =
bitsof_irtype
(opnds[0].type);
374
opnds[0].vbits = onehot_vbits(i,
bitsof_irtype
(opnds[0].type));
375
opnds[1].vbits = defined_vbits(
bitsof_irtype
(opnds[1].type));
389
num_input_bits =
bitsof_irtype
(opnds[1].type);
392
opnds[0].vbits = defined_vbits(
bitsof_irtype
(opnds[0].type));
393
opnds[1].vbits = onehot_vbits(i,
bitsof_irtype
(opnds[1].type));
451
num_input_bits =
bitsof_irtype
(opnds[0].type);
454
opnds[0].vbits = onehot_vbits(bitpos,
bitsof_irtype
(opnds[0].type));
455
opnds[1].vbits = defined_vbits(
bitsof_irtype
(opnds[1].type))
[
all
...]
ternary.c
92
num_input_bits =
bitsof_irtype
(opnds[i].type);
94
opnds[0].vbits = defined_vbits(
bitsof_irtype
(opnds[0].type));
95
opnds[1].vbits = defined_vbits(
bitsof_irtype
(opnds[1].type));
96
opnds[2].vbits = defined_vbits(
bitsof_irtype
(opnds[2].type));
99
opnds[i].vbits = onehot_vbits(bitpos,
bitsof_irtype
(opnds[i].type));
unary.c
114
num_input_bits =
bitsof_irtype
(data->opnds[0].type);
vtest.h
234
static __inline__ unsigned
bitsof_irtype
(IRType type)
function
valgrind.c
91
opnd->vbits.num_bits =
bitsof_irtype
(opnd->type);
Completed in 60 milliseconds