OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TIC6X_INSN_C64X
(Results
1 - 3
of
3
) sorted by null
/toolchain/binutils/binutils-2.25/include/opcode/
tic6x.h
158
#define
TIC6X_INSN_C64X
0x0002
tic6x-opcode-table.h
30
#define TIC6X_INSN_C64X_AND_C67X
TIC6X_INSN_C64X
|TIC6X_INSN_C67X
[
all
...]
/toolchain/binutils/binutils-2.25/gas/config/
tc-tic6x.c
84
|
TIC6X_INSN_C64X
151
{ "c64x", C6XABI_Tag_ISA_C64X, TIC6X_INSN_C62X |
TIC6X_INSN_C64X
},
153
|
TIC6X_INSN_C64X
160
|
TIC6X_INSN_C64X
351
= (tic6x_arch_enable & (
TIC6X_INSN_C64X
| TIC6X_INSN_C67XP)) ? 32 : 16;
353
tic6x_predicate_a0 = (tic6x_arch_enable &
TIC6X_INSN_C64X
) ? TRUE : FALSE;
357
& (
TIC6X_INSN_C64X
| TIC6X_INSN_C67XP)) ? TRUE : FALSE;
360
= (tic6x_arch_enable &
TIC6X_INSN_C64X
) ? FALSE : TRUE;
[
all
...]
Completed in 764 milliseconds