Searched refs:S6 (Results 1 – 7 of 7) sorted by relevance
/art/runtime/arch/arm/ |
D | registers_arm.h | 64 S6 = 6, enumerator
|
D | context_arm.cc | 88 fprs_[S6] = nullptr; in SmashCallerSaves()
|
D | callee_save_frame_arm.h | 48 (1 << art::arm::S4) | (1 << art::arm::S5) | (1 << art::arm::S6) | (1 << art::arm::S7) |
|
/art/runtime/arch/arm64/ |
D | registers_arm64.h | 160 S6 = 6, enumerator
|
/art/compiler/jni/quick/arm64/ |
D | calling_convention_arm64.cc | 44 S0, S1, S2, S3, S4, S5, S6, S7
|
/art/compiler/jni/quick/arm/ |
D | calling_convention_arm.cc | 53 S0, S1, S2, S3, S4, S5, S6, S7, S8, S9, S10, S11, S12, S13, S14, S15
|
/art/compiler/utils/arm64/ |
D | managed_register_arm64_test.cc | 712 EXPECT_TRUE(vixl::aarch64::s6.Is(Arm64Assembler::reg_s(S6))); in TEST()
|