Searched refs:FK_390_PC32DBL (Results 1 – 5 of 5) sorted by relevance
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/SystemZ/MCTargetDesc/ |
| H A D | SystemZMCObjectWriter.cpp | 57 case SystemZ::FK_390_PC32DBL: return ELF::R_390_PC32DBL; in getPCRelReloc() 77 case SystemZ::FK_390_PC32DBL: return ELF::R_390_PLT32DBL; in getPLTReloc() 98 if (IsPCRel && Kind == SystemZ::FK_390_PC32DBL) in GetRelocType()
|
| H A D | SystemZMCFixups.h | 20 FK_390_PC32DBL, enumerator
|
| H A D | SystemZMCAsmBackend.cpp | 29 case SystemZ::FK_390_PC32DBL: in extractBitsForFixup()
|
| H A D | SystemZMCCodeEmitter.cpp | 90 return getPCRelEncoding(MI, OpNum, Fixups, SystemZ::FK_390_PC32DBL, 2); in getPC32DBLEncoding()
|
| /minix3/external/bsd/llvm/dist/llvm/test/MC/SystemZ/ |
| H A D | insn-good.s | 674 #CHECK: fixup A - offset: 2, value: (.[[LAB]]-4294967296)+2, kind: FK_390_PC32DBL 677 #CHECK: fixup A - offset: 2, value: (.[[LAB]]-2)+2, kind: FK_390_PC32DBL 680 #CHECK: fixup A - offset: 2, value: .[[LAB]]+2, kind: FK_390_PC32DBL 683 #CHECK: fixup A - offset: 2, value: (.[[LAB]]+4294967294)+2, kind: FK_390_PC32DBL 687 #CHECK: fixup A - offset: 2, value: foo+2, kind: FK_390_PC32DBL 689 #CHECK: fixup A - offset: 2, value: foo+2, kind: FK_390_PC32DBL 691 #CHECK: fixup A - offset: 2, value: foo+2, kind: FK_390_PC32DBL 697 #CHECK: fixup A - offset: 2, value: (bar+100)+2, kind: FK_390_PC32DBL 699 #CHECK: fixup A - offset: 2, value: (bar+100)+2, kind: FK_390_PC32DBL 701 #CHECK: fixup A - offset: 2, value: (bar+100)+2, kind: FK_390_PC32DBL [all …]
|