Home
last modified time | relevance | path

Searched defs:PCRel (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DAsmWriterInst.h51 bool PCRel = false; member
/openbsd-src/gnu/llvm/lld/ELF/Arch/
H A DPPC64.cpp131 #define PCREL_OPT(Legacy, PCRel, InsnMask) \ in checkPPCLegacyInsn() argument
470 #define PCREL_OPT(Legacy, PCRel, InsnMask) \ in getPCRelativeForm() argument
481 #define PCREL_OPT(Legacy, PCRel, InsnMask) \ in getInsnMask() argument
/openbsd-src/gnu/usr.bin/binutils-2.17/include/opcode/
H A Dtic30.h228 #define PCRel 0x02000000 macro
/openbsd-src/gnu/usr.bin/binutils/include/opcode/
H A Dtic30.h228 #define PCRel 0x02000000 macro
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1022 const MCExpr *PCRel = MCBinaryExpr::createSub(Proxy, FnExp, OutContext); in emitFunctionHeader() local