Searched refs:LUI_FMT (Results 1 – 2 of 2) sorted by relevance
| /netbsd/src/external/gpl3/binutils/dist/gas/config/ |
| D | tc-mips.c | 9053 #define LUI_FMT (lui_fmt[mips_opts.micromips]) macro 9406 macro_build (ep, "lui", LUI_FMT, regnum, BFD_RELOC_HI16_S); in macro_build_lui() 9577 macro_build (ep, "lui", LUI_FMT, reg, BFD_RELOC_HI16); in load_register() 9632 macro_build (&lo32, "lui", LUI_FMT, reg, BFD_RELOC_HI16); in load_register() 9754 macro_build (&lo32, "lui", LUI_FMT, reg, BFD_RELOC_HI16); in load_register() 9840 macro_build (ep, "lui", LUI_FMT, reg, BFD_RELOC_MIPS_HIGHEST); in load_address() 9841 macro_build (ep, "lui", LUI_FMT, AT, BFD_RELOC_HI16_S); in load_address() 9851 macro_build (ep, "lui", LUI_FMT, reg, BFD_RELOC_MIPS_HIGHEST); in load_address() 9966 macro_build (ep, "lui", LUI_FMT, reg, BFD_RELOC_MIPS_GOT_HI16); in load_address() 9993 macro_build (ep, "lui", LUI_FMT, reg, BFD_RELOC_MIPS_GOT_HI16); in load_address() [all …]
|
| /netbsd/src/external/gpl3/binutils/dist/gas/ |
| D | ChangeLog-2011 | 819 (BRK_FMT, COP12_FMT, JALR_FMT, LUI_FMT): New macros.
|