Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A Daarch64.h377 inline bool isCompAndBranchImm19(uint32_t Instr) { in isCompAndBranchImm19() function
557 assert((isCondBranchImm19(RawInstr) || isCompAndBranchImm19(RawInstr)) && in applyFixup()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_aarch64.cpp334 !aarch64::isCompAndBranchImm19(Instr)) in addSingleRelocation()