Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dintrinsics_mips.cc1350 __ Lwl(out, adr, 3); in VisitMemoryPeekIntNative() local
1370 __ Lwl(out_lo, adr, 3); in VisitMemoryPeekLongNative() local
1372 __ Lwl(out_hi, adr, 7); in VisitMemoryPeekLongNative() local
1522 __ Lwl(trg_lo, TMP, 3); in GenUnsafeGet() local
1524 __ Lwl(trg_hi, TMP, 7); in GenUnsafeGet() local
1533 __ 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.cc429 void MipsAssembler::Lwl(Register rt, Register rs, uint16_t imm16) { in Lwl() function in art::mips::MipsAssembler