Searched refs:S6 (Results 1 – 14 of 14) sorted by relevance
/art/compiler/jni/quick/mips64/ |
D | calling_convention_mips64.cc | 133 callee_save_regs_.push_back(Mips64ManagedRegister::FromGpuRegister(S6)); 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/ |
D | registers_arm.h | 63 S6 = 6, enumerator
|
D | context_arm.cc | 87 fprs_[S6] = nullptr; in SmashCallerSaves()
|
D | quick_method_frame_info_arm.h | 42 (1 << art::arm::S4) | (1 << art::arm::S5) | (1 << art::arm::S6) | (1 << art::arm::S7) |
|
/art/runtime/arch/mips/ |
D | registers_mips.h | 52 S6 = 22, enumerator
|
D | quick_method_frame_info_mips.h | 30 (1 << art::mips::S6) | (1 << art::mips::S7) | (1 << art::mips::GP) | (1 << art::mips::FP);
|
/art/runtime/arch/mips64/ |
D | registers_mips64.h | 52 S6 = 22, enumerator
|
D | quick_method_frame_info_mips64.h | 30 (1 << art::mips64::S5) | (1 << art::mips64::S6) | (1 << art::mips64::S7) |
|
/art/runtime/arch/arm64/ |
D | registers_arm64.h | 160 S6 = 6, enumerator
|
/art/compiler/jni/quick/arm64/ |
D | calling_convention_arm64.cc | 38 S0, S1, S2, S3, S4, S5, S6, S7
|
/art/compiler/jni/quick/arm/ |
D | calling_convention_arm.cc | 31 S0, S1, S2, S3, S4, S5, S6, S7, S8, S9, S10, S11, S12, S13, S14, S15
|
/art/compiler/optimizing/ |
D | code_generator_arm.h | 40 { S0, S1, S2, S3, S4, S5, S6, S7, S8, S9, S10, S11, S12, S13, S14, S15 };
|
D | code_generator_mips64.h | 59 { S0, S1, S2, S3, S4, S5, S6, S7, GP, S8, RA }; // TODO: review
|
/art/compiler/utils/arm64/ |
D | managed_register_arm64_test.cc | 711 EXPECT_TRUE(vixl::s6.Is(Arm64Assembler::reg_s(S6))); in TEST()
|