Home
last modified time | relevance | path

Searched refs:f0 (Results 1 – 11 of 11) sorted by relevance

/art/compiler/utils/
Dassembler_thumb_test_expected.cc.inc32 " 5c: 4f f0 ff 0c mov.w r12, #255\n"
34 " 64: 6f f0 7f 4c mvn r12, #4278190080\n"
45 " 8e: f0 47 blx lr\n"
76 " f0: bc f1 00 0f cmp.w r12, #0\n"
138 " 1e4: 00 f0 02 b8 b.w #4\n"
139 " 1e8: 00 f0 1b b8 b.w #54\n"
141 " 1f0: cd f8 ff c7 str.w r12, [sp, #2047]\n"
157 " 228: f0 47 blx lr\n"
/art/test/439-npe/
Dexpected.txt87 f0=164.0
/art/test/956-methodhandles/src/
DMain.java1212 public String update(Float f0, Float... floats) { in update() argument
1213 return "base " + f0 + ", " + Arrays.toString(floats); in update()
1230 public VariableArityTester(Float f0, Float... floats) { update(f0, floats); } in VariableArityTester() argument
1252 public String update(Float f0, Float... floats) { return lastResult = tally(f0, floats); } in update() argument
1277 public static String tally(Float f0, Float... floats) { in tally() argument
1278 return f0 + ", " + Arrays.toString(floats); in tally()
/art/test/623-checker-loop-regressions/src/
DMain.java600 float f0 = 0; in $noinline$ensureSlowPathFPSpillFill() local
633 f0 += a[i]; in $noinline$ensureSlowPathFPSpillFill()
666 return f0 + f1 + f2 + f3 + f4 + f5 + f6 + f7 + f8 + f9 + f10 + f11 + f12 + f13 + f14 + f15 + in $noinline$ensureSlowPathFPSpillFill()
/art/test/439-npe/src/
DMain.java675 float f0 = 40.0f; in $opt$noinline$testRegisterRetrieval() local
756 f0 += f1; in $opt$noinline$testRegisterRetrieval()
822 System.out.println("f0=" + f0); in $opt$noinline$testRegisterRetrieval()
/art/test/dexdump/
Dconst-method-handle.txt85 0003f0: 7120 1600 4300 |000c: invoke-static {v3, v4}, Ljava/lang/invoke/Met…
228 0004f0: 7110 0300 0000 |0004: invoke-static {v0}, Lconstmethodhandle/ConstT…
Dbytecodes.txt444 0009f0: |[0009f0] com.google.android.test.Test.<clinit>:()V
997 0010f0: 0e00 |00aa: return-void
1169 001278: 28f0 |0012: goto 0002 // -0010
1217 0012f0: 0800 1a00 |0032: move-object/from16 v0, v26
1287 0013f0: 5200 1000 |00b2: iget v0, v0, Lcom/google/android/test/Test;.m…
1318 00146c: 0516 0000 |00f0: move-wide/from16 v22, v0
1349 0014f0: 0003 0800 0200 0000 0100 0000 0000 ... |0132: array-data (12 units)
Dcheckers.txt91 0014f4: 28f0 |0020: goto 0010 // -0010
246 0016f0: 1a03 5c00 |00a4: const-string v3, "Level 4 (10s)" // string@00…
326 0017f0: 1210 |0002: const/4 v0, #int 1 // #1
392 0018f0: 3341 8cff |0082: if-ne v1, v4, 000e // -0074
1168 0020f0: d804 08f9 |003a: add-int/lit8 v4, v8, #int -7 // #f9
1262 0021f0: 1a00 ef00 |0054: const-string v0, "lm" // string@00ef
1479 0024a2: 1a01 f000 |0055: const-string v1, "loss in #" // string@00f0
1498 0024f0: 6e10 aa00 0000 |007c: invoke-virtual {v0}, Ljava/lang/StringBuilder…
1564 0025f0: 1210 |00fc: const/4 v0, #int 1 // #1
1638 0026f0: 5490 2200 |017c: iget-object v0, v9, Lcom/google/android/check…
[all …]
Dinvoke-custom.txt375 0027f0: 1a02 1400 |0012: const-string v2, ", s2: " // string@0014
1883 0021f0: 0c02 |0106: move-result-object v2
1941 0022f0: 6e20 b200 2100 |0186: invoke-virtual {v1, v2}, Ljava/io/PrintStream…
1989 0023c4: 6201 1300 |01f0: sget-object v1, Ljava/lang/System;.out:Ljava/…
1999 0023f0: 6e10 c000 0200 |0206: invoke-virtual {v2}, Ljava/lang/Object;.getCl…
2316 0029f0: 7010 3200 0000 |0000: invoke-direct {v0}, LTestBase;.<init>:()V // …
3434 … |0052: invoke-virtual {v6}, Ljava/util/concurrent/atomic/AtomicInteger;.get:()I // method@00f0
3440 … |005e: invoke-virtual {v6}, Ljava/util/concurrent/atomic/AtomicInteger;.get:()I // method@00f0
3450 0031f0: 6e20 c500 4600 |0072: invoke-virtual {v6, v4}, Ljava/lang/StringBui…
3474 … |00a2: invoke-virtual {v11}, Ljava/util/concurrent/atomic/AtomicInteger;.get:()I // method@00f0
[all …]
Dall.txt178 0004f0: a400 0102 |0028: shr-long v0, v1, v2
/art/test/083-compiler-regressions/src/
DMain.java5338 float f0 = 0; in largeFrameFloat() local
7338 f1 += f0; in largeFrameFloat()