/external/webrtc/webrtc/modules/audio_processing/aec/ |
D | aec_rdft_mips.c | 272 float f0, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14; in cft1st_128_mips() local 511 [f8] "=&f" (f8), [f9] "=&f" (f9), [f10] "=&f" (f10), [f11] "=&f" (f11), in cft1st_128_mips() 521 float f0, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14; in cftmdl_128_mips() local 571 f9 = rdft_w[2]; in cftmdl_128_mips() 625 : [a] "r" (a), [f9] "f" (f9) in cftmdl_128_mips() 713 : [a] "r" (a), [f9] "f" (f9), [f10] "f" (f10), [f11] "f" (f11), in cftmdl_128_mips() 800 : [a] "r" (a), [f9] "f" (f9), [f10] "f" (f10), [f11] "f" (f11), in cftmdl_128_mips() 929 float f1, f2, f3 ,f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14, f15; in rftfsub_128_mips() local 1041 [f9] "=&f" (f9), [f10] "=&f" (f10), [f11] "=&f" (f11), [f12] "=&f" (f12), in rftfsub_128_mips() 1056 float f1, f2, f3 ,f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14, f15; in rftbsub_128_mips() local [all …]
|
D | aec_core_mips.c | 345 float f0, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13; in WebRtcAec_FilterFar_mips() local 432 [f9] "=&f" (f9), [f10] "=&f" (f10), [f11] "=&f" (f11), in WebRtcAec_FilterFar_mips() 465 float f0, f1, f2, f3, f4, f5, f6 ,f7, f8, f9, f10, f11, f12; in WebRtcAec_FilterAdaptation_mips() local 530 [f9] "=&f" (f9), [f10] "=&f" (f10), [f11] "=&f" (f11), in WebRtcAec_FilterAdaptation_mips()
|
/external/llvm/test/MC/SystemZ/ |
D | regs-good.s | 61 #CHECK: ler %f8, %f9 # encoding: [0x38,0x89] 70 ler %f8,%f9 79 #CHECK: ldr %f8, %f9 # encoding: [0x28,0x89] 88 ldr %f8,%f9 95 #CHECK: lxr %f8, %f9 # encoding: [0xb3,0x65,0x00,0x89] 100 lxr %f8,%f9 128 #CHECK: .cfi_offset %f9, 200 162 .cfi_offset %f9,200
|
/external/clang/test/SemaObjCXX/ |
D | arc-overloading.mm | 148 int &f9(__strong id&); function 149 float &f9(const __autoreleasing id&); function 157 int &ir1 = f9(strong_id); 158 float &fr1 = f9(autoreleasing_id); 159 float &fr2 = f9(unsafe_id); 160 float &fr2a = f9(weak_id); 166 float &fr3 = f9(strong_a); 167 float &fr4 = f9(autoreleasing_a); 168 float &fr5 = f9(unsafe_unretained_a); 169 float &fr6 = f9(weak_a);
|
/external/mesa3d/src/mesa/sparc/ |
D | xform.S | 86 fmuls %f8, M0, %f9 ! FGM Group f1 available 98 fadds %f9, M12, %f9 ! FGA Group f9 available 99 st %f9, [%g2 + 0x10] ! LSU 199 fmuls %f8, M0, %f9 ! FGM Group 205 fadds %f9, M12, %f11 ! FGA Group f9 available 471 fmuls %f1, M7, %f9 ! FGM 478 fadds %f5, %f9, %f5 ! FGA Group f9 available 541 ld [%g1 + 0x04], %f9 ! LSU Group 549 fmuls %f9, M4, %f12 ! FGM Group 550 fmuls %f9, M5, %f13 ! FGM Group [all …]
|
/external/clang/test/CodeGen/ |
D | inline2.c | 57 extern inline int f9(void); 58 extern inline int f9(void) { return 0; } in f9() function 65 return f0() + f1() + f2() + f3() + f4() + f5() + f6() + f7() + f8() + f9() in test_all()
|
/external/python/cpython3/Modules/_ctypes/libffi/testsuite/libffi.call/ |
D | many.c | 14 …loat f2, float f3, float f4, float f5, float f6, float f7, float f8, float f9, float f10, float f1… in many() argument 19 (double) f6, (double) f7, (double) f8, (double) f9, (double) f10, in many() 23 return f1+f2+f3+f4+f5+f6+f7+f8+f9+f10+f11+f12+f13; in many()
|
/external/libffi/testsuite/libffi.call/ |
D | many.c | 14 …loat f2, float f3, float f4, float f5, float f6, float f7, float f8, float f9, float f10, float f1… in many() argument 19 (double) f6, (double) f7, (double) f8, (double) f9, (double) f10, in many() 23 return f1+f2+f3+f4+f5+f6+f7+f8+f9+f10+f11+f12+f13; in many()
|
D | many_double.c | 22 double f9, in many() argument 31 (double) f6, (double) f7, (double) f8, (double) f9, (double) f10, in many() 35 return ((f1/f2+f3/f4+f5/f6+f7/f8+f9/f10+f11/f12) * f13); in many()
|
/external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/ |
D | many.c | 14 …loat f2, float f3, float f4, float f5, float f6, float f7, float f8, float f9, float f10, float f1… in many() argument 19 (double) f6, (double) f7, (double) f8, (double) f9, (double) f10, in many() 23 return f1+f2+f3+f4+f5+f6+f7+f8+f9+f10+f11+f12+f13; in many()
|
/external/capstone/suite/MC/SystemZ/ |
D | regs-good.s.cs | 30 0x38,0x89 = ler %f8, %f9 38 0x28,0x89 = ldr %f8, %f9 44 0xb3,0x65,0x00,0x89 = lxr %f8, %f9
|
/external/llvm/test/MC/Mips/mips4/ |
D | invalid-mips5-wrong-error.s | 12 c.eq.ps $fcc5,$f0,$f9 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction 40 nmadd.ps $f27,$f4,$f9,$f25 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction 42 pll.ps $f25,$f9,$f30 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction 44 pul.ps $f9,$f30,$f26 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction 45 puu.ps $f24,$f9,$f2 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
|
/external/llvm/test/MC/Mips/mips3/ |
D | invalid-mips5-wrong-error.s | 12 c.eq.ps $fcc5,$f0,$f9 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction 40 nmadd.ps $f27,$f4,$f9,$f25 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction 42 pll.ps $f25,$f9,$f30 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction 44 pul.ps $f9,$f30,$f26 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction 45 puu.ps $f24,$f9,$f2 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
|
/external/llvm/test/MC/Mips/mips1/ |
D | invalid-mips5-wrong-error.s | 12 c.eq.ps $fcc5,$f0,$f9 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction 40 nmadd.ps $f27,$f4,$f9,$f25 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction 42 pll.ps $f25,$f9,$f30 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction 44 pul.ps $f9,$f30,$f26 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction 45 puu.ps $f24,$f9,$f2 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
|
/external/llvm/test/MC/Mips/mips2/ |
D | invalid-mips5-wrong-error.s | 12 c.eq.ps $fcc5,$f0,$f9 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction 40 nmadd.ps $f27,$f4,$f9,$f25 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction 42 pll.ps $f25,$f9,$f30 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction 44 pul.ps $f9,$f30,$f26 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction 45 puu.ps $f24,$f9,$f2 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
|
/external/llvm/test/CodeGen/SystemZ/ |
D | frame-04.ll | 15 ; CHECK: std %f9, 208(%r15) 23 ; CHECK: .cfi_offset %f9, -176 32 ; CHECK: ld %f9, 208(%r15) 75 ; CHECK: std %f9, 192(%r15) 81 ; CHECK: .cfi_offset %f9, -176 90 ; CHECK: ld %f9, 192(%r15) 131 ; CHECK-NOT: %f9 166 ; CHECK-NOT: %f9
|
D | frame-07.ll | 16 ; CHECK-NOFP: stdy %f9, 4112(%r15) 24 ; CHECK-NOFP: .cfi_offset %f9, -176 33 ; CHECK-NOFP: ldy %f9, 4112(%r15) 50 ; CHECK-FP: stdy %f9, 4112(%r11) 59 ; CHECK-FP: ldy %f9, 4112(%r11) 137 ; CHECK-NOFP: std %f9, 16({{%r[1-5]}},%r15) 145 ; CHECK-NOFP: .cfi_offset %f9, -176 154 ; CHECK-NOFP: ld %f9, 16({{%r[1-5]}},%r15) 170 ; CHECK-FP: std %f9, 16({{%r[1-5]}},%r11) 178 ; CHECK-FP: .cfi_offset %f9, -176 [all …]
|
D | frame-02.ll | 14 ; CHECK: std %f9, 208(%r15) 22 ; CHECK: .cfi_offset %f9, -176 31 ; CHECK: ld %f9, 208(%r15) 98 ; CHECK: std %f9, 200(%r15) 105 ; CHECK: .cfi_offset %f9, -176 114 ; CHECK: ld %f9, 200(%r15) 177 ; CHECK-NOT: %f9 224 ; CHECK-NOT: %f9
|
/external/llvm/test/MC/Mips/mips64r6/ |
D | invalid-mips5-wrong-error.s | 15 … c.eq.ps $fcc5,$f0,$f9 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction 42 … nmadd.ps $f27,$f4,$f9,$f25 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction 44 … pll.ps $f25,$f9,$f30 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction 46 … pul.ps $f9,$f30,$f26 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction 47 … puu.ps $f24,$f9,$f2 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
|
/external/autotest/server/cros/ |
D | rf_switch_1_ap_box_2_ap_list.conf | 109 [48:f8:b3:f9:3e:16] 115 bss = 48:f8:b3:f9:3e:16 116 wan mac = 48:f8:b3:f9:3e:15 122 [48:f8:b3:f9:3e:17] 128 bss5 = 48:f8:b3:f9:3e:17 129 wan mac = 48:f8:b3:f9:3e:15 135 [48:f8:b3:f9:3e:18] 141 bss5 = 48:f8:b3:f9:3e:18 142 wan mac = 48:f8:b3:f9:3e:15
|
/external/llvm/test/MC/Mips/ |
D | mips-fpu-instructions.s | 12 # CHECK: add.s $f9, $f6, $f7 # encoding: [0x40,0x32,0x07,0x46] 18 # CHECK: mul.s $f9, $f6, $f7 # encoding: [0x42,0x32,0x07,0x46] 26 # CHECK: sub.s $f9, $f6, $f7 # encoding: [0x41,0x32,0x07,0x46] 33 add.s $f9,$f6,$f7 39 mul.s $f9,$f6, $f7 47 sub.s $f9,$f6,$f7 154 # CHECK: swc1 $f9, 9158($7) # encoding: [0xc6,0x23,0xe9,0xe4] 189 swc1 $f9,9158($a3)
|
/external/llvm/test/MC/Disassembler/Mips/mips64/ |
D | valid-mips64-xfail.txt | 9 0x46 0x23 0x4b 0x3c # CHECK: c.lt.d $fcc3, $f9, $f3 34 0x46 0xc9 0x05 0x32 # CHECK: c.eq.ps $fcc5, $f0, $f9 66 0x4d 0x33 0x74 0xb1 # CHECK: nmadd.d $f18, $f9, $f14, $f19 67 0x4c 0x99 0x4e 0xf6 # CHECK: nmadd.ps $f27, $f4, $f9, $f25 72 0x46 0xde 0x4e 0x6c # CHECK: pll.ps $f25, $f9, $f30 74 0x46 0xda 0xf2 0x6e # CHECK: pul.ps $f9, $f30, $f26 75 0x46 0xc2 0x4e 0x2f # CHECK: puu.ps $f24, $f9, $f2
|
/external/capstone/suite/MC/Mips/ |
D | mips-fpu-instructions.s.cs | 5 0x40,0x32,0x07,0x46 = add.s $f9, $f6, $f7 11 0x42,0x32,0x07,0x46 = mul.s $f9, $f6, $f7 19 0x41,0x32,0x07,0x46 = sub.s $f9, $f6, $f7 70 0xc6,0x23,0xe9,0xe4 = swc1 $f9, 9158($7)
|
/external/boringssl/src/ssl/test/runner/curve25519/ |
D | curve25519.go | 292 f9 := f[9] 316 f9_2 := 2 * f9 407 f9g0 := int64(f9) * int64(g0) 409 f9g2_19 := int64(f9) * int64(g2_19) 411 f9g4_19 := int64(f9) * int64(g4_19) 413 f9g6_19 := int64(f9) * int64(g6_19) 415 f9g8_19 := int64(f9) * int64(g8_19) 530 f9 := f[9] 543 f9_38 := 38 * f9 // 1.31*2^30 553 f0f9_2 := int64(f0_2) * int64(f9) [all …]
|
/external/python/cpython2/Modules/_ctypes/libffi/src/ia64/ |
D | unix.S | 65 ldf.fill f9 = [r16], 32 206 (p6) stfs [r16] = f9, 8 230 (p6) stfd [r16] = f9, 16 254 (p6) stfe [r16] = f9, 32 309 stf.spill [r17] = f9, 32 435 (p6) ldfs f9 = [r17], 8 463 (p6) ldfd f9 = [r17], 16 491 (p6) ldfe f9 = [r17], 32
|