Searched refs:FAND (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/Target/X86/
H A DX86ISelLowering.h43 /// FAND - Bitwise logical AND of floating point values. This corresponds
45 FAND, enumerator in enum:llvm::X86ISD::NodeType
H A DX86ISelLowering.cpp11402 return DAG.getNode(X86ISD::FAND, dl, VT, Op.getOperand(0), Mask);
11482 SDValue SignBit = DAG.getNode(X86ISD::FAND, dl, SrcVT, Op1, Mask1);
11515 SDValue Val = DAG.getNode(X86ISD::FAND, dl, VT, Op0, Mask2);
12537 SDValue And = DAG.getNode(X86ISD::FAND, DL, VT, Cmp, Op1);
16483 case X86ISD::FAND: return "X86ISD::FAND";
21442 /// PerformFANDCombine - Do target-specific dag combines on X86ISD::FAND nodes.
21444 // FAND(0.0, x) -> 0.0
21445 // FAND(x, 0.0) -> 0.0
21996 case X86ISD::FAND
[all...]
/external/qemu/target-i386/
H A Dops_sse_header.h89 SSE_HELPER_Q(pand, FAND)
H A Dops_sse.h353 #define FAND(a, b) ((a) & (b)) macro
397 SSE_HELPER_Q(helper_pand, FAND)

Completed in 524 milliseconds