Home
last modified time | relevance | path

Searched refs:psubw (Results 1 – 8 of 8) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_vector_x86_64.cc277 __ psubw(dst, src); in VisitVecNeg() local
571 cpu_has_avx ? __ vpsubw(dst, other_src, src) : __ psubw(dst, src); in VisitVecSub()
Dcode_generator_vector_x86.cc294 __ psubw(dst, src); in VisitVecNeg() local
588 cpu_has_avx ? __ vpsubw(dst, other_src, src) : __ psubw(dst, src); in VisitVecSub()
/art/compiler/utils/x86/
Dassembler_x86_test.cc757 DriverStr(RepeatFF(&x86::X86Assembler::psubw, "psubw %{reg2}, %{reg1}"), "psubw"); in TEST_F()
Dassembler_x86.h482 void psubw(XmmRegister dst, XmmRegister src);
Dassembler_x86.cc1403 void X86Assembler::psubw(XmmRegister dst, XmmRegister src) { in psubw() function in art::x86::X86Assembler
/art/compiler/utils/x86_64/
Dassembler_x86_64.h514 void psubw(XmmRegister dst, XmmRegister src);
Dassembler_x86_64_test.cc1462 DriverStr(RepeatFF(&x86_64::X86_64Assembler::psubw, "psubw %{reg2}, %{reg1}"), "psubw"); in TEST_F()
Dassembler_x86_64.cc1946 void X86_64Assembler::psubw(XmmRegister dst, XmmRegister src) { in psubw() function in art::x86_64::X86_64Assembler