Searched refs:S4 (Results 1 – 7 of 7) sorted by relevance
/art/runtime/arch/arm/ |
D | registers_arm.h | 62 S4 = 4, enumerator
|
D | context_arm.cc | 86 fprs_[S4] = 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 | 158 S4 = 4, 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 | 710 EXPECT_TRUE(vixl::aarch64::s4.Is(Arm64Assembler::reg_s(S4))); in TEST()
|