Searched refs:PSIGNW (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86ISelLowering.h | 183 PSIGNB, PSIGNW, PSIGND, enumerator
|
D | X86InstrFragmentsSIMD.td | 68 def X86psignw : SDNode<"X86ISD::PSIGNW",
|
D | X86GenFastISel.inc | 3165 // FastEmit functions for X86ISD::PSIGNW. 3706 case X86ISD::PSIGNW: return FastEmit_X86ISD_PSIGNW_rr(VT, RetVT, Op0, Op0IsKill, Op1, Op1IsKill);
|
D | X86ISelLowering.cpp | 10662 case X86ISD::PSIGNW: return "X86ISD::PSIGNW"; in getTargetNodeName() 13454 case 16: Opc = X86ISD::PSIGNW; break; in PerformOrCombine()
|
D | X86InstrSSE.td | 4878 defm PSIGNW : SS3I_binop_rm_int<0x09, "psignw", memopv8i16,
|
D | X86GenDAGISel.inc | 46387 /*SwitchOpcode*/ 28, TARGET_VAL(X86ISD::PSIGNW),// ->96896
|
/external/llvm/lib/Target/X86/ |
D | X86InstrSSE.td | 5648 defm PSIGNW : SS3I_binop_rm_int<0x09, "psignw", int_x86_ssse3_psign_w_128,
|