Searched refs:FNSTSW16r (Results 1 – 8 of 8) sorted by relevance
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.h | 520 FNSTSW16r, enumerator
|
D | X86InstrFPStack.td | 45 def X86fp_stsw : SDNode<"X86ISD::FNSTSW16r", SDTX86Fnstsw>; 615 def FNSTSW16r : I<0xDF, MRM_E0, // AX = fp flags
|
D | X86InstrInfo.td | 2896 def : InstAlias<"fnstsw\t{%eax|eax}", (FNSTSW16r)>; 2897 def : InstAlias<"fnstsw\t{%al|al}" , (FNSTSW16r)>; 2898 def : InstAlias<"fnstsw" , (FNSTSW16r)>;
|
D | X86SchedHaswell.td | 1147 def : InstRW<[WriteFNSTSW], (instregex "FNSTSW16r")>;
|
D | X86ISelLowering.cpp | 14906 SDValue FNStSW = DAG.getNode(X86ISD::FNSTSW16r, dl, MVT::i16, TruncFPSW); in ConvertCmpIfNecessary() 22159 case X86ISD::FNSTSW16r: return "X86ISD::FNSTSW16r"; in getTargetNodeName()
|
/external/capstone/arch/X86/ |
D | X86GenAsmWriter.inc | 799 15351U, // FNSTSW16r 7070 0U, // FNSTSW16r
|
D | X86GenAsmWriter1.inc | 799 12234U, // FNSTSW16r 7070 0U, // FNSTSW16r
|
D | X86GenDisassemblerTables.inc | 10424 /* FNSTSW16r */ 49814 0x30e, /* FNSTSW16r */
|