Searched refs:BranchImm (Results 1 – 6 of 6) sorted by relevance
341 uint64_t BranchImm = Value + Addend - FinalAddress; in resolveAArch64Relocation() local344 assert(isInt<28>(BranchImm)); in resolveAArch64Relocation()350 *TargetPtr |= static_cast<uint32_t>(BranchImm & 0xffffffcU) >> 2; in resolveAArch64Relocation()
413 uint64_t BranchImm = Value + Addend - FinalAddress; in resolveAArch64Relocation() local416 assert(isInt<28>(BranchImm)); in resolveAArch64Relocation()417 or32le(TargetPtr, (BranchImm & 0x0FFFFFFC) >> 2); in resolveAArch64Relocation()
1264 def B : BranchImm<0, "b", [(br bb:$addr)]>;
1260 class BranchImm<bit op, string asm, list<dag> pattern>
1469 def B : BranchImm<0, "b", [(br bb:$addr)]>;
1554 class BranchImm<bit op, string asm, list<dag> pattern>