Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A Daarch32.cpp559 bool InstrIsBlx = (~R.Wd & FixupInfo<Arm_Call>::BitBlx) == 0; in applyFixupArm() local
560 if (TargetIsThumb != InstrIsBlx) { in applyFixupArm()
635 bool InstrIsBlx = (R.Lo & FixupInfo<Thumb_Call>::LoBitNoBlx) == 0; in applyFixupThumb() local
636 if (TargetIsArm != InstrIsBlx) { in applyFixupThumb()