Searched defs:Move (Results 1 - 12 of 12) sorted by relevance

/art/compiler/utils/arm/
H A Dassembler_thumb2.h452 // Move to the next condition if there is one.
564 // Move a cbz/cbnz branch. This is always forward.
565 void Move(int32_t delta) { function in class:art::arm::FINAL::Branch
/art/compiler/utils/
H A Dassembler.h202 void Move(size_t newposition, size_t oldposition) { function in class:art::AssemblerBuffer
204 // Move the contents of the buffer from oldposition to
448 virtual void Move(ManagedRegister dest, ManagedRegister src, size_t size) = 0;
/art/compiler/utils/arm64/
H A Dassembler_arm64.cc326 void Arm64Assembler::Move(ManagedRegister m_dst, ManagedRegister m_src, size_t size) { function in class:art::arm64::Arm64Assembler
585 // Move this logic in add constants with flags.
633 // Move ETR(Callee saved) back to TR(Caller saved) reg. We use ETR on calls
/art/compiler/utils/mips/
H A Dassembler_mips.cc423 void MipsAssembler::Move(Register rt, Register rs) { function in class:art::mips::MipsAssembler
733 void MipsAssembler::Move(ManagedRegister mdest, ManagedRegister msrc, size_t /*size*/) { function in class:art::mips::MipsAssembler
739 Move(dest.AsCoreRegister(), src.AsCoreRegister());
751 Move(dest.AsRegisterPairLow(), src.AsRegisterPairLow());
752 Move(dest.AsRegisterPairHigh(), src.AsRegisterPairHigh());
754 Move(dest.AsRegisterPairHigh(), src.AsRegisterPairHigh());
755 Move(dest.AsRegisterPairLow(), src.AsRegisterPairLow());
949 Move(tr.AsMips().AsCoreRegister(), S1);
975 __ Move(A0, scratch_.AsCoreRegister());
/art/compiler/utils/mips64/
H A Dassembler_mips64.cc620 void Mips64Assembler::Move(GpuRegister rd, GpuRegister rs) { function in class:art::mips64::Mips64Assembler
625 Move(rd, ZERO);
1282 void Mips64Assembler::Move(ManagedRegister mdest, ManagedRegister msrc, size_t size) { function in class:art::mips64::Mips64Assembler
1288 Move(dest.AsGpuRegister(), src.AsGpuRegister());
1518 Move(tr.AsMips64().AsGpuRegister(), S1);
1544 __ Move(A0, scratch_.AsGpuRegister());
/art/compiler/utils/x86/
H A Dassembler_x86.cc1958 void X86Assembler::Move(ManagedRegister mdest, ManagedRegister msrc, size_t size) { function in class:art::x86::X86Assembler
1979 UNIMPLEMENTED(FATAL) << ": Move " << dest << ", " << src;
/art/compiler/optimizing/
H A Dcode_generator_arm.cc188 // Move the class to the desired location.
803 void CodeGeneratorARM::Move(HInstruction* instruction, Location location, HInstruction* move_for) { function in class:art::arm::CodeGeneratorARM
H A Dcode_generator_arm64.cc184 // Move the class to the desired location.
535 void CodeGeneratorARM64::Move(HInstruction* instruction, function in class:art::arm64::CodeGeneratorARM64
H A Dcode_generator_mips64.cc192 // Move the class to the desired location.
625 // Move to GPR/FPR from stack
640 // Move to GPR/FPR from constant
657 // Move to GPR from GPR
658 __ Move(destination.AsRegister<GpuRegister>(), source.AsRegister<GpuRegister>());
660 // Move to FPR from FPR
681 // Move to stack from GPR/FPR
695 // Move to stack from constant
707 // Move to stack from stack
738 __ Move(TM
784 void CodeGeneratorMIPS64::Move(HInstruction* instruction, function in class:art::mips64::CodeGeneratorMIPS64
[all...]
H A Dcode_generator_x86.cc219 // Move the class to the desired location.
718 void CodeGeneratorX86::Move(HInstruction* instruction, Location location, HInstruction* move_for) { function in class:art::x86::CodeGeneratorX86
2302 // Move FP status to AX.
4237 // Move the high double to the low double.
4249 // Move the high double to the low double.
H A Dcode_generator_x86_64.cc210 // Move the class to the desired location.
213 x64_codegen->Move(out, Location::RegisterLocation(RAX));
255 x64_codegen->Move(locations->Out(), Location::RegisterLocation(RAX));
308 x64_codegen->Move(locations->Out(), Location::RegisterLocation(RAX));
616 void CodeGeneratorX86_64::Move(Location destination, Location source) { function in class:art::x86_64::CodeGeneratorX86_64
689 void CodeGeneratorX86_64::Move(HInstruction* instruction, function in class:art::x86_64::CodeGeneratorX86_64
730 Move(location, Location::StackSlot(GetStackSlot(instruction->AsLoadLocal()->GetLocal())));
735 Move(location,
744 Move(location, temp_location);
757 Move(locatio
[all...]
/art/compiler/utils/x86_64/
H A Dassembler_x86_64.cc2644 void X86_64Assembler::Move(ManagedRegister mdest, ManagedRegister msrc, size_t size) { function in class:art::x86_64::X86_64Assembler
2665 UNIMPLEMENTED(FATAL) << ": Move " << dest << ", " << src;

Completed in 943 milliseconds