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

/art/runtime/arch/arm/
H A Dregisters_arm.h61 S4 = 4, 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.h28 (1 << art::mips::S2) | (1 << art::mips::S3) | (1 << art::mips::S4) | (1 << art::mips::S5) |
H A Dregisters_mips.h50 S4 = 20, enumerator in enum:art::mips::Register
/art/runtime/arch/arm64/
H A Dregisters_arm64.h158 S4 = 4, 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.cc731 EXPECT_TRUE(vixl::s4.Is(Arm64Assembler::reg_s(S4)));

Completed in 624 milliseconds