Searched refs:FMSTAT (Results 1 – 13 of 13) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMScheduleM4.td | 132 def : M4UnitL1I<(instregex "VMRS", "VMSR", "FMSTAT")>;
|
H A D | ARMISelLowering.h | 95 FMSTAT, // ARM fmstat instruction. enumerator
|
H A D | ARMScheduleM7.td | 437 def : InstRW<[M7VMRS], (instregex "FMSTAT")>;
|
H A D | Thumb2SizeReduction.cpp | 262 case ARM::FMSTAT: in isHighLatencyCPSR()
|
H A D | ARMInstructionSelector.cpp | 1066 CmpConstants Helper(Size == 32 ? ARM::VCMPS : ARM::VCMPD, ARM::FMSTAT, in select()
|
H A D | ARMScheduleSwift.td | 671 def : InstRW<[SwiftWriteP0TwoCycle], (instregex "FMSTAT")>;
|
H A D | ARMInstrVFP.td | 21 def arm_fmstat : SDNode<"ARMISD::FMSTAT", SDTNone, [SDNPInGlue, SDNPOutGlue]>; 2498 def FMSTAT : MovFromVFP<0b0001 /* fpscr */, (outs), (ins), 2754 def : InstAlias<"fmstat${p}", (FMSTAT pred:$p), 0>, Requires<[HasFPRegs]>;
|
H A D | ARMScheduleA57.td | 124 def : InstRW<[WriteNoop], (instregex "VMRS", "VMSR", "FMSTAT")>;
|
H A D | ARMFastISel.cpp | 1452 TII.get(ARM::FMSTAT))); in ARMEmitCmp()
|
H A D | ARMISelLowering.cpp | 1727 MAKE_CASE(ARMISD::FMSTAT) in getTargetNodeName() 4897 return DAG.getNode(ARMISD::FMSTAT, dl, MVT::Glue, Cmp); in getVFPCmp() 4909 assert(Opc == ARMISD::FMSTAT && "unexpected comparison operation"); in duplicateCmp() 4918 return DAG.getNode(ARMISD::FMSTAT, DL, MVT::Glue, Cmp); in duplicateCmp()
|
H A D | ARMBaseInstrInfo.cpp | 4403 if (DefMI.getOpcode() == ARM::FMSTAT) { in getOperandLatencyImpl()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/ |
H A D | ARMDisassembler.cpp | 6254 if (Inst.getOpcode() != ARM::FMSTAT) { in DecodeForVMRSandVMSR()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/ |
H A D | ARMAsmParser.cpp | 11183 case ARM::FMSTAT: in checkTargetMatchPredicate()
|