Searched refs:FXOR (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/contrib/one-true-awk/ |
| H A D | awk.h | 159 #define FXOR 17 macro
|
| H A D | lex.c | 98 { "xor", FXOR, BLTIN },
|
| H A D | run.c | 2139 case FXOR: in bltin()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | SparcInstrVIS.td | 105 def FXOR : VISInst<0b001101100, "fxor">;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.h | 52 FXOR, enumerator
|
| H A D | X86InstrFragmentsSIMD.td | 53 def X86fxor : SDNode<"X86ISD::FXOR", SDTFPBinOp,
|
| H A D | X86ISelDAGToDAG.cpp | 1249 case X86ISD::FXOR: { in PreprocessISelDAG() 1277 case X86ISD::FXOR: Opc = ISD::XOR; break; in PreprocessISelDAG()
|
| H A D | X86ISelLowering.cpp | 21702 X86ISD::FXOR; in LowerFABSorFNEG() 33135 NODE_NAME_CASE(FXOR) in getTargetNodeName() 33648 case X86ISD::FXOR: in isCommutativeBinOp() 42430 case ISD::XOR: return X86ISD::FXOR; in getAltBitOpcode() 43119 case ISD::XOR: FPOpcode = X86ISD::FXOR; break; in combineBitcast() 48024 case ISD::XOR: FPOpcode = X86ISD::FXOR; break; in convertIntLogicToFPLogicOpcode() 51488 case X86ISD::FXOR: { in isFNEG() 51706 case X86ISD::FXOR: IntOpcode = ISD::XOR; break; in lowerX86FPLogicOp() 51797 DAG.getNode(X86ISD::FXOR, SDLoc(N), MVT::v4f32, in combineXor() 52008 assert(N->getOpcode() == X86ISD::FOR || N->getOpcode() == X86ISD::FXOR); in combineFOr() [all …]
|