Home
last modified time | relevance | path

Searched refs:f8 (Results 1 – 15 of 15) sorted by relevance

/art/compiler/utils/
Dassembler_thumb_test_expected.cc.inc16 " 24: dd f8 00 04 ldr.w r0, [sp, #1024]\n"
17 " 28: dd f8 fc cf ldr.w r12, [sp, #4092]\n"
19 " 30: dc f8 00 c0 ldr.w r12, [r12]\n"
20 " 34: d9 f8 00 c2 ldr.w r12, [r9, #512]\n"
21 " 38: dc f8 80 00 ldr.w r0, [r12, #128]\n"
26 " 44: cd f8 00 04 str.w r0, [sp, #1024]\n"
27 " 48: cd f8 fc cf str.w r12, [sp, #4092]\n"
28 " 4c: 4d f8 04 5d str r5, [sp, #-4]!\n"
30 " 54: c5 f8 04 c0 str.w r12, [r5, #4]\n"
31 " 58: 5d f8 04 5b ldr r5, [sp], #4\n"
[all …]
/art/test/178-app-image-native-method/src/
DMain.java432 int i8, long l8, float f8, double d8); in nativeMethodWithManyParameters() argument
451 int i8, long l8, float f8, double d8); in nativeMethodWithManyParameters() argument
470 int i8, long l8, float f8, double d8); in nativeMethodWithManyParameters() argument
486 int i8, long l8, float f8, double d8); in nativeMethodWithManyParameters() argument
505 int i8, long l8, float f8, double d8); in nativeMethodWithManyParameters() argument
524 int i8, long l8, float f8, double d8); in nativeMethodWithManyParameters() argument
820 int i8, long l8, float f8, double d8); in nativeMethodWithManyParameters() argument
/art/test/703-floating-point-div/src/
DMain.java70 float f8 = Float.MAX_VALUE; in divFloatTest() local
82 expectEquals(Float.floatToRawIntBits(fPi/f8), 0x6487ee); in divFloatTest()
/art/test/MyClassNatives/
DMyClassNatives.java83 float f7, float f8, float f9); in forceStackParameters() argument
131 float f7, float f8, float f9, float f10); in stackArgsIntsFirst() argument
135 float f6, float f7, float f8, float f9, float f10, int i1, int i2, int i3, int i4, int i5, in stackArgsFloatsFirst() argument
140 float f4, int i5, float f5, int i6, float f6, int i7, float f7, int i8, float f8, int i9, in stackArgsMixed() argument
215 float f7, float f8, float f9); in forceStackParameters_Fast() argument
263 float f7, float f8, float f9, float f10); in stackArgsIntsFirst_Fast() argument
267 float f6, float f7, float f8, float f9, float f10, int i1, int i2, int i3, int i4, int i5, in stackArgsFloatsFirst_Fast() argument
272 float f4, int i5, float f5, int i6, float f6, int i7, float f7, int i8, float f8, int i9, in stackArgsMixed_Fast() argument
305 float f7, float f8, float f9, float f10); in stackArgsIntsFirst_Critical() argument
309 float f6, float f7, float f8, float f9, float f10, int i1, int i2, int i3, int i4, int i5, in stackArgsFloatsFirst_Critical() argument
[all …]
/art/test/178-app-image-native-method/
Dnative_methods.cc29 jint i8, jlong l8, jfloat f8, jdouble d8) { in VerifyManyParameters() argument
38 (i8 == 81) && (l8 == 82) && (f8 == 83.0) && (d8 == 84.0); in VerifyManyParameters()
58 jint i8, jlong l8, jfloat f8, jdouble d8) { in Java_Test_nativeMethodWithManyParameters() argument
67 i8, l8, f8, d8); in Java_Test_nativeMethodWithManyParameters()
88 jint i8, jlong l8, jfloat f8, jdouble d8) { in Java_TestFast_nativeMethodWithManyParameters() argument
97 i8, l8, f8, d8); in Java_TestFast_nativeMethodWithManyParameters()
117 jint i8, jlong l8, jfloat f8, jdouble d8) { in Java_TestCritical_nativeMethodWithManyParameters() argument
126 i8, l8, f8, d8); in Java_TestCritical_nativeMethodWithManyParameters()
628 jint i8, jlong l8, jfloat f8, jdouble d8) { in Java_CriticalClinitCheck_nativeMethodWithManyParameters() argument
637 i8, l8, f8, d8); in Java_CriticalClinitCheck_nativeMethodWithManyParameters()
/art/test/439-npe/
Dexpected.txt95 f8=196.0
/art/test/439-npe/src/
DMain.java683 float f8 = 48.0f; in $opt$noinline$testRegisterRetrieval() local
763 f7 += f8; in $opt$noinline$testRegisterRetrieval()
764 f8 += f9; in $opt$noinline$testRegisterRetrieval()
830 System.out.println("f8=" + f8); in $opt$noinline$testRegisterRetrieval()
/art/compiler/jni/
Djni_compiler_test.cc1965 jfloat f5, jfloat f6, jfloat f7, jfloat f8, jfloat f9, in JNI_TEST_CRITICAL()
1992 jint i18 = bit_cast<jint, jfloat>(f8); in JNI_TEST_CRITICAL()
2022 jfloat f8 = bit_cast<jfloat, jint>(18); in StackArgsIntsFirstImpl() local
2027 f3, f4, f5, f6, f7, f8, f9, f10); in StackArgsIntsFirstImpl()
2034 jfloat f8, jfloat f9, jfloat f10, jint i1, jint i2, in JNI_TEST_CRITICAL()
2062 jint i18 = bit_cast<jint, jfloat>(f8); in JNI_TEST_CRITICAL()
2092 jfloat f8 = bit_cast<jfloat, jint>(18); in StackArgsFloatsFirstImpl() local
2096 env_->CallStaticVoidMethod(jklass_, jmethod_, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, i1, i2, i3, in StackArgsFloatsFirstImpl()
2105 jfloat f8, jint i9, jfloat f9, jint i10, jfloat f10) { in JNI_TEST_CRITICAL()
2131 jint i18 = bit_cast<jint, jfloat>(f8); in JNI_TEST_CRITICAL()
[all …]
/art/test/623-checker-loop-regressions/src/
DMain.java608 float f8 = 0; in $noinline$ensureSlowPathFPSpillFill() local
641 f8 += 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/dexdump/
Dcheckers.txt106 0014f8: |[0014f8] com.google.android.checkers.Checkers.onCon…
328 0017f8: 0a01 |0006: move-result v1
394 0018f8: 6e10 4e00 0100 |0086: invoke-virtual {v1}, Lcom/google/android/chec…
1331 0022f8: 52a0 2300 |00d8: iget v0, v10, Lcom/google/android/checkers/Ch…
1348 002338: 55a1 0300 |00f8: iget-boolean v1, v10, Lcom/google/android/che…
1425 0023f8: 1232 |0000: const/4 v2, #int 3 // #3
1500 0024f8: 5b90 0f00 |0080: iput-object v0, v9, Lcom/google/android/check…
1640 0026f8: 4401 0104 |0180: aget v1, v1, v4
1740 002856: 2900 08fe |022f: goto/16 0037 // -01f8
1787 0028f8: 0170 |0280: move v0, v7
[all …]
Dconst-method-handle.txt87 0003f8: 6e40 1400 1032 |0010: invoke-virtual {v0, v1, v2, v3}, Ljava/lang/i…
Dinvoke-custom.txt273 0026f8: 6e10 ca00 0100 |001a: invoke-virtual {v1}, Ljava/lang/StringBuilder…
1827 0020f8: 1a02 5d01 |008a: const-string v2, "invokeWrongArguments => " /…
1885 0021f8: 6201 1300 |010a: sget-object v1, Ljava/lang/System;.out:Ljava/…
2001 0023f8: 6e20 b200 2100 |020a: invoke-virtual {v1, v2}, Ljava/io/PrintStream…
2205 0024f8: 1a01 d401 |0002: const-string v1, "wrongArguments" // string@0…
2380 0028f8: |[0028f8] TestDynamicBootstrapArguments.targetA10000…
2416 0029f8: |[0029f8] TestDynamicBootstrapArguments.test:()V
3576 0030f8: 0e00 |0008: return-void
3692 0032f8: 6200 1300 |0008: sget-object v0, Ljava/lang/System;.out:Ljava/…
3937 0034f8: 0f00 |0002: return v0
[all …]
Dall.txt180 0004f8: a600 0102 |002c: add-float v0, v1, v2
Dbytecodes.txt1219 0012f8: 9015 1b1c |0036: add-int v21, v27, v28
1289 0013f8: 6016 1b00 |00b6: sget v22, Lcom/google/android/test/Test;.sF:F…
1322 00147c: 5300 0f00 |00f8: iget-wide v0, v0, Lcom/google/android/test/Te…
/art/test/083-compiler-regressions/src/
DMain.java5354 float f8 = 8; in largeFrameFloat() local
7352 f8 += f7; in largeFrameFloat()
7354 f9 += f8; in largeFrameFloat()