Home
last modified time | relevance | path

Searched defs:Lwl (Results 1 – 3 of 3) sorted by relevance

/art/compiler/optimizing/
Dintrinsics_mips.cc1390 __ Lwl(out, adr, 3); in VisitMemoryPeekIntNative() local
1410 __ Lwl(out_lo, adr, 3); in VisitMemoryPeekLongNative() local
1412 __ Lwl(out_hi, adr, 7); in VisitMemoryPeekLongNative() local
1577 __ Lwl(trg_lo, TMP, 3); in GenUnsafeGet() local
1579 __ Lwl(trg_hi, TMP, 7); in GenUnsafeGet() local
1590 __ Lwl(trg, TMP, 3); in GenUnsafeGet() local
1619 __ Lwl(trg, TMP, 3); in GenUnsafeGet() local
1636 __ Lwl(trg, TMP, 3); in GenUnsafeGet() local
/art/compiler/utils/mips/
Dassembler_mips_test.cc440 TEST_F(AssemblerMIPSTest, Lwl) { in TEST_F() argument
Dassembler_mips.cc676 void MipsAssembler::Lwl(Register rt, Register rs, uint16_t imm16) { in Lwl() function in art::mips::MipsAssembler