Searched defs:Swr (Results 1 – 3 of 3) sorted by relevance
| /art/compiler/optimizing/ |
| D | intrinsics_mips.cc | 1432 __ Swr(val, adr, 0); in VisitMemoryPokeIntNative() local 1452 __ Swr(val_lo, adr, 0); in VisitMemoryPokeLongNative() local 1454 __ Swr(val_hi, adr, 4); in VisitMemoryPokeLongNative() local 1629 __ Swr(value, TMP, 0); in GenUnsafePut() local 1640 __ Swr(value_lo, TMP, 0); in GenUnsafePut() local 1642 __ Swr(value_hi, TMP, 4); in GenUnsafePut() local
|
| /art/compiler/utils/mips/ |
| D | assembler_mips_test.cc | 488 TEST_F(AssemblerMIPSTest, Swr) { in TEST_F() argument
|
| D | assembler_mips.cc | 483 void MipsAssembler::Swr(Register rt, Register rs, uint16_t imm16) { in Swr() function in art::mips::MipsAssembler
|