Home
last modified time | relevance | path

Searched refs:isPCRel (Results 1 – 4 of 4) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Target/M68k/MCTargetDesc/
H A DM68kFixupKinds.h38 static inline MCFixupKind getFixupForSize(unsigned Size, bool isPCRel) { in getFixupForSize() argument
41 return isPCRel ? FK_PCRel_1 : FK_Data_1; in getFixupForSize()
43 return isPCRel ? FK_PCRel_2 : FK_Data_2; in getFixupForSize()
45 return isPCRel ? FK_PCRel_4 : FK_Data_4; in getFixupForSize()
47 return isPCRel ? FK_PCRel_8 : FK_Data_8; in getFixupForSize()
/src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrP10.td99 class isPCRel { bit PCRel = 1; }
115 bit PCRel = 0; // Default value, set by isPCRel.
255 !strconcat(asmstr, ", 1"), itin, []>, isPCRel;
585 isPCRel;
590 asmstr_pcext, itin, []>, isPCRel;
602 isPCRel;
607 asmstr_pcext, itin, []>, isPCRel;
619 isPCRel;
624 asmstr_pcext, itin, []>, isPCRel;
910 isPCRel;
[all …]
/src/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCCodeEmitter.cpp550 static bool isPCRel(unsigned Kind) { in isPCRel() function
695 if (State.Addend != 0 && isPCRel(FixupKind)) { in getExprOpValue()
/src/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCCodeEmitter.cpp441 bool isPCRel = X86II::isImmPCRel(TSFlags); in getImmFixupKind() local
451 return MCFixup::getKindForSize(Size, isPCRel); in getImmFixupKind()