Home
last modified time | relevance | path

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

/freebsd/contrib/one-true-awk/
H A Dawk.h159 #define FXOR 17 macro
H A Dlex.c98 { "xor", FXOR, BLTIN },
H A Drun.c2139 case FXOR: in bltin()
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcInstrVIS.td105 def FXOR : VISInst<0b001101100, "fxor">;
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h52 FXOR, enumerator
H A DX86InstrFragmentsSIMD.td53 def X86fxor : SDNode<"X86ISD::FXOR", SDTFPBinOp,
H A DX86ISelDAGToDAG.cpp1249 case X86ISD::FXOR: { in PreprocessISelDAG()
1277 case X86ISD::FXOR: Opc = ISD::XOR; break; in PreprocessISelDAG()
H A DX86ISelLowering.cpp21702 X86ISD::FXOR; in LowerFABSorFNEG()
33133 NODE_NAME_CASE(FXOR) in getTargetNodeName()
33646 case X86ISD::FXOR: in isCommutativeBinOp()
42428 case ISD::XOR: return X86ISD::FXOR; in getAltBitOpcode()
43117 case ISD::XOR: FPOpcode = X86ISD::FXOR; break; in combineBitcast()
48022 case ISD::XOR: FPOpcode = X86ISD::FXOR; break; in convertIntLogicToFPLogicOpcode()
51486 case X86ISD::FXOR: { in isFNEG()
51704 case X86ISD::FXOR: IntOpcode = ISD::XOR; break; in lowerX86FPLogicOp()
51795 DAG.getNode(X86ISD::FXOR, SDLoc(N), MVT::v4f32, in combineXor()
52006 assert(N->getOpcode() == X86ISD::FOR || N->getOpcode() == X86ISD::FXOR); in combineFOr()
[all …]