Searched refs:F_POP_V9 (Results 1 – 2 of 2) sorted by relevance
/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-sparc.c | 872 #define F_POP_V9 0x1 /* The pseudo-op is for v9 only. */ macro 893 { "hix", BFD_RELOC_SPARC_HIX22, F_POP_V9 }, 894 { "lox", BFD_RELOC_SPARC_LOX10, F_POP_V9 }, 899 { "hh", BFD_RELOC_SPARC_HH22, F_POP_V9|F_POP_PCREL }, 900 { "hm", BFD_RELOC_SPARC_HM10, F_POP_V9|F_POP_PCREL }, 901 { "lm", BFD_RELOC_SPARC_LM22, F_POP_V9|F_POP_PCREL }, 902 { "h34", BFD_RELOC_SPARC_H34, F_POP_V9 }, 903 { "l34", BFD_RELOC_SPARC_L44, F_POP_V9 }, 904 { "h44", BFD_RELOC_SPARC_H44, F_POP_V9 }, 905 { "m44", BFD_RELOC_SPARC_M44, F_POP_V9 }, [all …]
|
/toolchain/binutils/binutils-2.27/gas/ |
D | ChangeLog | 545 (F_POP_V9): Define.
|