Searched refs:FK_390_PC16DBL (Results 1 – 5 of 5) sorted by relevance
/external/llvm/test/MC/SystemZ/ |
D | insn-good.s | 540 #CHECK: fixup A - offset: 2, value: (.[[LAB]]-65536)+2, kind: FK_390_PC16DBL 543 #CHECK: fixup A - offset: 2, value: (.[[LAB]]-2)+2, kind: FK_390_PC16DBL 546 #CHECK: fixup A - offset: 2, value: .[[LAB]]+2, kind: FK_390_PC16DBL 549 #CHECK: fixup A - offset: 2, value: (.[[LAB]]+65534)+2, kind: FK_390_PC16DBL 553 #CHECK: fixup A - offset: 2, value: foo+2, kind: FK_390_PC16DBL 555 #CHECK: fixup A - offset: 2, value: foo+2, kind: FK_390_PC16DBL 557 #CHECK: fixup A - offset: 2, value: foo+2, kind: FK_390_PC16DBL 563 #CHECK: fixup A - offset: 2, value: (bar+100)+2, kind: FK_390_PC16DBL 565 #CHECK: fixup A - offset: 2, value: (bar+100)+2, kind: FK_390_PC16DBL 567 #CHECK: fixup A - offset: 2, value: (bar+100)+2, kind: FK_390_PC16DBL [all …]
|
/external/llvm/lib/Target/SystemZ/MCTargetDesc/ |
D | SystemZMCObjectWriter.cpp | 62 case SystemZ::FK_390_PC16DBL: return ELF::R_390_PC16DBL; in getPCRelReloc() 82 case SystemZ::FK_390_PC16DBL: return ELF::R_390_PLT16DBL; in getPLTReloc()
|
D | SystemZMCFixups.h | 19 FK_390_PC16DBL = FirstTargetFixupKind, enumerator
|
D | SystemZMCAsmBackend.cpp | 28 case SystemZ::FK_390_PC16DBL: in extractBitsForFixup()
|
D | SystemZMCCodeEmitter.cpp | 76 return getPCRelEncoding(MI, OpNum, Fixups, SystemZ::FK_390_PC16DBL, 2); in getPC16DBLEncoding()
|