Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DWin64EH.h53 UOP_SetFP, enumerator
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCWin64EH.cpp319 case Win64EH::UOP_SetFP: in ARM64CountOfUnwindCodes()
385 case Win64EH::UOP_SetFP: in ARM64EmitUnwindCode()
566 Inst.Operation = Win64EH::UOP_SetFP; in simplifyOpcodes()
664 if (info->Instructions.back().Operation != Win64EH::UOP_SetFP) in tryPackedUnwind()
829 case Win64EH::UOP_SetFP: in tryPackedUnwind()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64WinCOFFStreamer.cpp153 emitARM64WinUnwindCode(Win64EH::UOP_SetFP, -1, 0); in emitARM64WinCFISetFP()