Searched refs:v1 (Results 1 - 25 of 40) sorted by relevance

12

/art/runtime/interpreter/mterp/mips/
H A Dop_mul_long_2addr.S14 mul v1, a3, a0 # v1= a3a0
24 addu v1, v1, t1 # v1= a3a0 + hi(a2a0)
25 addu v1, v1, t2 # v1= v1 + a2a1;
30 SET_VREG64(v0, v1, rOB
[all...]
H A Dop_shl_long_2addr.S15 andi v1, a2, 0x20 # shift< shift & 0x20
17 bnez v1, .L${opcode}_finish
18 not v1, a2 # rhi<- 31-shift (shift is 5b)
20 srl a0, v1 # alo<- alo >> (32-(shift&31))
21 sll v1, a1, a2 # rhi<- ahi << (shift&31)
22 or v1, a0 # rhi<- rhi | alo
23 SET_VREG64_GOTO(v0, v1, rOBJ, t0) # vAA/vAA+1 <- a0/a1
H A Dop_mul_long.S10 * v1 v0
22 mul v1, a3, a0 # v1= a3a0
32 addu v1, v1, t1 # v1+= hi(a2a0)
33 addu v1, v1, t0 # v1= a3a0 + a2a1;
42 SET_VREG64(v0, v1, a
[all...]
H A Dop_shl_long.S19 andi v1, a2, 0x20 # shift< shift & 0x20
21 bnez v1, .L${opcode}_finish
22 not v1, a2 # rhi<- 31-shift (shift is 5b)
24 srl a0, v1 # alo<- alo >> (32-(shift&31))
25 sll v1, a1, a2 # rhi<- ahi << (shift&31)
26 or v1, a0 # rhi<- rhi | alo
27 SET_VREG64_GOTO(v0, v1, t2, t0) # vAA/vAA+1 <- a0/a1
H A Dop_return_void.S10 move v1, zero
H A Dop_return_void_no_barrier.S8 move v1, zero
H A Dop_return_wide.S15 LOAD64(v0, v1, a2) # v0/v1 <- vAA/vAA+1
H A Dop_sget_wide.S15 SET_VREG64(v0, v1, a1) # vAA/vAA+1 <- v0/v1
H A Dop_shr_long_2addr.S15 sra v1, a1, a2 # rhi<- ahi >> (shift&31)
22 SET_VREG64_GOTO(v0, v1, t2, t0) # vAA/vAA+1 <- a0/a1
27 SET_VREG64_GOTO(v1, a3, t2, t0) # vAA/vAA+1 <- rlo/rhi
H A Dop_ushr_long_2addr.S16 srl v1, a1, a2 # rhi<- ahi >> (shift&31)
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_return.S17 move v1, zero
H A Dop_ushr_long.S20 srl v1, a1, a2 # rhi<- ahi >> (shift&31)
27 SET_VREG64_GOTO(v0, v1, rOBJ, t0) # vAA/vAA+1 <- v0/v1
31 SET_VREG64_GOTO(v1, zero, rOBJ, t0) # vAA/vAA+1 <- rlo/rhi
H A Dop_iget_wide.S17 SET_VREG64(v0, v1, a2) # fp[A] <- v0/v1
/art/test/435-new-instance/smali/
H A Dinstance.smali27 new-instance v1, LTestInterface;
35 new-instance v1, LTestClass;
43 new-instance v1, Lpkg/ProtectedClass;
51 new-instance v1, LUnknownClass;
/art/test/955-lambda-smali/smali/
H A DCaptureVariables.smali31 # TODO: create-lambda should not write to both v0 and v1
38 # TODO: create-lambda should not write to both v0 and v1
45 # TODO: create-lambda should not write to both v0 and v1
52 # TODO: create-lambda should not write to both v0 and v1
59 # TODO: create-lambda should not write to both v0 and v1
66 # TODO: create-lambda should not write to both v0 and v1
73 # TODO: create-lambda should not write to both v0 and v1
80 # TODO: create-lambda should not write to both v0 and v1
100 sget-object v1, Ljava/lang/System;->out:Ljava/io/PrintStream;
101 invoke-virtual {v1, v
[all...]
H A DTrivialHelloWorld.smali29 # TODO: create-lambda should not write to both v0 and v1
52 sget-object v1, Ljava/lang/System;->out:Ljava/io/PrintStream;
53 invoke-virtual {v1, v0}, Ljava/io/PrintStream;->println(Ljava/lang/String;)V
63 sget-object v1, Ljava/lang/System;->out:Ljava/io/PrintStream;
65 invoke-virtual {v1, p2}, Ljava/io/PrintStream;->print(Ljava/lang/String;)V
66 invoke-virtual {v1, p3}, Ljava/io/PrintStream;->print(Ljava/lang/String;)V
67 invoke-virtual {v1, p4}, Ljava/io/PrintStream;->print(Ljava/lang/String;)V
68 invoke-virtual {v1, p5}, Ljava/io/PrintStream;->print(Ljava/lang/String;)V
70 invoke-virtual {v1, v0}, Ljava/io/PrintStream;->println(Ljava/lang/String;)V
80 const v1,
[all...]
H A DSanityCheck.smali32 sget-object v1, Ljava/lang/System;->out:Ljava/io/PrintStream;
33 invoke-virtual {v1, v0}, Ljava/io/PrintStream;->println(Ljava/lang/String;)V
/art/runtime/
H A Ddex_instruction_visitor_test.cc48 CountVisitor v1; local
50 v1.Visit(c1, sizeof(c1));
51 EXPECT_EQ(1, v1.count_);
/art/test/134-reg-promotion/smali/
H A DTest.smali25 move v1, v0
28 if-ne v1, v0, :end
34 const/4 v1, 1
45 move v1, v0
48 if-ne v1, v0, :end
59 const/4 v1, 1
/art/test/600-verifier-fails/smali/
H A Dsput.smali21 sput v1, LMain;->staticField:Ljava/lang/String;
/art/test/123-compiler-regressions-mt/src/
H A DMain.java73 int v1 = vs1[0];
75 System.out.println("b17689750TestVolatile failed: " + v1 + ", " + v2);
113 int v1 = vs1[0];
115 System.out.println("b17689750TestMonitor failed: " + v1 + ", " + v2);
/art/compiler/optimizing/
H A Dinduction_var_range.cc104 static bool IsSameConstantValue(InductionVarRange::Value v1, InductionVarRange::Value v2) { argument
105 return IsConstantValue(v1) && IsConstantValue(v2) && v1.b_constant == v2.b_constant;
520 InductionVarRange::Value InductionVarRange::AddValue(Value v1, Value v2) const { argument
521 if (v1.is_known && v2.is_known && IsSafeAdd(v1.b_constant, v2.b_constant)) {
522 const int32_t b = v1.b_constant + v2.b_constant;
523 if (v1.a_constant == 0) {
526 return Value(v1.instruction, v1
534 SubValue(Value v1, Value v2) const argument
548 MulValue(Value v1, Value v2) const argument
563 DivValue(Value v1, Value v2) const argument
572 MergeVal(Value v1, Value v2, bool is_min) const argument
[all...]
/art/test/434-invoke-direct/smali/
H A Dinvoke.smali21 invoke-direct {v1}, LInvokeDirectSuper;-><init>()V
/art/test/595-error-class/smali/
H A Dmerge.smali24 if-eqz v1, :Skip
/art/test/973-default-multidex/smali-multidex/
H A Diface.smali33 move-result-object v1
34 invoke-virtual {v0, v1}, Ljava/lang/String;->concat(Ljava/lang/String;)Ljava/lang/String;

Completed in 455 milliseconds

12