Searched defs:Swl (Results 1 – 3 of 3) sorted by relevance
| /art/compiler/optimizing/ |
| D | intrinsics_mips.cc | 1433 __ Swl(val, adr, 3); in VisitMemoryPokeIntNative() local 1453 __ Swl(val_lo, adr, 3); in VisitMemoryPokeLongNative() local 1455 __ Swl(val_hi, adr, 7); in VisitMemoryPokeLongNative() local 1630 __ Swl(value, TMP, 3); in GenUnsafePut() local 1641 __ Swl(value_lo, TMP, 3); in GenUnsafePut() local 1643 __ Swl(value_hi, TMP, 7); in GenUnsafePut() local
|
| /art/compiler/utils/mips/ |
| D | assembler_mips_test.cc | 480 TEST_F(AssemblerMIPSTest, Swl) { in TEST_F() argument
|
| D | assembler_mips.cc | 478 void MipsAssembler::Swl(Register rt, Register rs, uint16_t imm16) { in Swl() function in art::mips::MipsAssembler
|