OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:opnds
(Results
1 - 16
of
16
) sorted by null
/external/valgrind/memcheck/tests/vbit-test/
qernary.c
36
const opnd_t *opnd1 = &data->
opnds
[0];
37
const opnd_t *opnd2 = &data->
opnds
[1];
38
const opnd_t *opnd3 = &data->
opnds
[2];
39
const opnd_t *opnd4 = &data->
opnds
[3];
67
opnd_t *
opnds
= data->
opnds
;
local
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))
[
all
...]
ternary.c
36
const opnd_t *opnd1 = &data->
opnds
[0];
37
const opnd_t *opnd2 = &data->
opnds
[1];
38
const opnd_t *opnd3 = &data->
opnds
[2];
66
opnd_t *
opnds
= data->
opnds
;
local
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))
[
all
...]
binary.c
76
const opnd_t *opnd1 = &data->
opnds
[0];
77
const opnd_t *opnd2 = &data->
opnds
[1];
203
opnd_t *
opnds
= data->
opnds
;
local
208
for (unsigned amount = 0; amount < bitsof_irtype(
opnds
[0].type); ++amount) {
209
opnds
[1].value.u8 = 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))
284
opnd_t *
opnds
= data->
opnds
;
local
358
opnd_t *
opnds
= data->
opnds
;
local
440
opnd_t *
opnds
= data->
opnds
;
local
[
all
...]
valgrind.c
40
cb.opnd1 = (HWord)&data->
opnds
[0].value;
41
cb.opnd2 = (HWord)&data->
opnds
[1].value;
42
cb.opnd3 = (HWord)&data->
opnds
[2].value;
43
cb.opnd4 = (HWord)&data->
opnds
[3].value;
45
cb.t_opnd1 = data->
opnds
[0].type;
46
cb.t_opnd2 = data->
opnds
[1].type;
47
cb.t_opnd3 = data->
opnds
[2].type;
48
cb.t_opnd4 = data->
opnds
[3].type;
124
valgrind_set_vbits(&data->
opnds
[i]);
127
print_opnd(stdout, &data->
opnds
[i])
[
all
...]
main.c
51
data->
opnds
[0].type = t2;
52
data->
opnds
[1].type = t3;
53
data->
opnds
[2].type = t4;
54
data->
opnds
[3].type = Ity_INVALID;
56
data->
opnds
[0].type = t1;
57
data->
opnds
[1].type = t2;
58
data->
opnds
[2].type = t3;
59
data->
opnds
[3].type = t4;
unary.c
36
const opnd_t *opnd = &data->
opnds
[0];
86
num_input_bits = bitsof_irtype(data->
opnds
[0].type);
89
data->
opnds
[0].vbits = onehot_vbits(bitpos, num_input_bits);
vtest.h
122
opnd_t
opnds
[MAX_OPERANDS];
member in struct:__anon26203
util.c
69
print_opnd(stderr, &data->
opnds
[i]);
/toolchain/binutils/binutils-2.25/opcodes/
aarch64-opc.c
701
const enum aarch64_opnd *
opnds
= opcode->operands;
702
while (
opnds
[i++] != AARCH64_OPND_NIL)
699
const enum aarch64_opnd *
opnds
= opcode->operands;
local
[
all
...]
aarch64-dis.c
[
all
...]
/toolchain/binutils/binutils-2.25/gas/config/
tc-aarch64.c
[
all
...]
/prebuilts/tools/common/m2/repository/com/tunnelvisionlabs/antlr4-runtime/4.5/
antlr4-runtime-4.5.jar
/prebuilts/tools/common/offline-m2/com/tunnelvisionlabs/antlr4-runtime/4.5/
antlr4-runtime-4.5.jar
/development/tools/checkstyle/
checkstyle.jar
/prebuilts/tools/common/m2/repository/org/antlr/antlr4/4.5.3/
antlr4-4.5.3.jar
/prebuilts/tools/common/offline-m2/org/antlr/antlr4/4.5.3/
antlr4-4.5.3.jar
Completed in 159 milliseconds