Searched refs:psubw (Results 1 – 7 of 7) sorted by relevance
/art/compiler/optimizing/ |
D | code_generator_vector_x86_64.cc | 277 __ psubw(dst, src); in VisitVecNeg() local 571 cpu_has_avx ? __ vpsubw(dst, other_src, src) : __ psubw(dst, src); in VisitVecSub()
|
D | code_generator_vector_x86.cc | 294 __ psubw(dst, src); in VisitVecNeg() local 588 cpu_has_avx ? __ vpsubw(dst, other_src, src) : __ psubw(dst, src); in VisitVecSub()
|
/art/compiler/utils/x86/ |
D | assembler_x86_test.cc | 765 DriverStr(RepeatFF(&x86::X86Assembler::psubw, "psubw %{reg2}, %{reg1}"), "psubw"); in TEST_F()
|
D | assembler_x86.h | 482 void psubw(XmmRegister dst, XmmRegister src);
|
D | assembler_x86.cc | 1403 void X86Assembler::psubw(XmmRegister dst, XmmRegister src) { in psubw() function in art::x86::X86Assembler
|
/art/compiler/utils/x86_64/ |
D | assembler_x86_64.h | 514 void psubw(XmmRegister dst, XmmRegister src);
|
D | assembler_x86_64_test.cc | 1451 DriverStr(RepeatFF(&x86_64::X86_64Assembler::psubw, "psubw %{reg2}, %{reg1}"), "psubw"); in TEST_F()
|