Searched refs:psubsw (Results 1 – 8 of 8) sorted by relevance
/art/compiler/utils/x86/ |
D | assembler_x86_test.cc | 825 DriverStr(RepeatFF(&x86::X86Assembler::psubsw, "psubsw %{reg2}, %{reg1}"), "psubsw"); in TEST_F() 841 DriverStr(RepeatFF(&x86::X86Assembler::psubsw, "psubsw %{reg2}, %{reg1}"), "psubsw"); in TEST_F()
|
D | assembler_x86.h | 511 void psubsw(XmmRegister dst, XmmRegister src);
|
D | assembler_x86.cc | 1627 void X86Assembler::psubsw(XmmRegister dst, XmmRegister src) { in psubsw() function in art::x86::X86Assembler
|
/art/compiler/utils/x86_64/ |
D | assembler_x86_64.h | 542 void psubsw(XmmRegister dst, XmmRegister src);
|
D | assembler_x86_64_test.cc | 1548 DriverStr(RepeatFF(&x86_64::X86_64Assembler::psubsw, "psubsw %{reg2}, %{reg1}"), "psubsw"); in TEST_F()
|
D | assembler_x86_64.cc | 2279 void X86_64Assembler::psubsw(XmmRegister dst, XmmRegister src) { in psubsw() function in art::x86_64::X86_64Assembler
|
/art/compiler/optimizing/ |
D | code_generator_vector_x86_64.cc | 619 __ psubsw(dst, src); in VisitVecSaturationSub() local
|
D | code_generator_vector_x86.cc | 636 __ psubsw(dst, src); in VisitVecSaturationSub() local
|