/external/llvm/test/MC/Sparc/ |
D | sparc-fp-instructions.s | 3 ! CHECK: fitos %f0, %f4 ! encoding: [0x89,0xa0,0x18,0x80] 4 ! CHECK: fitod %f0, %f4 ! encoding: [0x89,0xa0,0x19,0x00] 5 ! CHECK: fitoq %f0, %f4 ! encoding: [0x89,0xa0,0x19,0x80] 6 fitos %f0, %f4 7 fitod %f0, %f4 8 fitoq %f0, %f4 10 ! CHECK: fstoi %f0, %f4 ! encoding: [0x89,0xa0,0x1a,0x20] 11 ! CHECK: fdtoi %f0, %f4 ! encoding: [0x89,0xa0,0x1a,0x40] 12 ! CHECK: fqtoi %f0, %f4 ! encoding: [0x89,0xa0,0x1a,0x60] 13 fstoi %f0, %f4 [all …]
|
D | sparcv8-instructions.s | 3 ! CHECK: fcmps %f0, %f4 ! encoding: [0x81,0xa8,0x0a,0x24] 4 ! CHECK: fcmpd %f0, %f4 ! encoding: [0x81,0xa8,0x0a,0x44] 5 ! CHECK: fcmpq %f0, %f4 ! encoding: [0x81,0xa8,0x0a,0x64] 6 fcmps %f0, %f4 7 fcmpd %f0, %f4 8 fcmpq %f0, %f4 10 ! CHECK: fcmpes %f0, %f4 ! encoding: [0x81,0xa8,0x0a,0xa4] 11 ! CHECK: fcmped %f0, %f4 ! encoding: [0x81,0xa8,0x0a,0xc4] 12 ! CHECK: fcmpeq %f0, %f4 ! encoding: [0x81,0xa8,0x0a,0xe4] 13 fcmpes %f0, %f4 [all …]
|
/external/valgrind/main/none/tests/mips32/ |
D | MoveIns.c | 287 TESTINSNMOVE("mfc1 $t5, $f4", 16, f4, t5); in main() 316 TESTINSNMOVEt("mtc1 $t5, $f4", 16, f4, t5); in main() 345 TESTINSNMOVE1s("mov.s $f3, $f4", 16, f3, f4); in main() 346 TESTINSNMOVE1s("mov.s $f4, $f5", 20, f4, f5); in main() 373 TESTINSNMOVE1d("mov.d $f2, $f4", 24, f2, f4); in main() 374 TESTINSNMOVE1d("mov.d $f2, $f4", 32, f2, f4); in main() 375 TESTINSNMOVE1d("mov.d $f4, $f6", 40, f4, f6); in main() 376 TESTINSNMOVE1d("mov.d $f4, $f6", 48, f4, f6); in main() 417 TESTINSNMOVE2s("movf.s $f4, $f6, $fcc0", f4, f6, 1, 0); in main() 418 TESTINSNMOVE2s("movf.s $f4, $f6, $fcc0", f4, f6, 1, 4); in main() [all …]
|
D | MoveIns.stdout.exp-BE | 6 mfc1 $t5, $f4 :: fs 1.875000, rt 0x3ff00000 34 mtc1 $t5, $f4 :: fs 1.875000, rt 0x3ff00000 62 mov.s $f3, $f4 :: fs 1384.599976, rt 0x44ad1333 63 mov.s $f4, $f5 :: fs -7.294568, rt 0xc0e96d19 89 mov.d $f2, $f4 ::fs 6560668703763947508025308754622564314214011401697745896073690307624960.000000, … 90 mov.d $f2, $f4 ::fs 510015646723392374046720.000000, rt 0x3b210e02 91 mov.d $f4, $f6 ::fs 0.000000, rt 0xc872bcb1 92 mov.d $f4, $f6 ::fs -97892595594330935155564225983676416.000000, rt 0x43e41fde 131 movf.s $f4, $f6, $fcc0 :: out: 456.248962, cc: 1 132 movf.s $f4, $f6, $fcc0 :: out: 456.248962, cc: 1 [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | vector.ll | 8 %f4 = type <4 x float> 31 define void @test_f4(%f4* %P, %f4* %Q, %f4* %S) { 32 %p = load %f4* %P ; <%f4> [#uses=1] 33 %q = load %f4* %Q ; <%f4> [#uses=1] 34 %R = fadd %f4 %p, %q ; <%f4> [#uses=1] 35 store %f4 %R, %f4* %S 65 define void @test_cst(%f4* %P, %f4* %S) { 66 %p = load %f4* %P ; <%f4> [#uses=1] 67 …%R = fadd %f4 %p, < float 0x3FB99999A0000000, float 1.000000e+00, float 2.000000e+00, float 4.5000… 68 store %f4 %R, %f4* %S [all …]
|
D | vec_align.ll | 6 %f4 = type <4 x float> 10 define %f4 @test1(float %W, float %X, float %Y, float %Z) nounwind { 11 %tmp = insertelement %f4 undef, float %W, i32 0 12 %tmp2 = insertelement %f4 %tmp, float %X, i32 1 13 %tmp4 = insertelement %f4 %tmp2, float %Y, i32 2 14 %tmp6 = insertelement %f4 %tmp4, float %Z, i32 3 15 ret %f4 %tmp6 18 define %f4 @test2() nounwind { 29 %tmp = insertelement %f4 undef, float %W, i32 0 30 %tmp2 = insertelement %f4 %tmp, float %X, i32 1 [all …]
|
/external/llvm/test/CodeGen/Generic/ |
D | vector.ll | 8 %f4 = type <4 x float> 30 define void @test_f4(%f4* %P, %f4* %Q, %f4* %S) { 31 %p = load %f4* %P ; <%f4> [#uses=1] 32 %q = load %f4* %Q ; <%f4> [#uses=1] 33 %R = fadd %f4 %p, %q ; <%f4> [#uses=1] 34 store %f4 %R, %f4* %S 65 define void @test_cst(%f4* %P, %f4* %S) { 66 %p = load %f4* %P ; <%f4> [#uses=1] 67 …%R = fadd %f4 %p, < float 0x3FB99999A0000000, float 1.000000e+00, float 2.000000e+00, float 4.5000… 68 store %f4 %R, %f4* %S [all …]
|
/external/valgrind/main/none/tests/mips64/ |
D | move_instructions.c | 207 TEST3("movf.s $f4, $f6, $fcc0", f4, f6, 1, 0); in main() 208 TEST3("movf.s $f4, $f6, $fcc0", f4, f6, 1, 8); in main() 209 TEST3("movf.s $f4, $f6, $fcc0", f4, f6, 1, 16); in main() 210 TEST3("movf.s $f4, $f6, $fcc0", f4, f6, 1, 24); in main() 211 TEST3("movf.s $f4, $f6, $fcc0", f4, f6, 1, 32) in main() 212 TEST3("movf.s $f4, $f6, $fcc0", f4, f6, 1, 40) in main() 213 TEST3("movf.s $f4, $f6, $fcc0", f4, f6, 1, 48) in main() 214 TEST3("movf.s $f4, $f6, $fcc0", f4, f6, 1, 56) in main() 215 TEST3("movf.s $f4, $f6, $fcc0", f4, f6, 0, 0); in main() 216 TEST3("movf.s $f4, $f6, $fcc0", f4, f6, 0, 8); in main() [all …]
|
/external/llvm/test/CodeGen/PowerPC/ |
D | vector.ll | 8 %f4 = type <4 x float> 30 define void @test_f4(%f4* %P, %f4* %Q, %f4* %S) { 31 %p = load %f4* %P ; <%f4> [#uses=1] 32 %q = load %f4* %Q ; <%f4> [#uses=1] 33 %R = fadd %f4 %p, %q ; <%f4> [#uses=1] 34 store %f4 %R, %f4* %S 72 define void @test_cst(%f4* %P, %f4* %S) { 73 %p = load %f4* %P ; <%f4> [#uses=1] 74 %R = fadd %f4 %p, < float 0x3FB99999A0000000, float 1.000000e+00, float 75 2.000000e+00, float 4.500000e+00 > ; <%f4> [#uses=1] [all …]
|
D | vec_splat.ll | 9 %f4 = type <4 x float> 12 define void @splat(%f4* %P, %f4* %Q, float %X) nounwind { 13 %tmp = insertelement %f4 undef, float %X, i32 0 ; <%f4> [#uses=1] 14 %tmp2 = insertelement %f4 %tmp, float %X, i32 1 ; <%f4> [#uses=1] 15 %tmp4 = insertelement %f4 %tmp2, float %X, i32 2 ; <%f4> [#uses=1] 16 %tmp6 = insertelement %f4 %tmp4, float %X, i32 3 ; <%f4> [#uses=1] 17 %q = load %f4* %Q ; <%f4> [#uses=1] 18 %R = fadd %f4 %q, %tmp6 ; <%f4> [#uses=1] 19 store %f4 %R, %f4* %P
|
/external/llvm/test/MC/Disassembler/Sparc/ |
D | sparc-fp.txt | 4 # CHECK: fitos %f0, %f4 7 # CHECK: fitod %f0, %f4 10 # CHECK: fitoq %f0, %f4 13 # CHECK: fstoi %f0, %f4 16 # CHECK: fdtoi %f0, %f4 19 # CHECK: fqtoi %f0, %f4 22 # CHECK: fstod %f0, %f4 24 # CHECK: fstoq %f0, %f4 27 # CHECK: fdtos %f0, %f4 30 # CHECK: fdtoq %f0, %f4 [all …]
|
/external/llvm/test/MC/Mips/ |
D | micromips-fpu-instructions.s | 12 # CHECK-EL: add.s $f4, $f6, $f8 # encoding: [0x06,0x55,0x30,0x20] 13 # CHECK-EL: add.d $f4, $f6, $f8 # encoding: [0x06,0x55,0x30,0x21] 14 # CHECK-EL: div.s $f4, $f6, $f8 # encoding: [0x06,0x55,0xf0,0x20] 15 # CHECK-EL: div.d $f4, $f6, $f8 # encoding: [0x06,0x55,0xf0,0x21] 16 # CHECK-EL: mul.s $f4, $f6, $f8 # encoding: [0x06,0x55,0xb0,0x20] 17 # CHECK-EL: mul.d $f4, $f6, $f8 # encoding: [0x06,0x55,0xb0,0x21] 18 # CHECK-EL: sub.s $f4, $f6, $f8 # encoding: [0x06,0x55,0x70,0x20] 19 # CHECK-EL: sub.d $f4, $f6, $f8 # encoding: [0x06,0x55,0x70,0x21] 56 # CHECK-EL: movz.s $f4, $f6, $7 # encoding: [0xe6,0x54,0x78,0x20] 57 # CHECK-EL: movz.d $f4, $f6, $7 # encoding: [0xe6,0x54,0x78,0x21] [all …]
|
/external/llvm/test/MC/Disassembler/Mips/ |
D | mips32r6.txt | 53 0x46 0x84 0x18 0x80 # CHECK: cmp.af.s $f2, $f3, $f4 54 0x46 0xa4 0x18 0x80 # CHECK: cmp.af.d $f2, $f3, $f4 55 0x46 0x84 0x18 0x81 # CHECK: cmp.un.s $f2, $f3, $f4 56 0x46 0xa4 0x18 0x81 # CHECK: cmp.un.d $f2, $f3, $f4 57 0x46 0x84 0x18 0x82 # CHECK: cmp.eq.s $f2, $f3, $f4 58 0x46 0xa4 0x18 0x82 # CHECK: cmp.eq.d $f2, $f3, $f4 59 0x46 0x84 0x18 0x83 # CHECK: cmp.ueq.s $f2, $f3, $f4 60 0x46 0xa4 0x18 0x83 # CHECK: cmp.ueq.d $f2, $f3, $f4 61 0x46 0x84 0x18 0x84 # CHECK: cmp.lt.s $f2, $f3, $f4 62 0x46 0xa4 0x18 0x84 # CHECK: cmp.lt.d $f2, $f3, $f4 [all …]
|
D | mips64r6.txt | 53 0x46 0x84 0x18 0x80 # CHECK: cmp.af.s $f2, $f3, $f4 54 0x46 0xa4 0x18 0x80 # CHECK: cmp.af.d $f2, $f3, $f4 55 0x46 0x84 0x18 0x81 # CHECK: cmp.un.s $f2, $f3, $f4 56 0x46 0xa4 0x18 0x81 # CHECK: cmp.un.d $f2, $f3, $f4 57 0x46 0x84 0x18 0x82 # CHECK: cmp.eq.s $f2, $f3, $f4 58 0x46 0xa4 0x18 0x82 # CHECK: cmp.eq.d $f2, $f3, $f4 59 0x46 0x84 0x18 0x83 # CHECK: cmp.ueq.s $f2, $f3, $f4 60 0x46 0xa4 0x18 0x83 # CHECK: cmp.ueq.d $f2, $f3, $f4 61 0x46 0x84 0x18 0x84 # CHECK: cmp.lt.s $f2, $f3, $f4 62 0x46 0xa4 0x18 0x84 # CHECK: cmp.lt.d $f2, $f3, $f4 [all …]
|
/external/clang/test/SemaOpenCL/ |
D | invalid-logical-ops-1.2.cl | 24 float4 f4 = (float4)(0, 0, 0, 0); 25 int4 f4laf = f4 && 0.0f; 26 int4 f4lof = f4 || 0.0f; 27 float4 f4baf = f4 & 0.0f; // expected-error {{invalid operands}} 28 float4 f4bof = f4 | 0.0f; // expected-error {{invalid operands}} 29 float4 f4bxf = f4 ^ 0.0f; // expected-error {{invalid operands}} 30 float bnf4 = ~f4; // expected-error {{invalid argument type}} 31 int4 lnf4 = !f4; 49 double4 f4 = (double4)(0, 0, 0, 0); 50 long4 f4laf = f4 && 0.0; [all …]
|
D | invalid-logical-ops-1.1.cl | 24 float4 f4 = (float4)(0, 0, 0, 0); 25 int4 f4laf = f4 && 0.0f; // expected-error {{invalid operands}} 26 int4 f4lof = f4 || 0.0f; // expected-error {{invalid operands}} 27 float4 f4baf = f4 & 0.0f; // expected-error {{invalid operands}} 28 float4 f4bof = f4 | 0.0f; // expected-error {{invalid operands}} 29 float4 f4bxf = f4 ^ 0.0f; // expected-error {{invalid operands}} 30 float bnf4 = ~f4; // expected-error {{invalid argument type}} 31 int4 lnf4 = !f4; // expected-error {{invalid argument type}} 49 double4 f4 = (double4)(0, 0, 0, 0); 50 long4 f4laf = f4 && 0.0; // expected-error {{invalid operands}} [all …]
|
/external/chromium_org/v8/test/mjsunit/compiler/ |
D | regress-shared-deopt.js | 39 var f4 = makeF(4); 46 return f4(x - 1); 50 f4(9); 51 f4(11); 52 %OptimizeFunctionOnNextCall(f4); 53 f4(12); 61 f4(1);
|
/external/mesa3d/src/mesa/sparc/ |
D | xform.S | 85 fmuls %f0, M3, %f4 ! FGM Group 95 fmuls %f8, M3, %f12 ! FGM Group f4 available 96 fadds %f4, M15, %f4 ! FGA 97 st %f4, [%g2 + 0x0c] ! LSU 118 fmuls %f0, M3, %f4 ! FGM Group 125 fadds %f4, M15, %f4 ! FGA Group 126 st %f4, [%g2 + 0x0c] ! LSU 203 fadds %f2, M13, %f4 ! FGA Group f2 available 204 st %f4, [%g2 + 0x04] ! LSU 222 fadds %f2, M13, %f4 [all …]
|
/external/chromium_org/third_party/mesa/src/src/mesa/sparc/ |
D | xform.S | 85 fmuls %f0, M3, %f4 ! FGM Group 95 fmuls %f8, M3, %f12 ! FGM Group f4 available 96 fadds %f4, M15, %f4 ! FGA 97 st %f4, [%g2 + 0x0c] ! LSU 118 fmuls %f0, M3, %f4 ! FGM Group 125 fadds %f4, M15, %f4 ! FGA Group 126 st %f4, [%g2 + 0x0c] ! LSU 203 fadds %f2, M13, %f4 ! FGA Group f2 available 204 st %f4, [%g2 + 0x04] ! LSU 222 fadds %f2, M13, %f4 [all …]
|
/external/llvm/test/CodeGen/SystemZ/ |
D | asm-17.ll | 30 ; CHECK: lzer %f4 31 ; CHECK: blah %f4 32 ; CHECK: ler %f0, %f4 34 %ret = call float asm "blah $0", "={f4},0" (float 0.0) 39 define double @f4() { 40 ; CHECK-LABEL: f4: 41 ; CHECK: lzdr %f4 42 ; CHECK: blah %f4 43 ; CHECK: ldr %f0, %f4 45 %ret = call double asm "blah $0", "={f4},0" (double 0.0) [all …]
|
/external/eigen/unsupported/test/ |
D | alignedvector3.cpp | 23 FastType f1(r1), f2(r2), f3(r3), f4(r4), f5(r5), f6(r6); in alignedvector3() local 27 VERIFY_IS_APPROX(f4,r4); in alignedvector3() 29 VERIFY_IS_APPROX(f4+f1,r4+r1); in alignedvector3() 30 VERIFY_IS_APPROX(f4-f1,r4-r1); in alignedvector3() 31 VERIFY_IS_APPROX(f4+f1-f2,r4+r1-r2); in alignedvector3() 32 VERIFY_IS_APPROX(f4+=f3,r4+=r3); in alignedvector3() 33 VERIFY_IS_APPROX(f4-=f5,r4-=r5); in alignedvector3() 34 VERIFY_IS_APPROX(f4-=f5+f1,r4-=r5+r1); in alignedvector3() 38 VERIFY_IS_APPROX(m1*f4,m1*r4); in alignedvector3() 39 VERIFY_IS_APPROX(f4.transpose()*m1,r4.transpose()*m1); in alignedvector3()
|
/external/clang/test/SemaTemplate/ |
D | template-id-expr.cpp | 59 static int f4(int); 61 static void f4(U); 76 x = Y0::f4(0); in f() 77 x = Y0::f4<int>(0); // expected-error {{assigning to 'int' from incompatible type 'void'}} in f() 78 x = Y0::template f4(0); // expected-error {{assigning to 'int' from incompatible type 'void'}} in f() 80 x = this->f4(0); in f() 81 x = this->f4<int>(0); // expected-error {{assigning to 'int' from incompatible type 'void'}} in f() 82 x = this->template f4(0); // expected-error {{assigning to 'int' from incompatible type 'void'}} in f()
|
/external/chromium_org/ui/base/models/ |
D | tree_node_iterator_unittest.cc | 31 TestNode* f4 = new TestNode(); in TEST() local 32 f3->Add(f4, 0); in TEST() 33 f4->Add(new TestNode(), 0); in TEST() 46 ASSERT_EQ(f4, iterator.Next()); in TEST() 49 ASSERT_EQ(f4->GetChild(0), iterator.Next()); in TEST() 65 TestNode* f4 = new TestNode(4); in TEST() local 66 f3->Add(f4, 0); in TEST() 67 f4->Add(new TestNode(5), 0); in TEST()
|
/external/chromium_org/third_party/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 510 [f4] "=&f" (f4), [f5] "=&f" (f5), [f6] "=&f" (f6), [f7] "=&f" (f7), 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 566 [f4] "=&f" (f4), [f5] "=&f" (f5), [f6] "=&f" (f6), [f7] "=&f" (f7), in cftmdl_128_mips() 623 [f4] "=&f" (f4), [f5] "=&f" (f5), [f6] "=&f" (f6), [f7] "=&f" (f7), in cftmdl_128_mips() 711 [f4] "=&f" (f4), [f5] "=&f" (f5), [f6] "=&f" (f6), [f7] "=&f" (f7), in cftmdl_128_mips() 798 [f4] "=&f" (f4), [f5] "=&f" (f5), [f6] "=&f" (f6), [f7] "=&f" (f7), in cftmdl_128_mips() 807 float f0, f1, f2, f3, f4, f5, f6, f7, f8; in cftfsub_128_mips() local 856 [f4] "=&f" (f4), [f5] "=&f" (f5), [f6] "=&f" (f6), [f7] "=&f" (f7), in cftfsub_128_mips() 865 float f0, f1, f2, f3, f4, f5, f6, f7, f8; in cftbsub_128_mips() local [all …]
|
/external/chromium_org/third_party/boringssl/src/crypto/perlasm/ |
D | sparcv9_modes.pl | 47 ldd [$ivec + 16], %f4 49 faligndata %f2, %f4, %f2 133 faligndata %f0, %f0, %f4 ! handle unaligned output 137 stda %f4, [$out + $omask]0xc0 ! partial store 165 faligndata %f0, %f0, %f4 168 stda %f4, [$ivec + $omask]0xc0 351 faligndata %f0, %f0, %f4 ! handle unaligned output 355 stda %f4, [$out + $omask]0xc0 ! partial store 410 movxtod %o4, %f4 424 fxor %f8, %f4, %f4 [all …]
|