Searched refs:S3 (Results 1 - 20 of 20) sorted by relevance

/art/runtime/arch/arm/
H A Dregisters_arm.h60 S3 = 3, enumerator in enum:art::arm::SRegister
H A Dcontext_arm.cc84 fprs_[S3] = nullptr;
H A Dquick_method_frame_info_arm.h41 (1 << art::arm::S0) | (1 << art::arm::S1) | (1 << art::arm::S2) | (1 << art::arm::S3) |
/art/runtime/arch/mips/
H A Dregisters_mips.h49 S3 = 19, enumerator in enum:art::mips::Register
H A Dquick_method_frame_info_mips.h31 (1 << art::mips::S2) | (1 << art::mips::S3) | (1 << art::mips::S4) | (1 << art::mips::S5) |
/art/runtime/arch/mips64/
H A Dregisters_mips64.h49 S3 = 19, enumerator in enum:art::mips64::GpuRegister
H A Dquick_method_frame_info_mips64.h29 (1 << art::mips64::S2) | (1 << art::mips64::S3) | (1 << art::mips64::S4) |
/art/compiler/jni/quick/mips64/
H A Dcalling_convention_mips64.cc130 callee_save_regs_.push_back(Mips64ManagedRegister::FromGpuRegister(S3));
142 result = 1 << S2 | 1 << S3 | 1 << S4 | 1 << S5 | 1 << S6 | 1 << S7 | 1 << GP | 1 << S8 | 1 << RA;
/art/runtime/arch/arm64/
H A Dregisters_arm64.h156 S3 = 3, enumerator in enum:art::arm64::SRegister
/art/compiler/jni/quick/mips/
H A Dcalling_convention_mips.cc166 callee_save_regs_.push_back(MipsManagedRegister::FromCoreRegister(S3));
177 result = 1 << S2 | 1 << S3 | 1 << S4 | 1 << S5 | 1 << S6 | 1 << S7 | 1 << FP | 1 << RA;
/art/compiler/jni/quick/arm/
H A Dcalling_convention_arm.cc31 S0, S1, S2, S3, S4, S5, S6, S7, S8, S9, S10, S11, S12, S13, S14, S15
/art/compiler/jni/quick/arm64/
H A Dcalling_convention_arm64.cc38 S0, S1, S2, S3, S4, S5, S6, S7
/art/compiler/optimizing/
H A Dcode_generator_arm.h40 { S0, S1, S2, S3, S4, S5, S6, S7, S8, S9, S10, S11, S12, S13, S14, S15 };
48 static constexpr SRegister kRuntimeParameterFpuRegisters[] = { S0, S1, S2, S3 };
H A Dcode_generator_mips.h55 { S0, S1, S2, S3, S4, S5, S6, S7, FP, RA };
H A Dcode_generator_mips64.h55 { S0, S1, S2, S3, S4, S5, S6, S7, GP, S8, RA }; // TODO: review
/art/compiler/utils/arm/
H A Dmanaged_register_arm_test.cc87 reg = ArmManagedRegister::FromSRegister(S3);
94 EXPECT_EQ(S3, reg.AsSRegister());
147 EXPECT_EQ(S3, reg.AsOverlappingDRegisterHigh());
H A Dassembler_thumb2_test.cc890 __ LoadLiteral(arm::S3, literal);
/art/compiler/utils/mips/
H A Dassembler_mips_test.cc76 registers_.push_back(new mips::Register(mips::S3));
109 secondary_register_names_.emplace(mips::Register(mips::S3), "s3");
/art/compiler/utils/mips64/
H A Dassembler_mips64_test.cc100 registers_.push_back(new mips64::GpuRegister(mips64::S3));
133 secondary_register_names_.emplace(mips64::GpuRegister(mips64::S3), "s3");
/art/compiler/utils/arm64/
H A Dmanaged_register_arm64_test.cc708 EXPECT_TRUE(vixl::s3.Is(Arm64Assembler::reg_s(S3)));

Completed in 223 milliseconds