Searched defs:Sh (Results 1 – 5 of 5) sorted by relevance
476 TEST_F(AssemblerMIPSTest, Sh) { in TEST_F() argument
470 void MipsAssembler::Sh(Register rt, Register rs, uint16_t imm16) { in Sh() function in art::mips::MipsAssembler
876 __ Sh(val, adr, 0); in VisitMemoryPokeShortNative() local
1408 __ Sh(val, adr, 0); in VisitMemoryPokeShortNative() local
469 void Mips64Assembler::Sh(GpuRegister rt, GpuRegister rs, uint16_t imm16) { in Sh() function in art::mips64::Mips64Assembler