Home
last modified time | relevance | path

Searched refs:ISA_G14 (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/gas/config/
Drl78-parse.y112 #define ISA_G14(s) if (!rl78_isa_g14()) rl78_error (s " is only supported on the G14") macro
507 | MULHU { ISA_G14 ("MULHU"); }
510 | MULH { ISA_G14 ("MULH"); }
516 | DIVHU { ISA_G14 ("DIVHU"); }
524 | DIVWU { ISA_G14 ("DIVWU"); }
527 | MACHU { ISA_G14 ("MACHU"); }
530 | MACH { ISA_G14 ("MACH"); }
Drl78-parse.c170 #define ISA_G14(s) if (!rl78_isa_g14()) rl78_error (s " is only supported on the G14") macro
2751 { ISA_G14 ("MULHU"); } in yyparse()
2763 { ISA_G14 ("MULH"); } in yyparse()
2781 { ISA_G14 ("DIVHU"); } in yyparse()
2793 { ISA_G14 ("DIVWU"); } in yyparse()
2805 { ISA_G14 ("MACHU"); } in yyparse()
2817 { ISA_G14 ("MACH"); } in yyparse()
/netbsd/src/external/gpl3/binutils/dist/gas/
DChangeLog-20151400 * config/rl78-parse.y (MULU): Remove ISA_G14.
1420 (ISA_G14): New.