Searched refs:psubsw (Results 1 – 8 of 8) sorted by relevance
/art/compiler/utils/x86/ |
D | assembler_x86_test.cc | 927 DriverStr(RepeatFF(&x86::X86Assembler::psubsw, "psubsw %{reg2}, %{reg1}"), "psubsw"); in TEST_F() 943 DriverStr(RepeatFF(&x86::X86Assembler::psubsw, "psubsw %{reg2}, %{reg1}"), "psubsw"); in TEST_F()
|
D | assembler_x86.h | 579 void psubsw(XmmRegister dst, XmmRegister src);
|
D | assembler_x86.cc | 1664 void X86Assembler::psubsw(XmmRegister dst, XmmRegister src) { in psubsw() function in art::x86::X86Assembler
|
/art/compiler/utils/x86_64/ |
D | assembler_x86_64.h | 610 void psubsw(XmmRegister dst, XmmRegister src);
|
D | assembler_x86_64_test.cc | 1683 DriverStr(RepeatFF(&x86_64::X86_64Assembler::psubsw, "psubsw %{reg2}, %{reg1}"), "psubsw"); in TEST_F()
|
D | assembler_x86_64.cc | 2334 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
|