Home
last modified time | relevance | path

Searched refs:movsxd (Results 1 – 4 of 4) sorted by relevance

/art/compiler/utils/x86_64/
Dassembler_x86_64.h364 void movsxd(CpuRegister dst, CpuRegister src);
365 void movsxd(CpuRegister dst, const Address& src);
Dassembler_x86_64_test.cc709 GetAssembler()->movsxd(x86_64::CpuRegister(x86_64::R12), in TEST_F()
800 DriverStr(RepeatRr(&x86_64::X86_64Assembler::movsxd, "movsxd %{reg2}, %{reg1}"), "movsxd"); in TEST_F()
Dassembler_x86_64.cc391 void X86_64Assembler::movsxd(CpuRegister dst, CpuRegister src) { in movsxd() function in art::x86_64::X86_64Assembler
399 void X86_64Assembler::movsxd(CpuRegister dst, const Address& src) { in movsxd() function in art::x86_64::X86_64Assembler
/art/compiler/optimizing/
Dcode_generator_x86_64.cc1853 __ movsxd(out.AsRegister<CpuRegister>(), in.AsRegister<CpuRegister>()); in VisitTypeConversion() local