Searched defs:movq (Results 1 – 3 of 3) sorted by relevance
/art/compiler/optimizing/ |
D | code_generator_x86_64.cc | 780 __ movq(temp.AsRegister<CpuRegister>(), Immediate(invoke->GetMethodAddress())); in GenerateStaticOrDirectCall() local 788 __ movq(temp.AsRegister<CpuRegister>(), in GenerateStaticOrDirectCall() local 805 __ movq(reg, Address(CpuRegister(RSP), kCurrentMethodStackOffset)); in GenerateStaticOrDirectCall() local 808 __ movq(reg, in GenerateStaticOrDirectCall() local 814 __ movq(reg, Address(reg, CodeGenerator::GetCachePointerOffset(index_in_cache))); in GenerateStaticOrDirectCall() local 871 __ movq(temp, Address(temp, method_offset)); in GenerateVirtualCall() local 950 __ movq(Address(CpuRegister(RSP), stack_index), CpuRegister(reg_id)); in SaveCoreRegister() local 955 __ movq(CpuRegister(reg_id), Address(CpuRegister(RSP), stack_index)); in RestoreCoreRegister() local 1084 __ movq(Address(CpuRegister(RSP), kCurrentMethodStackOffset), in GenerateFrameEntry() local 1130 __ movq(dest, source.AsRegister<CpuRegister>()); in Move() local [all …]
|
D | intrinsics_x86_64.cc | 260 __ movq(mask, out); in GenAbsInteger() local 1789 __ movq(out, Address(address, 0)); in GenPeek() local 1872 __ movq(Address(address, 0), Immediate(v_32)); in GenPoke() local 1874 __ movq(Address(address, 0), value.AsRegister<CpuRegister>()); in GenPoke() local 1965 __ movq(output, Address(base, offset, ScaleFactor::TIMES_1, 0)); in GenUnsafeGet() local 2091 __ movq(Address(base, offset, ScaleFactor::TIMES_1, 0), value); in GenUnsafePut() local 2352 __ movq(temp_mask, Immediate(mask)); in SwapBits64() local 2353 __ movq(temp, reg); in SwapBits64() local 2522 __ movq(tmp, src.AsRegister<CpuRegister>()); in GenOneBit() local 2528 __ movq(tmp, Address(CpuRegister(RSP), src.GetStackIndex())); in GenOneBit() local [all …]
|
/art/compiler/utils/x86_64/ |
D | assembler_x86_64.cc | 106 void X86_64Assembler::movq(CpuRegister dst, const Immediate& imm) { in movq() function in art::x86_64::X86_64Assembler 131 void X86_64Assembler::movq(const Address& dst, const Immediate& imm) { in movq() function in art::x86_64::X86_64Assembler 141 void X86_64Assembler::movq(CpuRegister dst, CpuRegister src) { in movq() function in art::x86_64::X86_64Assembler 158 void X86_64Assembler::movq(CpuRegister dst, const Address& src) { in movq() function in art::x86_64::X86_64Assembler 174 void X86_64Assembler::movq(const Address& dst, CpuRegister src) { in movq() function in art::x86_64::X86_64Assembler
|