Searched refs:psubb (Results 1 – 8 of 8) sorted by relevance
/art/compiler/optimizing/ |
D | code_generator_vector_x86_64.cc | 271 __ psubb(dst, src); in VisitVecNeg() local 364 __ psubb(dst, tmp); // 16 x one in VisitVecNot() local 566 cpu_has_avx ? __ vpsubb(dst, other_src, src) : __ psubb(dst, src); in VisitVecSub()
|
D | code_generator_vector_x86.cc | 288 __ psubb(dst, src); in VisitVecNeg() local 381 __ psubb(dst, tmp); // 16 x one in VisitVecNot() local 583 cpu_has_avx ? __ vpsubb(dst, other_src, src) : __ psubb(dst, src); in VisitVecSub()
|
/art/compiler/utils/x86/ |
D | assembler_x86_test.cc | 741 DriverStr(RepeatFF(&x86::X86Assembler::psubb, "psubb %{reg2}, %{reg1}"), "psubb"); in TEST_F()
|
D | assembler_x86.h | 476 void psubb(XmmRegister dst, XmmRegister src);
|
D | assembler_x86.cc | 1361 void X86Assembler::psubb(XmmRegister dst, XmmRegister src) { in psubb() function in art::x86::X86Assembler
|
/art/compiler/utils/x86_64/ |
D | assembler_x86_64.h | 508 void psubb(XmmRegister dst, XmmRegister src);
|
D | assembler_x86_64_test.cc | 1439 DriverStr(RepeatFF(&x86_64::X86_64Assembler::psubb, "psubb %{reg2}, %{reg1}"), "psubb"); in TEST_F()
|
D | assembler_x86_64.cc | 1867 void X86_64Assembler::psubb(XmmRegister dst, XmmRegister src) { in psubb() function in art::x86_64::X86_64Assembler
|