Searched refs:t3 (Results 1 – 9 of 9) sorted by relevance
/art/runtime/interpreter/mterp/mips/ |
D | op_ushr_long_2addr.S | 6 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
|
D | op_shr_long.S | 9 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
|
D | header.S | 86 #define t3 $$11 macro
|
/art/compiler/optimizing/ |
D | reference_type_propagation_test.cc | 105 ReferenceTypeInfo t3(MergeTypes(InvalidType(), StringType())); in TEST_F() local 106 EXPECT_TRUE(t3.IsValid()); in TEST_F() 107 EXPECT_TRUE(t3.IsExact()); in TEST_F() 108 EXPECT_TRUE(t3.IsEqual(StringType())); in TEST_F() 137 ReferenceTypeInfo t3(MergeTypes(ObjectType(), StringType())); in TEST_F() local 138 EXPECT_TRUE(t3.IsValid()); in TEST_F() 139 EXPECT_FALSE(t3.IsExact()); in TEST_F() 140 EXPECT_TRUE(t3.IsEqual(ObjectType(false))); in TEST_F()
|
/art/runtime/arch/mips64/ |
D | quick_entrypoints_mips64.S | 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, 0($v0) 714 lwu $t3, 4($t1) [all …]
|
/art/test/127-checker-secondarydex/src/ |
D | Main.java | 35 Test t3 = null; in testSlowPathDirectInvoke() local 37 t1.test(t3); in testSlowPathDirectInvoke()
|
/art/runtime/arch/mips/ |
D | quick_entrypoints_mips.S | 461 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, 4 # gpr_index = 4 740 li $t3, 'F' # put char 'F' into t3 [all …]
|
/art/dex2oat/ |
D | dex2oat.cc | 1329 TimingLogger::ScopedTiming t3("Loading image checksum", timings_); in Setup() local
|
/art/test/dexdump/ |
D | bytecodes.txt | 1557 0x0011 - 0x005d reg=2 t3 I 1713 0x002b - 0x00c2 reg=6 t3 J
|