Searched refs:psubusb (Results 1 – 8 of 8) sorted by relevance
/art/compiler/utils/x86/ |
D | assembler_x86.h | 532 void psubusb(XmmRegister dst, XmmRegister src);
|
D | assembler_x86_test.cc | 915 DriverStr(RepeatFF(&x86::X86Assembler::psubusb, "psubusb %{reg2}, %{reg1}"), "psubusb"); in TEST_F()
|
D | assembler_x86.cc | 1600 void X86Assembler::psubusb(XmmRegister dst, XmmRegister src) { in psubusb() function in art::x86::X86Assembler
|
/art/compiler/utils/x86_64/ |
D | assembler_x86_64.h | 539 void psubusb(XmmRegister dst, XmmRegister src);
|
D | assembler_x86_64_test.cc | 1541 DriverStr(RepeatFF(&x86_64::X86_64Assembler::psubusb, "psubusb %{reg2}, %{reg1}"), "psubusb"); in TEST_F()
|
D | assembler_x86_64.cc | 2219 void X86_64Assembler::psubusb(XmmRegister dst, XmmRegister src) { in psubusb() function in art::x86_64::X86_64Assembler
|
/art/compiler/optimizing/ |
D | code_generator_vector_x86.cc | 624 __ psubusb(dst, src); in VisitVecSaturationSub() local
|
D | code_generator_vector_x86_64.cc | 607 __ psubusb(dst, src); in VisitVecSaturationSub() local
|