Searched refs:LUI_FMT (Results 1 – 2 of 2) sorted by relevance
/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-mips.c | 8400 #define LUI_FMT (lui_fmt[mips_opts.micromips]) macro 8735 macro_build (ep, "lui", LUI_FMT, regnum, BFD_RELOC_HI16_S); in macro_build_lui() 8906 macro_build (ep, "lui", LUI_FMT, reg, BFD_RELOC_HI16); in load_register() 8963 macro_build (&lo32, "lui", LUI_FMT, reg, BFD_RELOC_HI16); in load_register() 9082 macro_build (&lo32, "lui", LUI_FMT, reg, BFD_RELOC_HI16); in load_register() 9168 macro_build (ep, "lui", LUI_FMT, reg, BFD_RELOC_MIPS_HIGHEST); in load_address() 9169 macro_build (ep, "lui", LUI_FMT, AT, BFD_RELOC_HI16_S); in load_address() 9179 macro_build (ep, "lui", LUI_FMT, reg, BFD_RELOC_MIPS_HIGHEST); in load_address() 9294 macro_build (ep, "lui", LUI_FMT, reg, BFD_RELOC_MIPS_GOT_HI16); in load_address() 9321 macro_build (ep, "lui", LUI_FMT, reg, BFD_RELOC_MIPS_GOT_HI16); in load_address() [all …]
|
/toolchain/binutils/binutils-2.27/gas/ |
D | ChangeLog-2011 | 819 (BRK_FMT, COP12_FMT, JALR_FMT, LUI_FMT): New macros.
|