Searched refs:FXOR (Results 1 – 5 of 5) sorted by relevance
105 def FXOR : VISInst<0b001101100, "fxor">;
52 FXOR, enumerator
53 def X86fxor : SDNode<"X86ISD::FXOR", SDTFPBinOp,
1183 case X86ISD::FXOR: { in PreprocessISelDAG()1211 case X86ISD::FXOR: Opc = ISD::XOR; break; in PreprocessISelDAG()
23233 X86ISD::FXOR; in LowerFABSorFNEG()33451 NODE_NAME_CASE(FXOR) in getTargetNodeName()33945 case X86ISD::FXOR: in isCommutativeBinOp()42206 case ISD::XOR: return X86ISD::FXOR; in getAltBitOpcode()42869 case ISD::XOR: FPOpcode = X86ISD::FXOR; break; in combineBitcast()47467 case ISD::XOR: FPOpcode = X86ISD::FXOR; break; in convertIntLogicToFPLogicOpcode()50650 case X86ISD::FXOR: { in isFNEG()50868 case X86ISD::FXOR: IntOpcode = ISD::XOR; break; in lowerX86FPLogicOp()50902 DAG.getNode(X86ISD::FXOR, SDLoc(N), MVT::v4f32, in combineXor()51074 assert(N->getOpcode() == X86ISD::FOR || N->getOpcode() == X86ISD::FXOR); in combineFOr()[all …]