Searched refs:Lwl (Results 1 – 4 of 4) sorted by relevance
/art/compiler/optimizing/ |
D | intrinsics_mips.cc | 840 __ Lwl(out, adr, 3); in VisitMemoryPeekIntNative() local 860 __ Lwl(out_lo, adr, 3); in VisitMemoryPeekLongNative() local 862 __ Lwl(out_hi, adr, 7); in VisitMemoryPeekLongNative() local 1029 __ Lwl(trg_lo, TMP, 3); in GenUnsafeGet() local 1031 __ Lwl(trg_hi, TMP, 7); in GenUnsafeGet() local 1042 __ Lwl(trg, TMP, 3); in GenUnsafeGet() local 1071 __ Lwl(trg, TMP, 3); in GenUnsafeGet() local 1088 __ Lwl(trg, TMP, 3); in GenUnsafeGet() local
|
/art/compiler/utils/mips/ |
D | assembler_mips_test.cc | 540 TEST_F(AssemblerMIPSTest, Lwl) { in TEST_F() argument 541 DriverStr(RepeatRRIb(&mips::MipsAssembler::Lwl, -16, "lwl ${reg1}, {imm}(${reg2})"), "Lwl"); in TEST_F()
|
D | assembler_mips.h | 360 void Lwl(Register rt, Register rs, uint16_t imm16);
|
D | assembler_mips.cc | 738 void MipsAssembler::Lwl(Register rt, Register rs, uint16_t imm16) { in Lwl() function in art::mips::MipsAssembler
|