Searched refs:S6 (Results 1 – 7 of 7) sorted by relevance
/art/runtime/arch/arm/ |
D | registers_arm.h | 63 S6 = 6, enumerator
|
D | quick_method_frame_info_arm.h | 37 (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 | 29 (1 << art::mips::S6) | (1 << art::mips::S7) | (1 << art::mips::GP) | (1 << art::mips::FP);
|
/art/runtime/arch/arm64/ |
D | registers_arm64.h | 160 S6 = 6, enumerator
|
/art/compiler/jni/quick/arm64/ |
D | calling_convention_arm64.cc | 37 S0, S1, S2, S3, S4, S5, S6, S7
|
/art/compiler/utils/arm64/ |
D | managed_register_arm64_test.cc | 733 EXPECT_TRUE(vixl::s6.Is(Arm64Assembler::reg_s(S6))); in TEST()
|