Searched refs:S14 (Results 1 – 7 of 7) sorted by relevance
/art/runtime/arch/arm/ |
D | registers_arm.h | 71 S14 = 14, enumerator
|
D | context_arm.cc | 95 fprs_[S14] = nullptr; in SmashCallerSaves()
|
D | quick_method_frame_info_arm.h | 44 (1 << art::arm::S12) | (1 << art::arm::S13) | (1 << art::arm::S14) | (1 << art::arm::S15);
|
/art/runtime/arch/arm64/ |
D | registers_arm64.h | 168 S14 = 14, enumerator
|
/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 };
|
/art/compiler/utils/arm64/ |
D | managed_register_arm64_test.cc | 719 EXPECT_TRUE(vixl::s14.Is(Arm64Assembler::reg_s(S14))); in TEST()
|