Home
last modified time | relevance | path

Searched refs:Lw (Results 1 – 4 of 4) sorted by relevance

/art/compiler/utils/mips/
Dassembler_mips.h358 void Lw(Register rt, Register rs, uint16_t imm16, MipsLabel* patcher_label);
359 void Lw(Register rt, Register rs, uint16_t imm16);
935 Lw(reg, base, offset);
941 Lw(static_cast<Register>(reg + 1), base, offset + kMipsWordSize);
943 Lw(reg, base, offset);
945 Lw(reg, base, offset);
947 Lw(static_cast<Register>(reg + 1), base, offset + kMipsWordSize);
986 Lw(T8, base, offset + kMipsWordSize);
Dassembler_mips32r6_test.cc1553 __ Lw(mips::V0, mips::A0, 0x5678, &patcher_label1); in TEST_F() local
1569 __ Lw(mips::V0, mips::A0, 0x5678, &patcher_label4); in TEST_F() local
/art/compiler/optimizing/
Dcode_generator_mips.cc1773 __ Lw(reg, reg, /* imm16= */ 0x5678, &info_low->label); in LoadBootImageAddress() local
3579 __ Lw(TMP, temp, array_length_offset); in VisitCheckCast() local
3585 __ Lw(AT, temp, object_array_data_offset - 2 * kHeapReferenceSize); in VisitCheckCast() local
4373 __ Lw(AT, SP, kCurrentMethodStackOffset); in HandleGoto() local
8013 __ Lw(temp_reg, TMP, /* imm16= */ 0x5678, &info_low->label); in GenerateStaticOrDirectCall() local
8023 __ Lw(temp_reg, TMP, /* imm16= */ 0x5678, &info_low->label); in GenerateStaticOrDirectCall() local
8242 __ Lw(out, out, /* imm16= */ 0x5678, &info_low->label); in VisitLoadClass() local
8448 __ Lw(out, out, /* imm16= */ 0x5678, &info_low->label); in VisitLoadString() local
8781 __ Lw(ZERO, obj.AsRegister<Register>(), 0); in GenerateImplicitNullCheck() local
10075 __ Lw(TMP, TMP, 0); in GenTableBasedPackedSwitch() local
Dcode_generator_mips64.cc3134 __ Lw(TMP, temp, array_length_offset); in VisitCheckCast() local
6703 __ Lw(ZERO, obj.AsRegister<GpuRegister>(), 0); in GenerateImplicitNullCheck() local
7560 __ Lw(TMP, TMP, 0); in GenTableBasedPackedSwitch() local