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.c99 { "xor", FXOR, BLTIN },
H A Drun.c2138 case FXOR: in bltin()
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcInstrVIS.td120 def FXOR : VISInst<0b001101100, "fxor">;
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h52 FXOR, enumerator
H A DX86InstrFragmentsSIMD.td65 def X86fxor : SDNode<"X86ISD::FXOR", SDTFPBinOp,
H A DX86ISelDAGToDAG.cpp1303 case X86ISD::FXOR: { in PreprocessISelDAG()
1331 case X86ISD::FXOR: Opc = ISD::XOR; break; in PreprocessISelDAG()
H A DX86ISelLowering.cpp22613 X86ISD::FXOR; in LowerFABSorFNEG()
34939 NODE_NAME_CASE(FXOR) in getTargetNodeName()
35484 case X86ISD::FXOR: in isCommutativeBinOp()
45238 case ISD::XOR: return X86ISD::FXOR; in getAltBitOpcode()
45963 case ISD::XOR: FPOpcode = X86ISD::FXOR; break; in combineBitcast()
50951 case ISD::XOR: FPOpcode = X86ISD::FXOR; break; in convertIntLogicToFPLogicOpcode()
54559 case X86ISD::FXOR: { in isFNEG()
54787 case X86ISD::FXOR: IntOpcode = ISD::XOR; break; in lowerX86FPLogicOp()
54877 DAG.getNode(X86ISD::FXOR, DL, MVT::v4f32, in combineXor()
55068 if (N0.getOpcode() == X86ISD::FXOR && isAllOnesConstantFP(N0.getOperand(1))) in combineFAndFNotToFAndn()
[all …]