OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tilegx_opcodes
(Results
1 - 8
of
8
) sorted by null
/external/valgrind/none/tests/tilegx/
gen_insn_test.c
142
const struct tilegx_opcode *opcode = &
tilegx_opcodes
[i];
153
if (
tilegx_opcodes
[i].pipes & 1 & pipe)
157
if (
tilegx_opcodes
[i].pipes & 2 & pipe)
161
if (
tilegx_opcodes
[i].pipes & 4 & pipe)
165
if (
tilegx_opcodes
[i].pipes & 8 & pipe)
169
if (
tilegx_opcodes
[i].pipes & 16 & pipe)
192
insn =
tilegx_opcodes
[TILEGX_OPC_FNOP].
428
insn |=
tilegx_opcodes
[TILEGX_OPC_FNOP].
432
insn |=
tilegx_opcodes
[TILEGX_OPC_FNOP].
437
insn |=
tilegx_opcodes
[TILEGX_OPC_LD]
[
all
...]
/toolchain/binutils/binutils-2.25/gas/config/
tc-tilegx.c
315
for (op = &
tilegx_opcodes
[0]; op->name != NULL; op++)
391
current_bundle[0].opcode = &
tilegx_opcodes
[mnemonic];
[
all
...]
/toolchain/binutils/binutils-2.25/include/opcode/
tilegx.h
1252
extern const struct tilegx_opcode
tilegx_opcodes
[];
/external/pcre/dist/sljit/
sljitNativeTILEGX_64.c
530
opcode = &
tilegx_opcodes
[opc];
749
const struct tilegx_opcode* opcode = &
tilegx_opcodes
[opc];
769
const struct tilegx_opcode* opcode = &
tilegx_opcodes
[opc];
830
const struct tilegx_opcode* opcode = &
tilegx_opcodes
[opc];
875
const struct tilegx_opcode* opcode = &
tilegx_opcodes
[opc];
891
const struct tilegx_opcode* opcode = &
tilegx_opcodes
[opc];
[
all
...]
sljitNativeTILEGX-encoder.c
1997
const struct tilegx_opcode
tilegx_opcodes
[336] =
variable in typeref:struct:tilegx_opcode
[
all
...]
/external/valgrind/VEX/priv/
tilegx_disasm.c
47
const struct tilegx_opcode
tilegx_opcodes
[336] =
variable in typeref:struct:tilegx_opcode
[
all
...]
tilegx_disasm.h
1269
extern const struct tilegx_opcode
tilegx_opcodes
[];
/toolchain/binutils/binutils-2.25/opcodes/
tilegx-opc.c
45
const struct tilegx_opcode
tilegx_opcodes
[336] =
variable in typeref:struct:tilegx_opcode
[
all
...]
Completed in 405 milliseconds