Home
last modified time | relevance | path

Searched refs:isMoveWideImm16 (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_aarch64.cpp280 if (!aarch64::isMoveWideImm16(Instr) || in addSingleRelocation()
291 if (!aarch64::isMoveWideImm16(Instr) || in addSingleRelocation()
302 if (!aarch64::isMoveWideImm16(Instr) || in addSingleRelocation()
313 if (!aarch64::isMoveWideImm16(Instr) || in addSingleRelocation()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A Daarch64.h414 inline bool isMoveWideImm16(uint32_t Instr) { in isMoveWideImm16() function
424 if (isMoveWideImm16(Instr)) { in getMoveWide16Shift()
498 assert(isMoveWideImm16(RawInstr) && in applyFixup()