Searched refs:t1 (Results 1 - 25 of 41) sorted by relevance

12

/art/runtime/interpreter/mterp/mips/
H A Dop_mul_long_2addr.S10 GET_OPB(t1) # t1 <- B
11 EAS2(t1, rFP, t1) # t1 <- &fp[B]
12 LOAD64(a2, a3, t1) # vBB.low / high
17 muhu t1, a2, a0
20 mfhi t1
24 addu v1, v1, t1 # v1= a3a0 + hi(a2a0)
28 GET_INST_OPCODE(t1) # extrac
[all...]
H A Dfunop.S14 GET_INST_OPCODE(t1) # extract opcode from rINST
15 SET_VREG_F_GOTO(fv0, rOBJ, t1) # vA <- fv0
H A Dunop.S17 GET_INST_OPCODE(t1) # extract opcode from rINST
18 SET_VREG_GOTO($result0, t0, t1) # vA <- result0
H A Dop_const_wide.S7 GET_OPA(t1) # t1 <- AA
11 SET_VREG64_GOTO(a0, a2, t1, t0) # vAA/vAA+1 <- a0/a2
H A Dop_mul_long.S15 srl t1, a0, 8 # a3 <- CC
19 EAS2(t1, rFP, t1) # t0 <- &fp[CC]
20 LOAD64(a2, a3, t1) # a2/a3 <- vCC/vCC+1
25 muhu t1, a2, a0
28 mfhi t1
32 addu v1, v1, t1 # v1+= hi(a2a0)
H A Dop_iput_quick.S12 GET_INST_OPCODE(t1) # extract opcode from rINST
13 GET_OPCODE_TARGET(t1)
15 JR(t1) # jump to next instruction
H A Dop_cmp_long.S9 * sgt t1, x.hi, y.hi; # (y.hi > x.hi) ? 1:0
10 * subu v0, t0, t1 # v0= -1:1:0 for [ < > = ]
24 sgt t1, a1, a3
25 subu v0, t1, t0 # v0 <- (-1, 1, 0)
29 sgtu t1, a0, a2
30 subu v0, t1, t0 # v0 <- (-1, 1, 0) for [< > =]
H A DfbinopWide.S16 EAS2(t1, rFP, a3) # a3 <- &fp[CC]
18 LOAD64_F(fa1, fa1f, t1)
H A Dop_float_to_long.S22 GET_INST_OPCODE(t1) # extract opcode from rINST
28 SET_VREG64_F_GOTO(fa0, fa0f, rOBJ, t1) # vA <- result
48 GET_INST_OPCODE(t1) # extract opcode from rINST
55 GET_INST_OPCODE(t1) # extract opcode from rINST
57 SET_VREG64_GOTO(rRESULT0, rRESULT1, rOBJ, t1) # vA/vA+1 <- v0/v1
H A Dop_float_to_int.S22 GET_INST_OPCODE(t1) # extract opcode from rINST
28 GET_INST_OPCODE(t1) # extract opcode from rINST
36 SET_VREG_F_GOTO(fa0, rOBJ, t1) # vA <- result
H A Dop_double_to_long.S24 GET_INST_OPCODE(t1) # extract opcode from rINST
30 SET_VREG64_F_GOTO(fa0, fa0f, rOBJ, t1) # vA <- result
51 GET_INST_OPCODE(t1) # extract opcode from rINST
58 GET_INST_OPCODE(t1) # extract opcode from rINST
60 SET_VREG64_GOTO(rRESULT0, rRESULT1, rOBJ, t1) # vA/vA+1 <- v0/v1
/art/runtime/arch/mips/
H A Dmemcmp16_mips.S25 li $t1,0
31 lhu $t1,0($a1)
33 bne $t0,$t1,done
39 subu $v0,$t0,$t1
/art/runtime/arch/mips64/
H A Dmemcmp16_mips64.S27 move $t1, $zero
35 lhu $t1, 0($a1)
36 bne $t0, $t1, done
45 dsubu $v0, $t0, $t1
/art/test/127-checker-secondarydex/src/
H A DMain.java33 Test t1 = new Test();
36 t1.test(t2);
37 t1.test(t3);
/art/test/921-hello-failure/src/
H A DMultiRedef.java80 public static void doTest(Transform t1, Transform2 t2) { argument
81 t1.sayHi("MultiRedef");
89 t1.sayHi("MultiRedef");
97 t1.sayHi("MultiRedef");
H A DMultiRetrans.java80 public static void doTest(Transform t1, Transform2 t2) { argument
81 t1.sayHi("MultiRetrans");
93 t1.sayHi("MultiRetrans");
105 t1.sayHi("MultiRetrans");
/art/test/526-checker-caller-callee-regs/src/
H A DMain.java50 /// CHECK: <<t1:i\d+>> Add [<<Arg>>,<<Const1>>] {{.*->r([5-8]|10|11)}}
52 /// CHECK: Sub [<<t1>>,<<t2>>]
58 /// CHECK: <<t1:i\d+>> Add [<<Arg>>,<<Const1>>] {{.*->x2[0-9]}}
60 /// CHECK: Sub [<<t1>>,<<t2>>]
66 /// CHECK: <<t1:i\d+>> Add [<<Arg>>,<<Const1>>] {{.*->e(bp|si|di)}}
68 /// CHECK: Sub [<<t1>>,<<t2>>]
74 /// CHECK: <<t1:i\d+>> Add [<<Arg>>,<<Const1>>] {{.*->r(bx|bp|1[2-5])}}
76 /// CHECK: Sub [<<t1>>,<<t2>>]
80 int t1 = arg + 1;
82 return t1
[all...]
/art/test/917-fields-transformation/src/art/
H A DTest917.java90 public static void doTest(Transform t1, Transform t2) { argument
91 printTransform(t1);
94 printTransform(t1);
/art/test/926-multi-obsolescence/src/art/
H A DTest926.java130 public static void doTest(final Transform t1, final Transform2 t2) throws Exception { argument
131 t1.sayHi(() -> { t2.sayHi(() -> { System.out.println("Not doing anything here"); }); });
132 t1.sayHi(() -> {
138 t1.sayHi(() -> { t2.sayHi(() -> { System.out.println("Not doing anything here"); }); });
/art/compiler/optimizing/
H A Dreference_type_propagation_test.cc96 ReferenceTypeInfo t1(MergeTypes(InvalidType(), InvalidType()));
97 EXPECT_FALSE(t1.IsValid());
98 EXPECT_FALSE(t1.IsExact());
99 EXPECT_TRUE(t1.IsEqual(InvalidType()));
128 ReferenceTypeInfo t1(MergeTypes(ObjectType(), ObjectType()));
129 EXPECT_TRUE(t1.IsValid());
130 EXPECT_TRUE(t1.IsExact());
131 EXPECT_TRUE(t1.IsEqual(ObjectType()));
/art/runtime/interpreter/mterp/mips64/
H A Dop_double_to_int.S12 mfc1 t1, f1
13 and t0, t0, t1
H A Dop_double_to_long.S12 mfc1 t1, f1
13 and t0, t0, t1
H A Dop_float_to_int.S12 mfc1 t1, f1
13 and t0, t0, t1
H A Dop_float_to_long.S12 mfc1 t1, f1
13 and t0, t0, t1
/art/test/981-dedup-original-dex/src/art/
H A DTest981.java174 Transform t1 = new Transform();
177 assertSame(null, getOriginalDexFile(t1.getClass()));
186 assertSame(getOriginalDexFile(t1.getClass()), getOriginalDexFile(t2.getClass()));
189 assertSame(getOriginalDexFile(t1.getClass()).getClass(), Class.forName("java.lang.DexCache"));
194 assertSame((new byte[0]).getClass(), getOriginalDexFile(t1.getClass()).getClass());

Completed in 385 milliseconds

12