Lines Matching refs:SystemZ
48 case SystemZ::FK_390_U8Imm: in getAbsoluteReloc()
49 case SystemZ::FK_390_S8Imm: in getAbsoluteReloc()
51 case SystemZ::FK_390_U12Imm: in getAbsoluteReloc()
54 case SystemZ::FK_390_U16Imm: in getAbsoluteReloc()
55 case SystemZ::FK_390_S16Imm: in getAbsoluteReloc()
57 case SystemZ::FK_390_S20Imm: in getAbsoluteReloc()
60 case SystemZ::FK_390_U32Imm: in getAbsoluteReloc()
61 case SystemZ::FK_390_S32Imm: in getAbsoluteReloc()
74 case SystemZ::FK_390_U16Imm: in getPCRelReloc()
75 case SystemZ::FK_390_S16Imm: in getPCRelReloc()
78 case SystemZ::FK_390_U32Imm: in getPCRelReloc()
79 case SystemZ::FK_390_S32Imm: in getPCRelReloc()
83 case SystemZ::FK_390_PC12DBL: in getPCRelReloc()
85 case SystemZ::FK_390_PC16DBL: in getPCRelReloc()
87 case SystemZ::FK_390_PC24DBL: in getPCRelReloc()
89 case SystemZ::FK_390_PC32DBL: in getPCRelReloc()
121 case SystemZ::FK_390_TLS_CALL: return ELF::R_390_TLS_LDCALL; in getTLSLDMReloc()
132 case SystemZ::FK_390_TLS_CALL: return ELF::R_390_TLS_GDCALL; in getTLSGDReloc()
141 case SystemZ::FK_390_PC12DBL: return ELF::R_390_PLT12DBL; in getPLTReloc()
142 case SystemZ::FK_390_PC16DBL: return ELF::R_390_PLT16DBL; in getPLTReloc()
143 case SystemZ::FK_390_PC24DBL: return ELF::R_390_PLT24DBL; in getPLTReloc()
144 case SystemZ::FK_390_PC32DBL: return ELF::R_390_PLT32DBL; in getPLTReloc()
170 if (IsPCRel && Kind == SystemZ::FK_390_PC32DBL) in getRelocType()
188 if (IsPCRel && Kind == SystemZ::FK_390_PC32DBL) in getRelocType()