Home
last modified time | relevance | path

Searched refs:BranchImm (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp341 uint64_t BranchImm = Value + Addend - FinalAddress; in resolveAArch64Relocation() local
344 assert(isInt<28>(BranchImm)); in resolveAArch64Relocation()
350 *TargetPtr |= static_cast<uint32_t>(BranchImm & 0xffffffcU) >> 2; in resolveAArch64Relocation()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp413 uint64_t BranchImm = Value + Addend - FinalAddress; in resolveAArch64Relocation() local
416 assert(isInt<28>(BranchImm)); in resolveAArch64Relocation()
417 or32le(TargetPtr, (BranchImm & 0x0FFFFFFC) >> 2); in resolveAArch64Relocation()
/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.td1264 def B : BranchImm<0, "b", [(br bb:$addr)]>;
DAArch64InstrFormats.td1260 class BranchImm<bit op, string asm, list<dag> pattern>
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64InstrInfo.td1469 def B : BranchImm<0, "b", [(br bb:$addr)]>;
DAArch64InstrFormats.td1554 class BranchImm<bit op, string asm, list<dag> pattern>