Searched defs:Lw (Results 1 – 3 of 3) sorted by relevance
/art/compiler/optimizing/ |
D | code_generator_mips.cc | 1773 __ 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
|
D | code_generator_mips64.cc | 3134 __ 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
|
/art/compiler/utils/mips/ |
D | assembler_mips32r6_test.cc | 1553 __ 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
|