/external/clang/test/CodeGen/ |
D | builtins-systemz-vector.c | 21 volatile vec_uint vui; variable 54 vus = __builtin_s390_vpklsf(vui, vui); in test_core() 56 vui = __builtin_s390_vpklsg(vul, vul); in test_core() 61 vus = __builtin_s390_vpklsfs(vui, vui, &cc); in test_core() 63 vui = __builtin_s390_vpklsgs(vul, vul, &cc); in test_core() 99 vui = __builtin_s390_vuplhh(vus); in test_core() 101 vul = __builtin_s390_vuplhf(vui); in test_core() 106 vui = __builtin_s390_vupllh(vus); in test_core() 108 vul = __builtin_s390_vupllf(vui); in test_core() 126 vui = __builtin_s390_vaccf(vui, vui); in test_integer() [all …]
|
D | builtins-systemz-vector-error.c | 21 volatile vec_uint vui; variable 52 …__builtin_s390_verimf(vui, vui, vui, -1); // expected-error {{argument should be a value from 0… in test_integer() 53 …__builtin_s390_verimf(vui, vui, vui, 256); // expected-error {{argument should be a value from 0… in test_integer() 54 __builtin_s390_verimf(vui, vui, vui, len); // expected-error {{must be a constant integer}} in test_integer() 74 …__builtin_s390_vfaef(vui, vui, -1); // expected-error {{argument should be a value f… in test_string() 75 …__builtin_s390_vfaef(vui, vui, 16); // expected-error {{argument should be a value f… in test_string() 76 __builtin_s390_vfaef(vui, vui, len); // expected-error {{must be a constant integer}} in test_string() 86 …__builtin_s390_vfaezf(vui, vui, -1); // expected-error {{argument should be a value f… in test_string() 87 …__builtin_s390_vfaezf(vui, vui, 16); // expected-error {{argument should be a value f… in test_string() 88 __builtin_s390_vfaezf(vui, vui, len); // expected-error {{must be a constant integer}} in test_string() [all …]
|
D | builtins-systemz-zvector.c | 14 volatile vector unsigned int vui; variable 90 ui = vec_extract(vui, idx); in test_core() 117 vui = vec_insert(ui, vui, idx); in test_core() 119 vui = vec_insert(ui, vbi, idx); in test_core() 140 vui = vec_promote(ui, idx); in test_core() 159 vui = vec_insert_and_zero(cptrui); in test_core() 182 vui = vec_perm(vui, vui, vuc); in test_core() 240 vsi = vec_sel(vsi, vsi, vui); in test_core() 242 vui = vec_sel(vui, vui, vui); in test_core() 243 vui = vec_sel(vui, vui, vbi); in test_core() [all …]
|
D | builtins-ppc-altivec.c | 24 vector unsigned int vui = { 1, 2, 3, 4 }; variable 171 res_vui = vec_add(vui, vui); in test1() 175 res_vui = vec_add(vbi, vui); in test1() 179 res_vui = vec_add(vui, vbi); in test1() 247 res_vui = vec_vadduwm(vui, vui); in test1() 251 res_vui = vec_vadduwm(vbi, vui); in test1() 255 res_vui = vec_vadduwm(vui, vbi); in test1() 264 res_vui = vec_addc(vui, vui); in test1() 268 res_vui = vec_vaddcuw(vui, vui); in test1() 333 res_vui = vec_adds(vui, vui); in test1() [all …]
|
D | builtins-systemz-zvector-error.c | 14 volatile vector unsigned int vui; variable 107 vsi = vec_gather_element(vsi, vui, cptrsi, idx); // expected-error {{no matching function}} in test_core() 110 vsi = vec_gather_element(vsi, vui, cptrsi, -1); // expected-error {{no matching function}} in test_core() 113 vsi = vec_gather_element(vsi, vui, cptrsi, 4); // expected-error {{no matching function}} in test_core() 116 vui = vec_gather_element(vui, vui, cptrui, idx); // expected-error {{no matching function}} in test_core() 119 vui = vec_gather_element(vui, vui, cptrui, -1); // expected-error {{no matching function}} in test_core() 122 vui = vec_gather_element(vui, vui, cptrui, 4); // expected-error {{no matching function}} in test_core() 125 vbi = vec_gather_element(vbi, vui, cptrui, idx); // expected-error {{no matching function}} in test_core() 128 vbi = vec_gather_element(vbi, vui, cptrui, -1); // expected-error {{no matching function}} in test_core() 131 vbi = vec_gather_element(vbi, vui, cptrui, 4); // expected-error {{no matching function}} in test_core() [all …]
|
D | builtins-ppc-p8vector.c | 27 vector unsigned int vui = { 1, 2, 3, 4 }; variable 99 res_vui = vec_addc(vui, vui); in test1() 134 res_vui = vec_mergee(vui, vui); in test1() 148 res_vui = vec_mergeo(vui, vui); in test1() 294 res_vui = vec_eqv(vui, vui); in test1() 410 res_vui = vec_cntlz(vui); in test1() 998 res_vull = vec_mule(vui , vui); in test1() 1009 res_vull = vec_mulo(vui, vui); in test1() 1263 res_vui = vec_nand(vui, vui); in test1() 1391 res_vui = vec_orc(vui, vui); in test1() [all …]
|
D | altivec.c | 36 vector unsigned int vui; in test3() local 37 …--vui; // CHECK: add <4 x i32> {{.*}} <i32 -1, i32 -1, i32 -1, i… in test3()
|
D | builtins-ppc-vsx.c | 19 vector unsigned int vui = { 0, 1, 2, 3 }; variable 351 res_vui = vec_vsx_ld(0, &vui); in test1() 445 vec_vsx_st(vui, 0, &res_vui); in test1() 449 vec_vsx_st(vui, 0, res_aui); in test1()
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | radeon_vce_52.c | 118 enc->enc_pic.vui.video_format = 0x00000005; in get_vui_param() 119 enc->enc_pic.vui.color_prim = 0x00000002; in get_vui_param() 120 enc->enc_pic.vui.transfer_char = 0x00000002; in get_vui_param() 121 enc->enc_pic.vui.matrix_coef = 0x00000002; in get_vui_param() 122 enc->enc_pic.vui.timing_info_present_flag = 0x00000001; in get_vui_param() 123 enc->enc_pic.vui.num_units_in_tick = pic->rate_ctrl.frame_rate_den; in get_vui_param() 124 enc->enc_pic.vui.time_scale = pic->rate_ctrl.frame_rate_num * 2; in get_vui_param() 125 enc->enc_pic.vui.fixed_frame_rate_flag = 0x00000001; in get_vui_param() 126 enc->enc_pic.vui.bit_rate_scale = 0x00000004; in get_vui_param() 127 enc->enc_pic.vui.cpb_size_scale = 0x00000006; in get_vui_param() [all …]
|
D | radeon_vce_40_2_2.c | 226 static void vui(struct rvce_encoder *enc) in vui() function 288 enc->vui(enc); in config() 445 enc->vui = vui; in si_vce_40_2_2_init()
|
D | radeon_vce.h | 328 struct rvce_vui vui; member 372 void (*vui)(struct rvce_encoder *enc); member
|
/external/clang/test/SemaCXX/ |
D | altivec.cpp | 15 vector unsigned int vui; in test_vec_step() local 30 int res11[vec_step(vui) == 4 ? 1 : -1]; in test_vec_step()
|
/external/llvm/test/CodeGen/PowerPC/ |
D | p8-scalar_vector_conversions.ll | 1163 define zeroext i32 @getui0(<4 x i32> %vui) { 1165 %vui.addr = alloca <4 x i32>, align 16 1166 store <4 x i32> %vui, <4 x i32>* %vui.addr, align 16 1167 %0 = load <4 x i32>, <4 x i32>* %vui.addr, align 16 1181 define zeroext i32 @getui1(<4 x i32> %vui) { 1183 %vui.addr = alloca <4 x i32>, align 16 1184 store <4 x i32> %vui, <4 x i32>* %vui.addr, align 16 1185 %0 = load <4 x i32>, <4 x i32>* %vui.addr, align 16 1198 define zeroext i32 @getui2(<4 x i32> %vui) { 1200 %vui.addr = alloca <4 x i32>, align 16 [all …]
|
D | vsx-ldst-builtin-le.ll | 6 @vui = global <4 x i32> <i32 0, i32 1, i32 2, i32 3>, align 16 24 %1 = call <4 x i32> @llvm.ppc.vsx.lxvw4x(i8* bitcast (<4 x i32>* @vui to i8*)) 51 %10 = load <4 x i32>, <4 x i32>* @vui, align 16
|
D | vsx-ldst.ll | 17 @vui = global <4 x i32> <i32 0, i32 1, i32 2, i32 3>, align 16 33 %1 = load <4 x i32>, <4 x i32>* @vui, align 16
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/ |
D | vsx-ldst-builtin-le.ll | 14 @vui = global <4 x i32> <i32 0, i32 1, i32 2, i32 3>, align 16 36 %1 = call <4 x i32> @llvm.ppc.vsx.lxvw4x(i8* bitcast (<4 x i32>* @vui to i8*)) 75 %10 = load <4 x i32>, <4 x i32>* @vui, align 16
|
D | vsx-ldst.ll | 29 @vui = global <4 x i32> <i32 0, i32 1, i32 2, i32 3>, align 16 45 %1 = load <4 x i32>, <4 x i32>* @vui, align 16
|
D | p8-scalar_vector_conversions.ll | 929 define zeroext i32 @getui0(<4 x i32> %vui) { 931 %vecext = extractelement <4 x i32> %vui, i32 0 942 define zeroext i32 @getui1(<4 x i32> %vui) { 944 %vecext = extractelement <4 x i32> %vui, i32 1 954 define zeroext i32 @getui2(<4 x i32> %vui) { 956 %vecext = extractelement <4 x i32> %vui, i32 2 966 define zeroext i32 @getui3(<4 x i32> %vui) { 968 %vecext = extractelement <4 x i32> %vui, i32 3 989 define zeroext i32 @getvelui(<4 x i32> %vui, i32 signext %i) { 991 %vecext = extractelement <4 x i32> %vui, i32 %i
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | radeon_vce.h | 334 struct rvce_vui vui; member 378 void (*vui)(struct rvce_encoder *enc); member
|
/external/ImageMagick/PerlMagick/t/reference/filter/ |
D | Blur.miff | 15 …8=25:149038028017017/17/1903<15@29E4<K6@P9BS;BS<@P;<K8feUffUgfVhfWifWkgYnl^vui��|�����������������…
|
/external/ImageMagick/PerlMagick/t/reference/write/filter/ |
D | Shear.miff | 42 …���������������������������������������������������������������������������vui�dlY����������������…
|
/external/e2fsprogs/po/ |
D | vi.po | 6349 msgstr "Sau khi chạy e2fsck, vui lòng chạy “resize2fs %s %s"
|
/external/toolchain-utils/android_bench_suite/panorama_input/ |
D | test_007.ppm | 2709 …)B76eZYuki�vui`Y>5.D;4k`]uq���������n^]m^Ypl����zuQB=fWRpg_{qitkbmd[VOF*#4*#YPIaWS<1./%#A6…
|