Searched refs:PSIGNB (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 | 65 def X86psignb : SDNode<"X86ISD::PSIGNB",
|
D | X86GenFastISel.inc | 3123 // FastEmit functions for X86ISD::PSIGNB. 3704 case X86ISD::PSIGNB: return FastEmit_X86ISD_PSIGNB_rr(VT, RetVT, Op0, Op0IsKill, Op1, Op1IsKill);
|
D | X86ISelLowering.cpp | 10661 case X86ISD::PSIGNB: return "X86ISD::PSIGNB"; in getTargetNodeName() 13453 case 8: Opc = X86ISD::PSIGNB; break; in PerformOrCombine()
|
D | X86InstrSSE.td | 4876 defm PSIGNB : SS3I_binop_rm_int<0x08, "psignb", memopv16i8,
|
D | X86GenDAGISel.inc | 46371 /*SwitchOpcode*/ 28, TARGET_VAL(X86ISD::PSIGNB),// ->96865
|
/external/llvm/lib/Target/X86/ |
D | X86InstrSSE.td | 5646 defm PSIGNB : SS3I_binop_rm_int<0x08, "psignb", int_x86_ssse3_psign_b_128,
|