/external/compiler-rt/lib/arm/ |
D | subsf3vfp.S | 22 vmov s14, r0 // move first param from r0 into float register 24 vsub.f32 s14, s14, s15 25 vmov r0, s14 // move result back to r0
|
D | addsf3vfp.S | 21 vmov s14, r0 // move first param from r0 into float register 23 vadd.f32 s14, s14, s15 24 vmov r0, s14 // move result back to r0
|
D | divsf3vfp.S | 21 vmov s14, r0 // move first param from r0 into float register 23 vdiv.f32 s13, s14, s15
|
D | mulsf3vfp.S | 21 vmov s14, r0 // move first param from r0 into float register 23 vmul.f32 s13, s14, s15
|
D | lesf2vfp.S | 22 vmov s14, r0 // move from GPR 0 to float register 24 vcmp.f32 s14, s15
|
D | nesf2vfp.S | 22 vmov s14, r0 // move from GPR 0 to float register 24 vcmp.f32 s14, s15
|
D | gtsf2vfp.S | 22 vmov s14, r0 // move from GPR 0 to float register 24 vcmp.f32 s14, s15
|
D | eqsf2vfp.S | 22 vmov s14, r0 // move from GPR 0 to float register 24 vcmp.f32 s14, s15
|
D | ltsf2vfp.S | 22 vmov s14, r0 // move from GPR 0 to float register 24 vcmp.f32 s14, s15
|
D | gesf2vfp.S | 22 vmov s14, r0 // move from GPR 0 to float register 24 vcmp.f32 s14, s15
|
D | unordsf2vfp.S | 22 vmov s14, r0 // move from GPR 0 to float register 24 vcmp.f32 s14, s15
|
/external/libvpx/libvpx/vp9/common/mips/dspr2/ |
D | vp9_itrans16_dspr2.c | 915 int s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, s15; in iadst16_1d() local 958 s14 = x14 * cospi_29_64 + x15 * cospi_3_64; in iadst16_1d() 967 x6 = dct_const_round_shift(s6 + s14); in iadst16_1d() 975 x14 = dct_const_round_shift(s6 - s14); in iadst16_1d() 993 s14 = - x14 * cospi_12_64 + x15 * cospi_20_64; in iadst16_1d() 1006 x10 = dct_const_round_shift(s10 + s14); in iadst16_1d() 1010 x14 = dct_const_round_shift(s10 - s14); in iadst16_1d() 1028 s14 = - x14 * cospi_24_64 + x15 * cospi_8_64; in iadst16_1d() 1043 x12 = dct_const_round_shift(s12 + s14); in iadst16_1d() 1045 x14 = dct_const_round_shift(s12 - s14); in iadst16_1d() [all …]
|
/external/llvm/test/MC/ARM/ |
D | thumb-v8fp.s | 79 vselvs.f32 s21, s16, s14 80 @ CHECK: vselvs.f32 s21, s16, s14 @ encoding: [0x58,0xfe,0x07,0xaa] 110 vrintxvs.f32 s10, s14 111 @ CHECK: vrintxvs.f32 s10, s14 @ encoding: [0xb7,0xee,0x47,0x5a]
|
D | v8fp.s | 76 vselvs.f32 s21, s16, s14 77 @ CHECK: vselvs.f32 s21, s16, s14 @ encoding: [0x07,0xaa,0x58,0xfe] 104 vrintxvs.f32 s10, s14 105 @ CHECK: vrintxvs.f32 s10, s14 @ encoding: [0x47,0x5a,0xb7,0x6e]
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_idct.c | 639 int s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, s15; in iadst16_1d() local 682 s14 = x14 * cospi_29_64 + x15 * cospi_3_64; in iadst16_1d() 691 x6 = dct_const_round_shift(s6 + s14); in iadst16_1d() 699 x14 = dct_const_round_shift(s6 - s14); in iadst16_1d() 717 s14 = - x14 * cospi_12_64 + x15 * cospi_20_64; in iadst16_1d() 730 x10 = dct_const_round_shift(s10 + s14); in iadst16_1d() 734 x14 = dct_const_round_shift(s10 - s14); in iadst16_1d() 752 s14 = - x14 * cospi_24_64 + x15 * cospi_8_64; in iadst16_1d() 767 x12 = dct_const_round_shift(s12 + s14); in iadst16_1d() 769 x14 = dct_const_round_shift(s12 - s14); in iadst16_1d() [all …]
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_dct.c | 787 int s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, s15; in fadst16() local 821 s14 = x14 * cospi_29_64 + x15 * cospi_3_64; in fadst16() 830 x6 = dct_const_round_shift(s6 + s14); in fadst16() 838 x14 = dct_const_round_shift(s6 - s14); in fadst16() 856 s14 = - x14 * cospi_12_64 + x15 * cospi_20_64; in fadst16() 869 x10 = dct_const_round_shift(s10 + s14); in fadst16() 873 x14 = dct_const_round_shift(s10 - s14); in fadst16() 891 s14 = - x14 * cospi_24_64 + x15 * cospi_8_64; in fadst16() 906 x12 = dct_const_round_shift(s12 + s14); in fadst16() 908 x14 = dct_const_round_shift(s12 - s14); in fadst16() [all …]
|
/external/llvm/test/MC/Disassembler/ARM/ |
D | v8fp.txt | 96 # CHECK: vselvs.f32 s21, s16, s14 131 # CHECK: vrintxvs.f32 s10, s14
|
D | thumb-v8fp.txt | 100 # CHECK: vselvs.f32 s21, s16, s14 139 # CHECK: vrintxvs.f32 s10, s14
|
/external/llvm/test/CodeGen/R600/ |
D | llvm.SI.imageload.ll | 78 %s14 = add i32 %s10, %e15 79 %s15 = add i32 %s14, %e16
|
D | llvm.SI.resinfo.ll | 101 %s14 = add i32 %s13, %e15 102 %s15 = add i32 %s14, %e16
|
D | llvm.SI.sampled.ll | 132 %s14 = fadd float %s13, %e15 133 %s15 = fadd float %s14, %e16
|
D | llvm.SI.sample.ll | 132 %s14 = fadd float %s13, %e15 133 %s15 = fadd float %s14, %e16
|
/external/clang/test/CodeGen/ |
D | exprs.c | 150 void f14(struct s14 *a) { in f14()
|
/external/clang/test/Misc/ |
D | diag-template-diffing.cpp | 429 template<typename T> struct s14 {}; struct 430 template<typename T> using a14 = s14<T>;
|
/external/libvpx/libvpx/vp8/common/x86/ |
D | loopfilter_block_sse2.asm | 330 %define s14 [src + 2 * stride7] 390 movdqa xmm6, s14 773 movdqa s14, xmm5
|