Searched refs:Swr (Results 1 – 4 of 4) sorted by relevance
/art/compiler/optimizing/ |
D | intrinsics_mips.cc | 921 __ Swr(val, adr, 0); in VisitMemoryPokeIntNative() local 941 __ Swr(val_lo, adr, 0); in VisitMemoryPokeLongNative() local 943 __ Swr(val_hi, adr, 4); in VisitMemoryPokeLongNative() local 1192 __ Swr(value, TMP, 0); in GenUnsafePut() local 1203 __ Swr(value_lo, TMP, 0); in GenUnsafePut() local 1205 __ Swr(value_hi, TMP, 4); in GenUnsafePut() local
|
/art/compiler/utils/mips/ |
D | assembler_mips_test.cc | 588 TEST_F(AssemblerMIPSTest, Swr) { in TEST_F() argument 589 DriverStr(RepeatRRIb(&mips::MipsAssembler::Swr, -16, "swr ${reg1}, {imm}(${reg2})"), "Swr"); in TEST_F()
|
D | assembler_mips.h | 377 void Swr(Register rt, Register rs, uint16_t imm16);
|
D | assembler_mips.cc | 825 void MipsAssembler::Swr(Register rt, Register rs, uint16_t imm16) { in Swr() function in art::mips::MipsAssembler
|