Searched refs:FAND (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13.1/contrib/one-true-awk/ |
| H A D | awk.h | 153 #define FAND 15 macro
|
| H A D | lex.c | 50 { "and", FAND, BLTIN },
|
| H A D | run.c | 1656 case FAND: in bltin()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | SparcInstrVIS.td | 101 def FAND : VISInst<0b001110000, "fand">;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.h | 43 FAND, enumerator
|
| H A D | X86InstrFragmentsSIMD.td | 49 def X86fand : SDNode<"X86ISD::FAND", SDTFPBinOp,
|
| H A D | X86ISelDAGToDAG.cpp | 1115 case X86ISD::FAND: in PreprocessISelDAG() 1140 case X86ISD::FAND: Opc = ISD::AND; break; in PreprocessISelDAG()
|
| H A D | X86ISelLowering.cpp | 22060 unsigned LogicOp = IsFABS ? X86ISD::FAND : in LowerFABSorFNEG() 22135 MagBits = DAG.getNode(X86ISD::FAND, dl, LogicVT, Mag, MagMask); in LowerFCOPYSIGN() 23109 CombineOpc = X86ISD::FAND; in LowerVSETCC() 23846 SDValue And = DAG.getNode(X86ISD::FAND, DL, VT, Cmp, Op1); in LowerSELECT() 31490 NODE_NAME_CASE(FAND) in getTargetNodeName() 31966 case X86ISD::FAND: in isCommutativeBinOp() 39754 case ISD::AND: return X86ISD::FAND; in getAltBitOpcode() 40417 case ISD::AND: FPOpcode = X86ISD::FAND; break; in combineBitcast() 44543 case ISD::AND: FPOpcode = X86ISD::FAND; break; in convertIntLogicToFPLogicOpcode() 47461 case X86ISD::FAND: IntOpcode = ISD::AND; break; in lowerX86FPLogicOp() [all …]
|