Searched refs:FXOR (Results 1 – 4 of 4) sorted by relevance
106 def FXOR : VISInst<0b001101100, "fxor">;
53 FXOR, enumerator
62 def X86fxor : SDNode<"X86ISD::FXOR", SDTFPBinOp,
12276 unsigned BitOp = IsFABS ? X86ISD::FAND : IsFNABS ? X86ISD::FOR : X86ISD::FXOR; in LowerFABSorFNEG()17502 case X86ISD::FXOR: return "X86ISD::FXOR"; in getTargetNodeName()23108 assert(N->getOpcode() == X86ISD::FOR || N->getOpcode() == X86ISD::FXOR); in PerformFORCombine()23889 case X86ISD::FXOR: in PerformDAGCombine()