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/
binary.c
208
for (unsigned amount = 0; amount <
bitsof_irtype
(opnds[0].type); ++amount) {
212
num_input_bits =
bitsof_irtype
(opnds[0].type);
215
opnds[0].vbits = onehot_vbits(i,
bitsof_irtype
(opnds[0].type));
216
opnds[1].vbits = defined_vbits(
bitsof_irtype
(opnds[1].type));
230
num_input_bits =
bitsof_irtype
(opnds[1].type);
233
opnds[0].vbits = defined_vbits(
bitsof_irtype
(opnds[0].type));
234
opnds[1].vbits = onehot_vbits(i,
bitsof_irtype
(opnds[1].type));
292
num_input_bits =
bitsof_irtype
(opnds[0].type);
295
opnds[0].vbits = onehot_vbits(bitpos,
bitsof_irtype
(opnds[0].type));
296
opnds[1].vbits = defined_vbits(
bitsof_irtype
(opnds[1].type))
[
all
...]
qernary.c
74
num_input_bits =
bitsof_irtype
(opnds[i].type);
76
opnds[0].vbits = defined_vbits(
bitsof_irtype
(opnds[0].type));
77
opnds[1].vbits = defined_vbits(
bitsof_irtype
(opnds[1].type));
78
opnds[2].vbits = defined_vbits(
bitsof_irtype
(opnds[2].type));
79
opnds[3].vbits = defined_vbits(
bitsof_irtype
(opnds[3].type));
82
opnds[i].vbits = onehot_vbits(bitpos,
bitsof_irtype
(opnds[i].type));
ternary.c
73
num_input_bits =
bitsof_irtype
(opnds[i].type);
75
opnds[0].vbits = defined_vbits(
bitsof_irtype
(opnds[0].type));
76
opnds[1].vbits = defined_vbits(
bitsof_irtype
(opnds[1].type));
77
opnds[2].vbits = defined_vbits(
bitsof_irtype
(opnds[2].type));
80
opnds[i].vbits = onehot_vbits(bitpos,
bitsof_irtype
(opnds[i].type));
unary.c
86
num_input_bits =
bitsof_irtype
(data->opnds[0].type);
vtest.h
152
static __inline__ unsigned
bitsof_irtype
(IRType type)
function
valgrind.c
90
opnd->vbits.num_bits =
bitsof_irtype
(opnd->type);
Completed in 996 milliseconds