Searched refs:ISA_G14 (Results 1 – 3 of 3) sorted by relevance
112 #define ISA_G14(s) if (!rl78_isa_g14()) rl78_error (s " is only supported on the G14") macro507 | 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"); }
170 #define ISA_G14(s) if (!rl78_isa_g14()) rl78_error (s " is only supported on the G14") macro2751 { 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()
1400 * config/rl78-parse.y (MULU): Remove ISA_G14.1420 (ISA_G14): New.