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.cpp361 if (!aarch64::isMoveWideImm16(Instr) || in addSingleRelocation()
372 if (!aarch64::isMoveWideImm16(Instr) || in addSingleRelocation()
383 if (!aarch64::isMoveWideImm16(Instr) || in addSingleRelocation()
394 if (!aarch64::isMoveWideImm16(Instr) || in addSingleRelocation()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A Daarch64.h477 inline bool isMoveWideImm16(uint32_t Instr) { in isMoveWideImm16() function
487 if (isMoveWideImm16(Instr)) { in getMoveWide16Shift()
562 assert(isMoveWideImm16(RawInstr) && in applyFixup()