Home
last modified time | relevance | path

Searched refs:PSIGNW (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelLowering.h183 PSIGNB, PSIGNW, PSIGND, enumerator
DX86InstrFragmentsSIMD.td68 def X86psignw : SDNode<"X86ISD::PSIGNW",
DX86GenFastISel.inc3165 // FastEmit functions for X86ISD::PSIGNW.
3706 case X86ISD::PSIGNW: return FastEmit_X86ISD_PSIGNW_rr(VT, RetVT, Op0, Op0IsKill, Op1, Op1IsKill);
DX86ISelLowering.cpp10662 case X86ISD::PSIGNW: return "X86ISD::PSIGNW"; in getTargetNodeName()
13454 case 16: Opc = X86ISD::PSIGNW; break; in PerformOrCombine()
DX86InstrSSE.td4878 defm PSIGNW : SS3I_binop_rm_int<0x09, "psignw", memopv8i16,
DX86GenDAGISel.inc46387 /*SwitchOpcode*/ 28, TARGET_VAL(X86ISD::PSIGNW),// ->96896
/external/llvm/lib/Target/X86/
DX86InstrSSE.td5648 defm PSIGNW : SS3I_binop_rm_int<0x09, "psignw", int_x86_ssse3_psign_w_128,