Searched defs:Lwl (Results 1 – 3 of 3) sorted by relevance
/art/compiler/optimizing/ |
D | intrinsics_mips.cc | 1390 __ 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/ |
D | assembler_mips_test.cc | 440 TEST_F(AssemblerMIPSTest, Lwl) { in TEST_F() argument
|
D | assembler_mips.cc | 676 void MipsAssembler::Lwl(Register rt, Register rs, uint16_t imm16) { in Lwl() function in art::mips::MipsAssembler
|