Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonBaseInfo.h139 FPPos = 48, enumerator
H A DHexagonMCInstrInfo.cpp634 return ((F >> HexagonII::FPPos) & HexagonII::FPMask); in isFloat()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp2528 auto FPPos = llvm::find(UnspilledCS1GPRs, FramePtr); in determineCalleeSaves() local
2529 if (FPPos != UnspilledCS1GPRs.end()) in determineCalleeSaves()
2530 UnspilledCS1GPRs.erase(FPPos); in determineCalleeSaves()
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp2320 return (F >> HexagonII::FPPos) & HexagonII::FPMask; in isFloat()