Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_aarch64.cpp211 if (!aarch64::isLoadStoreImm12(Instr) || in addSingleRelocation()
222 if (!aarch64::isLoadStoreImm12(Instr) || in addSingleRelocation()
233 if (!aarch64::isLoadStoreImm12(Instr) || in addSingleRelocation()
244 if (!aarch64::isLoadStoreImm12(Instr) || in addSingleRelocation()
255 if (!aarch64::isLoadStoreImm12(Instr) || in addSingleRelocation()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A Daarch64.h355 inline bool isLoadStoreImm12(uint32_t Instr) { in isLoadStoreImm12() function
389 if (isLoadStoreImm12(Instr)) { in getPageOffset12Shift()