/external/llvm/test/Transforms/ArgumentPromotion/ |
D | variadic.ll | 10 %struct.tt0 = type { i64, i64 } 13 @t45 = internal global %struct.tt0 { i64 1335139741, i64 438042995 }, align 8 18 …@callee_t0f(i8* undef, i8* undef, i8* undef, i8* undef, i8* undef, %struct.tt0* byval align 8 @t45)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/ArgumentPromotion/ |
D | variadic.ll | 11 %struct.tt0 = type { i64, i64 } 14 @t45 = internal global %struct.tt0 { i64 1335139741, i64 438042995 }, align 8 19 …@callee_t0f(i8* undef, i8* undef, i8* undef, i8* undef, i8* undef, %struct.tt0* byval align 8 @t45)
|
/external/libaom/libaom/av1/common/arm/ |
D | wiener_convolve_neon.c | 243 int16x8_t tt0, tt1, tt2, tt3; in av1_wiener_convolve_add_src_neon() local 262 tt0 = vreinterpretq_s16_u16(vmovl_u8(t0)); in av1_wiener_convolve_add_src_neon() 267 s0 = vget_low_s16(tt0); /*pa0 pb0 pc0 pd0 -- pixel_a0*/ in av1_wiener_convolve_add_src_neon() 271 s4 = vget_high_s16(tt0); /*pa4 pb4 pc4 pd4 */ in av1_wiener_convolve_add_src_neon() 288 tt0 = vreinterpretq_s16_u16(vmovl_u8(t0)); in av1_wiener_convolve_add_src_neon() 293 s7 = vget_low_s16(tt0); /*pa7 pb7 pc7 pd7 */ /*4x8*/ in av1_wiener_convolve_add_src_neon() 297 s11 = vget_high_s16(tt0); /*pa11 pb11 pc11 pd11 */ in av1_wiener_convolve_add_src_neon() 371 tt0 = vreinterpretq_s16_u16(vaddl_u8(temp_0, t6)); in av1_wiener_convolve_add_src_neon() 375 d0 = wiener_convolve8_horiz_8x8(tt0, tt1, tt2, tt3, filter_x_tmp, bd, in av1_wiener_convolve_add_src_neon()
|
D | jnt_convolve_neon.c | 334 int16x8_t tt0; in dist_wtd_convolve_2d_horiz_neon() local 355 tt0 = vreinterpretq_s16_u16(vmovl_u8(t0)); in dist_wtd_convolve_2d_horiz_neon() 359 s0 = vget_low_s16(tt0); in dist_wtd_convolve_2d_horiz_neon() 363 s4 = vget_high_s16(tt0); in dist_wtd_convolve_2d_horiz_neon() 374 tt0 = vreinterpretq_s16_u16(vmovl_u8(t0)); in dist_wtd_convolve_2d_horiz_neon() 378 s7 = vget_low_s16(tt0); in dist_wtd_convolve_2d_horiz_neon() 404 tt0 = vreinterpretq_s16_u16(vmovl_u8(t0)); // a0 a1 a2 a3 a4 a5 a6 a7 in dist_wtd_convolve_2d_horiz_neon() 405 s0 = vget_low_s16(tt0); // a0 a1 a2 a3 in dist_wtd_convolve_2d_horiz_neon() 406 s4 = vget_high_s16(tt0); // a4 a5 a6 a7 in dist_wtd_convolve_2d_horiz_neon() 936 int16x8_t tt0; in av1_dist_wtd_convolve_x_neon() local [all …]
|
D | convolve_neon.c | 429 int16x8_t tt0; in av1_convolve_x_sr_neon() 435 tt0 = vreinterpretq_s16_u16(vmovl_u8(t0)); in av1_convolve_x_sr_neon() 436 x0 = vget_low_s16(tt0); // a0 a1 a2 a3 in av1_convolve_x_sr_neon() 437 x4 = vget_high_s16(tt0); // a4 a5 a6 a7 in av1_convolve_x_sr_neon() 440 tt0 = vreinterpretq_s16_u16(vmovl_u8(t0)); in av1_convolve_x_sr_neon() 441 x7 = vget_low_s16(tt0); // a8 a9 a10 a11 in av1_convolve_x_sr_neon() 967 int16x8_t tt0; in av1_convolve_2d_sr_neon() local 972 tt0 = vreinterpretq_s16_u16(vmovl_u8(t0)); in av1_convolve_2d_sr_neon() 973 s0 = vget_low_s16(tt0); in av1_convolve_2d_sr_neon() 974 s4 = vget_high_s16(tt0); in av1_convolve_2d_sr_neon()
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | vpx_convolve8_neon.c | 77 int16x8_t tt0, tt1, tt2, tt3; in vpx_convolve8_horiz_neon() local 87 tt0 = vreinterpretq_s16_u16(vmovl_u8(t0)); in vpx_convolve8_horiz_neon() 91 s0 = vget_low_s16(tt0); in vpx_convolve8_horiz_neon() 95 s4 = vget_high_s16(tt0); in vpx_convolve8_horiz_neon() 107 tt0 = vreinterpretq_s16_u16(vmovl_u8(t0)); in vpx_convolve8_horiz_neon() 111 s7 = vget_low_s16(tt0); in vpx_convolve8_horiz_neon() 330 int16x8_t tt0, tt1, tt2, tt3; in vpx_convolve8_avg_horiz_neon() local 341 tt0 = vreinterpretq_s16_u16(vmovl_u8(t0)); in vpx_convolve8_avg_horiz_neon() 345 s0 = vget_low_s16(tt0); in vpx_convolve8_avg_horiz_neon() 349 s4 = vget_high_s16(tt0); in vpx_convolve8_avg_horiz_neon() [all …]
|
/external/icu/icu4c/source/i18n/ |
D | rbtz.cpp | 301 UDate tt0, tt1; in complete() local 302 …0->getNextStart(lastTransitionTime, curRule->getRawOffset(), curRule->getDSTSavings(), false, tt0); in complete() 320 if (tt0 < tt1) { in complete() 321 final0->time = tt0; in complete() 324 … rule1->getNextStart(tt0, rule0->getRawOffset(), rule0->getDSTSavings(), false, final1->time); in complete()
|
/external/llvm/test/CodeGen/X86/ |
D | mmx-fold-load.ll | 139 define i64 @tt0(x86_mmx %t, x86_mmx* %q) { 140 ; CHECK-LABEL: tt0:
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | mmx-fold-load.ll | 293 define i64 @tt0(x86_mmx %t, x86_mmx* %q) nounwind { 294 ; X86-LABEL: tt0: 310 ; X64-LABEL: tt0:
|
/external/ImageMagick/PerlMagick/t/reference/write/composite/ |
D | CopyBlue.miff | 41 …t��tt��ttj�ttL�ttD�ttV�ttk�tt�ttz�tt-�tt#�tt)�tt+�tt+�tt(�tt-�tt(�tt-�tt/�tt0�tt5�tt.�tt'�tt7�tt=…
|