Searched refs:ImmHi (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFAArch64.h58 uint32_t ImmHi = (Imm & 0x1FFFFC) << 3; local
60 write32le(T, (read32le(T) & ~Mask) | ImmLo | ImmHi);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachO_arm64.cpp597 uint32_t ImmHi = (static_cast<uint64_t>(PageDelta) >> 14) & 0x7ffff; local
598 uint32_t FixedInstr = RawInstr | (ImmLo << 29) | (ImmHi << 5);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp4888 // If ImmHi (ImmHi) is zero, only one ori (oris) is generated later.
4889 uint64_t ImmHi = Imm64 >> 16; local
4891 if (ImmHi != 0 && ImmLo != 0) {
4895 SDValue Ops1[] = { SDValue(Lo, 0), getI16Imm(ImmHi, dl)};
4911 // If ImmHi (ImmHi) is zero, only one xori (xoris) is generated later.
4912 uint64_t ImmHi = Imm64 >> 16; local
4914 if (ImmHi != 0 && ImmLo != 0) {
4918 SDValue Ops1[] = { SDValue(Lo, 0), getI16Imm(ImmHi, d
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp43 uint32_t ImmHi = (Imm & 0x1FFFFC) << 3; local
45 write32le(L, (read32le(L) & ~Mask) | ImmLo | ImmHi);

Completed in 180 milliseconds