Searched defs:Swr (Results 1 – 2 of 2) sorted by relevance
/art/compiler/optimizing/ |
D | intrinsics_mips.cc | 1467 __ Swr(val, adr, 0); in VisitMemoryPokeIntNative() local 1487 __ Swr(val_lo, adr, 0); in VisitMemoryPokeLongNative() local 1489 __ Swr(val_hi, adr, 4); in VisitMemoryPokeLongNative() local 1738 __ Swr(value, TMP, 0); in GenUnsafePut() local 1749 __ Swr(value_lo, TMP, 0); in GenUnsafePut() local 1751 __ Swr(value_hi, TMP, 4); in GenUnsafePut() local
|
/art/compiler/utils/mips/ |
D | assembler_mips_test.cc | 578 TEST_F(AssemblerMIPSTest, Swr) { in TEST_F() argument
|