Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/awk/
H A Dawk.h161 #define FXOR 17 macro
H A Dlex.c100 { "xor", FXOR, BLTIN },
H A Drun.c2132 case FXOR: in bltin()
/openbsd-src/gnu/llvm/llvm/lib/Target/Sparc/
H A DSparcInstrVIS.td105 def FXOR : VISInst<0b001101100, "fxor">;
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.h52 FXOR, enumerator
H A DX86InstrFragmentsSIMD.td53 def X86fxor : SDNode<"X86ISD::FXOR", SDTFPBinOp,
H A DX86ISelDAGToDAG.cpp1187 case X86ISD::FXOR: { in PreprocessISelDAG()
1215 case X86ISD::FXOR: Opc = ISD::XOR; break; in PreprocessISelDAG()
H A DX86ISelLowering.cpp23686 X86ISD::FXOR; in LowerFABSorFNEG()
34421 NODE_NAME_CASE(FXOR) in getTargetNodeName()
34932 case X86ISD::FXOR: in isCommutativeBinOp()
43384 case ISD::XOR: return X86ISD::FXOR; in getAltBitOpcode()
44053 case ISD::XOR: FPOpcode = X86ISD::FXOR; break; in combineBitcast()
48741 case ISD::XOR: FPOpcode = X86ISD::FXOR; break; in convertIntLogicToFPLogicOpcode()
51973 case X86ISD::FXOR: { in isFNEG()
52191 case X86ISD::FXOR: IntOpcode = ISD::XOR; break; in lowerX86FPLogicOp()
52225 DAG.getNode(X86ISD::FXOR, SDLoc(N), MVT::v4f32, in combineXor()
52352 if (N0.getOpcode() == X86ISD::FXOR && isAllOnesConstantFP(N0.getOperand(1))) in combineFAndFNotToFAndn()
[all …]