Searched refs:S6 (Results 1 - 7 of 7) sorted by relevance

/art/runtime/arch/arm/
H A Dregisters_arm.h63 S6 = 6, enumerator in enum:art::arm::SRegister
H A Dquick_method_frame_info_arm.h37 (1 << art::arm::S4) | (1 << art::arm::S5) | (1 << art::arm::S6) | (1 << art::arm::S7) |
/art/runtime/arch/mips/
H A Dquick_method_frame_info_mips.h29 (1 << art::mips::S6) | (1 << art::mips::S7) | (1 << art::mips::GP) | (1 << art::mips::FP);
H A Dregisters_mips.h52 S6 = 22, enumerator in enum:art::mips::Register
/art/runtime/arch/arm64/
H A Dregisters_arm64.h160 S6 = 6, enumerator in enum:art::arm64::SRegister
/art/compiler/jni/quick/arm64/
H A Dcalling_convention_arm64.cc37 S0, S1, S2, S3, S4, S5, S6, S7
/art/compiler/utils/arm64/
H A Dmanaged_register_arm64_test.cc733 EXPECT_TRUE(vixl::s6.Is(Arm64Assembler::reg_s(S6)));

Completed in 1873 milliseconds