Home
last modified time | relevance | path

Searched refs:FXOR (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Target/Sparc/
DSparcInstrVIS.td106 def FXOR : VISInst<0b001101100, "fxor">;
/external/llvm/lib/Target/X86/
DX86ISelLowering.h53 FXOR, enumerator
DX86InstrFragmentsSIMD.td62 def X86fxor : SDNode<"X86ISD::FXOR", SDTFPBinOp,
DX86ISelLowering.cpp12276 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()