/netbsd-src/external/gpl3/binutils/dist/gas/config/ |
H A D | rx-parse.y | 145 %type <regno> REG FLAG CREG BCND BMCND SCCND ACC DREG DREGH DREGL DCREG DCMP 149 %token REG FLAG CREG ACC DREG DREGH DREGL DCREG 487 | PUSHC CREG 497 | POPC CREG 792 | MVTC REG ',' CREG 800 | MVFC CREG ',' REG 814 | MVTC '#' EXPR ',' CREG 1244 { "psw", CREG, 0 }, 1245 { "pc", CREG, 1 }, 1246 { "usp", CREG, 2 }, [all …]
|
H A D | rx-parse.h | 59 CREG = 260, /* CREG */ enumerator 228 #define CREG 260 macro
|
H A D | rx-parse.c | 241 CREG = 260, /* CREG */ enumerator 410 #define CREG 260 macro 4590 { "psw", CREG, 0 }, 4591 { "pc", CREG, 1 }, 4592 { "usp", CREG, 2 }, 4593 { "fpsw", CREG, 3 }, 4597 { "wr", CREG, 7 }, 4599 { "bpsw", CREG, 8 }, 4600 { "bpc", CREG, 9 }, 4601 { "isp", CREG, 10 }, [all …]
|
H A D | m68k-parse.y | 104 %token <reg> DR AR FPR FPCR LPC ZAR ZDR LZPC CREG 172 | CREG 870 return CREG; in yylex()
|
H A D | m68k-parse.c | 186 CREG = 266, /* CREG */ enumerator 205 #define CREG 266 macro 2460 return CREG; in yylex()
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
H A D | rx-parse.y | 145 %type <regno> REG FLAG CREG BCND BMCND SCCND ACC DREG DREGH DREGL DCREG DCMP 149 %token REG FLAG CREG ACC DREG DREGH DREGL DCREG 487 | PUSHC CREG 497 | POPC CREG 792 | MVTC REG ',' CREG 800 | MVFC CREG ',' REG 814 | MVTC '#' EXPR ',' CREG 1244 { "psw", CREG, 0 }, 1245 { "pc", CREG, 1 }, 1246 { "usp", CREG, 2 }, [all …]
|
H A D | rx-parse.h | 59 CREG = 260, /* CREG */ enumerator 228 #define CREG 260 macro
|
H A D | rx-parse.c | 241 CREG = 260, /* CREG */ enumerator 410 #define CREG 260 macro 4590 { "psw", CREG, 0 }, 4591 { "pc", CREG, 1 }, 4592 { "usp", CREG, 2 }, 4593 { "fpsw", CREG, 3 }, 4597 { "wr", CREG, 7 }, 4599 { "bpsw", CREG, 8 }, 4600 { "bpc", CREG, 9 }, 4601 { "isp", CREG, 10 }, [all …]
|
H A D | m68k-parse.y | 104 %token <reg> DR AR FPR FPCR LPC ZAR ZDR LZPC CREG 172 | CREG 870 return CREG; in yylex()
|
H A D | m68k-parse.c | 186 CREG = 266, /* CREG */ enumerator 205 #define CREG 266 macro 2460 return CREG; in yylex()
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/ |
H A D | itbl-parse.y | 289 %token DREG CREG GREG IMMED ADDR INSN NUM ID NL PNUM 415 | CREG 418 $$ = CREG;
|
H A D | itbl-parse.h | 58 CREG = 259, /* CREG */ enumerator 76 #define CREG 259 macro
|
H A D | itbl-lex.l | 46 return CREG;
|
H A D | itbl-parse.c | 375 CREG = 259, /* CREG */ enumerator 393 #define CREG 259 macro 1592 (yyval.num) = CREG; in yyparse()
|
H A D | itbl-ops.c | 831 case CREG: in get_type()
|
/netbsd-src/external/gpl3/binutils/dist/gas/ |
H A D | itbl-parse.y | 289 %token DREG CREG GREG IMMED ADDR INSN NUM ID NL PNUM 415 | CREG 418 $$ = CREG;
|
H A D | itbl-parse.h | 58 CREG = 259, /* CREG */ enumerator 76 #define CREG 259 macro
|
H A D | itbl-lex.l | 46 return CREG;
|
H A D | itbl-parse.c | 375 CREG = 259, /* CREG */ enumerator 393 #define CREG 259 macro 1592 (yyval.num) = CREG; in yyparse()
|
H A D | itbl-ops.c | 831 case CREG: in get_type()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rl78/ |
H A D | rl78.h | 212 CREG, enumerator
|
H A D | constraints.md | 172 (define_register_constraint "c" "CREG"
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rl78/ |
H A D | rl78.h | 212 CREG, enumerator
|
H A D | constraints.md | 172 (define_register_constraint "c" "CREG"
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
H A D | constraints.md | 49 (define_register_constraint "c" "CREG"
|