Home
last modified time | relevance | path

Searched refs:S4 (Results 1 – 14 of 14) sorted by relevance

/art/compiler/jni/quick/mips64/
Dcalling_convention_mips64.cc131 callee_save_regs_.push_back(Mips64ManagedRegister::FromGpuRegister(S4)); in Mips64JniCallingConvention()
142 result = 1 << S2 | 1 << S3 | 1 << S4 | 1 << S5 | 1 << S6 | 1 << S7 | 1 << GP | 1 << S8 | 1 << RA; in CoreSpillMask()
/art/runtime/arch/arm/
Dregisters_arm.h61 S4 = 4, enumerator
Dcontext_arm.cc85 fprs_[S4] = nullptr; in SmashCallerSaves()
Dquick_method_frame_info_arm.h42 (1 << art::arm::S4) | (1 << art::arm::S5) | (1 << art::arm::S6) | (1 << art::arm::S7) |
/art/runtime/arch/mips/
Dregisters_mips.h50 S4 = 20, enumerator
Dquick_method_frame_info_mips.h29 (1 << art::mips::S2) | (1 << art::mips::S3) | (1 << art::mips::S4) | (1 << art::mips::S5) |
/art/runtime/arch/mips64/
Dregisters_mips64.h50 S4 = 20, enumerator
Dquick_method_frame_info_mips64.h29 (1 << art::mips64::S2) | (1 << art::mips64::S3) | (1 << art::mips64::S4) |
/art/runtime/arch/arm64/
Dregisters_arm64.h158 S4 = 4, enumerator
/art/compiler/jni/quick/arm64/
Dcalling_convention_arm64.cc38 S0, S1, S2, S3, S4, S5, S6, S7
/art/compiler/jni/quick/arm/
Dcalling_convention_arm.cc31 S0, S1, S2, S3, S4, S5, S6, S7, S8, S9, S10, S11, S12, S13, S14, S15
/art/compiler/optimizing/
Dcode_generator_arm.h40 { S0, S1, S2, S3, S4, S5, S6, S7, S8, S9, S10, S11, S12, S13, S14, S15 };
Dcode_generator_mips64.h59 { S0, S1, S2, S3, S4, S5, S6, S7, GP, S8, RA }; // TODO: review
/art/compiler/utils/arm64/
Dmanaged_register_arm64_test.cc709 EXPECT_TRUE(vixl::s4.Is(Arm64Assembler::reg_s(S4))); in TEST()