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.h433 void movsxd(CpuRegister dst, CpuRegister src);
434 void movsxd(CpuRegister dst, const Address& src);
Dassembler_x86_64_test.cc1056 DriverStr(RepeatRA(&x86_64::X86_64Assembler::movsxd, "movslq {mem}, %{reg}"), "movsxd"); in TEST_F()
1126 DriverStr(RepeatRr(&x86_64::X86_64Assembler::movsxd, "movslq %{reg2}, %{reg1}"), "movsxd"); in TEST_F()
Dassembler_x86_64.cc720 void X86_64Assembler::movsxd(CpuRegister dst, CpuRegister src) { in movsxd() function in art::x86_64::X86_64Assembler
728 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.cc3157 __ movsxd(out.AsRegister<CpuRegister>(), in.AsRegister<CpuRegister>()); in VisitTypeConversion() local
7571 __ movsxd(temp_reg, Address(base_reg, value_reg, TIMES_4, 0)); in VisitPackedSwitch() local