Searched refs:t3 (Results 1 - 9 of 9) sorted by relevance

/art/runtime/interpreter/mterp/mips/
H A Dop_ushr_long_2addr.S6 GET_OPA4(t3) # t3 <- A+
9 EAS2(t0, rFP, t3) # t0 <- &fp[A]
23 SET_VREG64_GOTO(v0, v1, t3, t0) # vAA/vAA+1 <- a0/a1
27 SET_VREG64_GOTO(v1, zero, t3, t0) # vAA/vAA+1 <- rlo/rhi
H A Dop_shr_long.S9 GET_OPA(t3) # t3 <- AA
26 SET_VREG64_GOTO(v0, v1, t3, t0) # vAA/VAA+1 <- v0/v0
31 SET_VREG64_GOTO(v1, a3, t3, t0) # vAA/VAA+1 <- rlo/rhi
H A Dheader.S86 #define t3 $$11 define
/art/test/127-checker-secondarydex/src/
H A DMain.java35 Test t3 = null;
37 t1.test(t3);
/art/compiler/optimizing/
H A Dreference_type_propagation_test.cc105 ReferenceTypeInfo t3(MergeTypes(InvalidType(), StringType()));
106 EXPECT_TRUE(t3.IsValid());
107 EXPECT_TRUE(t3.IsExact());
108 EXPECT_TRUE(t3.IsEqual(StringType()));
137 ReferenceTypeInfo t3(MergeTypes(ObjectType(), StringType()));
138 EXPECT_TRUE(t3.IsValid());
139 EXPECT_FALSE(t3.IsExact());
140 EXPECT_TRUE(t3.IsEqual(ObjectType(false)));
/art/runtime/arch/mips64/
H A Dquick_entrypoints_mips64.S548 ld $t3, 120($a0)
691 # This macro modifies t3, t9 and v0
693 lbu $t3, 0($t0) # get argument type from shorty
694 beqz $t3, \label
697 beq $t9, $t3, 1f # branch if result type char == 'D'
699 beq $t9, $t3, 2f # branch if result type char == 'F'
701 beq $t9, $t3, 3f # branch if result type char == 'J'
711 lwu $t3, 0($t1)
712 mtc1 $t3, $\fpu
713 sw $t3,
[all...]
/art/runtime/arch/mips/
H A Dquick_entrypoints_mips.S461 lw $t3, 44($a0)
665 li $t3, 2 # t3 = gpr_index = 2 (skip A0 and A1)
685 bne $t5, $t3, 1f # if (gpr_index == 2)
687 LOAD_WORD_TO_REG a2, t0, t3, loop # a2 = current argument, gpr_index++
688 1: bne $t5, $t3, loop # else if (gpr_index == 3)
690 LOAD_WORD_TO_REG a3, t0, t3, loop # a3 = current argument, gpr_index++
694 slti $t5, $t3, 3
697 LOAD_LONG_TO_REG a2, a3, t0, t3, loop # a2_a3 = curr_arg, gpr_index = 4
699 li $t3,
[all...]
/art/runtime/interpreter/mterp/out/
H A Dmterp_mips.S93 #define t3 $11 define
5254 GET_OPA(t3) # t3 <- AA
5271 SET_VREG64_GOTO(v0, v1, t3, t0) # vAA/VAA+1 <- v0/v0
6415 GET_OPA4(t3) # t3 <- A+
6418 EAS2(t0, rFP, t3) # t0 <- &fp[A]
6432 SET_VREG64_GOTO(v0, v1, t3, t0) # vAA/vAA+1 <- a0/a1
8302 SET_VREG64_GOTO(v1, a3, t3, t0) # vAA/VAA+1 <- rlo/rhi
8353 SET_VREG64_GOTO(v1, zero, t3, t
[all...]
/art/dex2oat/
H A Ddex2oat.cc1346 TimingLogger::ScopedTiming t3("Loading image checksum", timings_);

Completed in 1214 milliseconds