Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMScheduleM4.td132 def : M4UnitL1I<(instregex "VMRS", "VMSR", "FMSTAT")>;
H A DARMISelLowering.h96 FMSTAT, // ARM fmstat instruction. enumerator
H A DThumb2SizeReduction.cpp259 case ARM::FMSTAT: in isHighLatencyCPSR()
H A DARMScheduleM7.td437 def : InstRW<[M7VMRS], (instregex "FMSTAT")>;
H A DARMInstructionSelector.cpp1066 CmpConstants Helper(Size == 32 ? ARM::VCMPS : ARM::VCMPD, ARM::FMSTAT, in select()
H A DARMScheduleSwift.td671 def : InstRW<[SwiftWriteP0TwoCycle], (instregex "FMSTAT")>;
H A DARMScheduleM85.td619 def : InstRW<[M85VMRSEarly], (instregex "VMRS_P0", "VMRS_VPR", "FMSTAT")>;
H A DARMInstrVFP.td36 def arm_fmstat : SDNode<"ARMISD::FMSTAT",
2526 def FMSTAT : MovFromVFP<0b0001 /* fpscr */, (outs), (ins),
2783 def : InstAlias<"fmstat${p}", (FMSTAT pred:$p), 0>, Requires<[HasFPRegs]>;
H A DARMScheduleA57.td124 def : InstRW<[WriteNoop], (instregex "VMRS", "VMSR", "FMSTAT")>;
H A DARMFastISel.cpp1500 TII.get(ARM::FMSTAT))); in ARMEmitCmp()
H A DARMBaseInstrInfo.cpp4246 if (DefMI.getOpcode() == ARM::FMSTAT) { in getOperandLatencyImpl()
H A DARMISelLowering.cpp1721 MAKE_CASE(ARMISD::FMSTAT) in getTargetNodeName()
4982 return DAG.getNode(ARMISD::FMSTAT, dl, FlagsVT, Flags); in getVFPCmp()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp6260 if (Inst.getOpcode() != ARM::FMSTAT) { in DecodeForVMRSandVMSR()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp11272 case ARM::FMSTAT: in checkTargetMatchPredicate()