Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A Daarch64.h430 inline bool isTestAndBranchImm14(uint32_t Instr) { in isTestAndBranchImm14() function
604 assert(isTestAndBranchImm14(RawInstr) && in applyFixup()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_aarch64.cpp405 if (!aarch64::isTestAndBranchImm14(Instr)) in addSingleRelocation()