Searched refs:Mov (Results 1 – 7 of 7) sorted by relevance
/art/compiler/utils/arm64/ |
D | assembler_arm64.cc | 53 ___ Mov(reg_x(tr.AsArm64().AsCoreRegister()), reg_x(ETR)); in GetCurrentThread() local 182 ___ Mov(temp, reg_x(SP)); in StoreStackPointerToThread64() local 199 ___ Mov(reg_x(dest), value); in LoadImmediate() local 207 ___ Mov(temp, value); in LoadImmediate() local 326 ___ Mov(reg_x(dst.AsCoreRegister()), reg_w(src.AsWRegister())); in Move() local 329 ___ Mov(reg_x(dst.AsCoreRegister()), reg_x(src.AsCoreRegister())); in Move() local 331 ___ Mov(reg_x(dst.AsCoreRegister()), reg_w(src.AsWRegister())); in Move() local 336 ___ Mov(reg_w(dst.AsWRegister()), reg_w(src.AsWRegister())); in Move() local 624 ___ Mov(reg_x(X0), reg_x(exception->scratch_.AsCoreRegister())); in EmitExceptionPoll() local 630 ___ Mov(reg_x(TR), reg_x(ETR)); in EmitExceptionPoll() local [all …]
|
/art/compiler/optimizing/ |
D | code_generator_arm.cc | 374 __ Mov(destination.AsArm().AsCoreRegister(), source.AsArm().AsCoreRegister()); in Move32() local 395 __ Mov(destination.AsArm().AsRegisterPairLow(), source.AsArm().AsRegisterPairLow()); in Move64() local 396 __ Mov(destination.AsArm().AsRegisterPairHigh(), source.AsArm().AsRegisterPairHigh()); in Move64() local 400 __ Mov(destination.AsArm().AsRegisterPairLow(), in Move64() local 418 __ Mov(calling_convention.GetRegisterAt(argument_index), source.AsArm().AsRegisterPairLow()); in Move64() local 1511 __ Mov(destination.AsArm().AsCoreRegister(), source.AsArm().AsCoreRegister()); in EmitMove() local 1541 __ Mov(IP, reg); in Exchange() local 1565 __ Mov(IP, source.AsArm().AsCoreRegister()); in EmitSwap() local 1566 __ Mov(source.AsArm().AsCoreRegister(), destination.AsArm().AsCoreRegister()); in EmitSwap() local 1567 __ Mov(destination.AsArm().AsCoreRegister(), IP); in EmitSwap() local
|
/art/compiler/utils/arm/ |
D | assembler_arm32.h | 226 void Mov(Register rd, Register rm, Condition cond = AL) OVERRIDE;
|
D | assembler_thumb2.h | 257 void Mov(Register rd, Register rm, Condition cond = AL) OVERRIDE;
|
D | assembler_arm.h | 579 virtual void Mov(Register rd, Register rm, Condition cond = AL) = 0;
|
D | assembler_arm32.cc | 1199 void Arm32Assembler::Mov(Register rd, Register rm, Condition cond) { in Mov() function in art::arm::Arm32Assembler
|
D | assembler_thumb2.cc | 2069 void Thumb2Assembler::Mov(Register rd, Register rm, Condition cond) { in Mov() function in art::arm::Thumb2Assembler
|