Searched refs:f14 (Results 1 – 12 of 12) sorted by relevance
/art/runtime/arch/mips/ |
D | jni_entrypoints_mips.S | 27 addiu $sp, $sp, -48 # leave room for $f12, $f13, $f14, $f15, $a0, $a1, $a2, $a3, and $ra 31 SDu $f14, $f15, 24, $sp, $t0 49 LDu $f14, $f15, 24, $sp, $t0
|
D | quick_entrypoints_mips.S | 212 SDu $f14, $f15, 32, $sp, $t8 290 LDu $f14, $f15, 32, $sp, $t8 388 SDu $f14, $f15, 72, $sp, $t1 436 LDu $f14, $f15, 72, $sp, $t1 668 LDu $f14, $f15, 7*8, $a1, $t1 1207 LOAD_FLOAT_TO_REG f14, t8, t7, loopS # f14 = curr_arg, fp_index += 16 1215 LOAD_DOUBLE_TO_REG f14, f15, t8, t7, ra, loopS # f14_f15 = curr_arg; if FPU32, fp_index += 16 1824 mtc1 $a1, $f14 1825 MTD $a2, $a3, $f14, $f15
|
/art/test/626-checker-arm64-scratch-register/src/ |
D | Main.java | 163 float f14 = b14 ? 0.0f : 1.0f; in test() local 196 f14 /= 1000.0f; in test() 239 f14 /= 100.0f; in test() 278 f14 /= 12.0f; in test()
|
/art/test/439-npe/ |
D | expected.txt | 101 f14=164.0
|
/art/test/439-npe/src/ |
D | Main.java | 689 float f14 = 54.0f; in $opt$noinline$testRegisterRetrieval() local 769 f13 += f14; in $opt$noinline$testRegisterRetrieval() 770 f14 += f15; in $opt$noinline$testRegisterRetrieval() 836 System.out.println("f14=" + f14); in $opt$noinline$testRegisterRetrieval()
|
/art/runtime/arch/mips64/ |
D | quick_entrypoints_mips64.S | 1033 LOOP_OVER_SHORTY_LOADING_REG a2, f14, call_fn 1137 LOOP_OVER_SHORTY_LOADING_REG a2, f14, call_sfn 1772 l.d $f14, 16($sp) 2116 sdc1 $f14, 112($sp)
|
/art/runtime/interpreter/mterp/mips/ |
D | header.S | 124 #define fa1 $$f14
|
/art/compiler/jni/ |
D | jni_cfi_test_expected.inc | 436 // 0x00000030: swc1 f14, +124(r29)
|
/art/test/083-compiler-regressions/src/ |
D | Main.java | 5366 float f14 = 14; in largeFrameFloat() local 7364 f14 += f13; in largeFrameFloat() 7366 f15 += f14; in largeFrameFloat()
|
/art/test/dexdump/ |
D | bytecodes.txt | 842 000f14: 1902 f11f |003a: const-wide/high16 v2, #long 23016208845630341…
|
D | checkers.txt | 992 001f14: 5994 0d00 |028c: iput v4, v9, Lcom/google/android/checkers/Che… 2298 002f14: 2e03 0403 |0026: cmpg-float v3, v4, v3 4700 004f14: 28f1 |01c6: goto 01b7 // -000f 5888 005f14: 6201 3300 |0276: sget-object v1, Lcom/google/android/checkers/…
|
/art/runtime/interpreter/mterp/out/ |
D | mterp_mips.S | 131 #define fa1 $f14
|