Searched refs:FLAG (Results 1 – 7 of 7) sorted by relevance
/toolchain/binutils/binutils-2.25/config/ |
D | picflag.m4 | 1 # _GCC_PICFLAG(FLAG, DISPATCH) 3 # Store PIC flag corresponding to DISPATCH triplet in FLAG. 4 # Explit use of -fpic in CFLAGS corresponding to FLAG overrides default.
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | rx-parse.y | 139 %type <regno> REG FLAG CREG BCND BMCND SCCND 143 %token REG FLAG CREG 906 flag : { need_flag = 1; } FLAG { need_flag = 0; $$ = $2; } 994 { "c", FLAG, 0 }, 995 { "z", FLAG, 1 }, 996 { "s", FLAG, 2 }, 997 { "o", FLAG, 3 }, 998 { "i", FLAG, 8 }, 999 { "u", FLAG, 9 }, 1250 && !(token_table[i].token == FLAG && !need_flag)) in rx_lex()
|
D | rl78-parse.y | 143 %type <regno> regb regb_na regw regw_na FLAG sfr 152 %token FLAG SP CY 1249 { "c", FLAG, 0 }, 1250 { "z", FLAG, 1 }, 1251 { "s", FLAG, 2 }, 1252 { "o", FLAG, 3 }, 1253 { "i", FLAG, 8 }, 1254 { "u", FLAG, 9 }, 1428 && !(token_table[i].token == FLAG && !need_flag)) in rl78_lex()
|
/toolchain/binutils/binutils-2.25/include/opcode/ |
D | m88k.h | 71 #define FLAG unsigned macro 223 FLAG jump_pending:1;
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | crx-opc.c | 467 #define REGLIST_INST(NAME, OPC, FLAG) \ argument 469 {NAME, 2, OPC, 20, NO_TYPE_INS | REG_LIST | FLAG, {{regr,16}, {ui16,0}}}
|
D | arc-opc.c | 223 #define FLAG (SYNTAX_LD + 1) macro 227 #define FLAGFINISH (FLAG + 1) 1531 { "f", 1, FLAG, 0 },
|
/toolchain/binutils/binutils-2.25/include/ |
D | ChangeLog-9103 | 1755 (DISASM_RAW_INSN{,FLAG}): Define.
|