Searched refs:psubusw (Results 1 – 8 of 8) sorted by relevance
/art/compiler/utils/x86/ |
D | assembler_x86_test.cc | 939 DriverStr(RepeatFF(&x86::X86Assembler::psubusw, "psubusw %{reg2}, %{reg1}"), "psubusw"); in TEST_F()
|
D | assembler_x86.h | 578 void psubusw(XmmRegister dst, XmmRegister src);
|
D | assembler_x86.cc | 1655 void X86Assembler::psubusw(XmmRegister dst, XmmRegister src) { in psubusw() function in art::x86::X86Assembler
|
/art/compiler/utils/x86_64/ |
D | assembler_x86_64.h | 609 void psubusw(XmmRegister dst, XmmRegister src);
|
D | assembler_x86_64_test.cc | 1679 DriverStr(RepeatFF(&x86_64::X86_64Assembler::psubusw, "psubusw %{reg2}, %{reg1}"), "psubusw"); in TEST_F()
|
D | assembler_x86_64.cc | 2324 void X86_64Assembler::psubusw(XmmRegister dst, XmmRegister src) { in psubusw() function in art::x86_64::X86_64Assembler
|
/art/compiler/optimizing/ |
D | code_generator_vector_x86_64.cc | 615 __ psubusw(dst, src); in VisitVecSaturationSub() local
|
D | code_generator_vector_x86.cc | 632 __ psubusw(dst, src); in VisitVecSaturationSub() local
|