OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:op_idx
(Results
1 - 5
of
5
) sorted by null
/external/valgrind/none/tests/tilegx/
gen_insn_test.c
181
int
op_idx
= decoded.opcode->mnemonic;
local
201
printf("//op=%d\n",
op_idx
);
217
"\n", '%', '%', RAND(
op_idx
), RAND(
op_idx
));
226
if (op_abnorm[
op_idx
] & 6)
236
decoded.operand_values[i] = RAND(
op_idx
) % 51;
238
int64_t d = RAND(
op_idx
);
253
decoded.operand_values[i] = RAND(
op_idx
);
265
if (op_abnorm[
op_idx
] & 2)
304
else if (
op_idx
== TILEGX_OPC_J
419
int
op_idx
= decoded.opcode->mnemonic;
local
[
all
...]
/external/mesa3d/src/gallium/drivers/radeon/
AMDGPUAsmPrinter.cpp
69
for (unsigned
op_idx
= 0;
op_idx
< numOperands;
op_idx
++) {
70
MachineOperand & MO = MI.getOperand(
op_idx
);
/external/llvm/lib/Target/AMDGPU/
AMDGPUAsmPrinter.cpp
271
for (unsigned
op_idx
= 0;
op_idx
< numOperands;
op_idx
++) {
272
const MachineOperand &MO = MI.getOperand(
op_idx
);
342
for (unsigned
op_idx
= 0;
op_idx
< numOperands;
op_idx
++) {
343
const MachineOperand &MO = MI.getOperand(
op_idx
);
/toolchain/binutils/binutils-2.25/gas/config/
tc-mn10200.c
915
int
op_idx
;
925
for (
op_idx
= 1, opindex_ptr = opcode->operands;
927
opindex_ptr++,
op_idx
++)
912
int
op_idx
;
local
tc-mn10300.c
1269
int
op_idx
;
1293
for (
op_idx
= 1, opindex_ptr = opcode->operands;
1295
opindex_ptr++,
op_idx
++)
1266
int
op_idx
;
local
[
all
...]
Completed in 1219 milliseconds