Home
last modified time | relevance | path

Searched refs:vsub (Results 1 – 25 of 48) sorted by relevance

12

/netbsd-src/sys/external/bsd/drm2/dist/drm/
H A Ddrm_fourcc.c165 …{ .format = DRM_FORMAT_C8, .depth = 8, .num_planes = 1, .cpp = { 1, 0, 0 }, .hsub = 1, .vsub = 1… in __drm_format_info()
166 …mat = DRM_FORMAT_RGB332, .depth = 8, .num_planes = 1, .cpp = { 1, 0, 0 }, .hsub = 1, .vsub = 1 }, in __drm_format_info()
167 …mat = DRM_FORMAT_BGR233, .depth = 8, .num_planes = 1, .cpp = { 1, 0, 0 }, .hsub = 1, .vsub = 1 }, in __drm_format_info()
168 …at = DRM_FORMAT_XRGB4444, .depth = 0, .num_planes = 1, .cpp = { 2, 0, 0 }, .hsub = 1, .vsub = 1 }, in __drm_format_info()
169 …at = DRM_FORMAT_XBGR4444, .depth = 0, .num_planes = 1, .cpp = { 2, 0, 0 }, .hsub = 1, .vsub = 1 }, in __drm_format_info()
170 …at = DRM_FORMAT_RGBX4444, .depth = 0, .num_planes = 1, .cpp = { 2, 0, 0 }, .hsub = 1, .vsub = 1 }, in __drm_format_info()
171 …at = DRM_FORMAT_BGRX4444, .depth = 0, .num_planes = 1, .cpp = { 2, 0, 0 }, .hsub = 1, .vsub = 1 }, in __drm_format_info()
172 …T_ARGB4444, .depth = 0, .num_planes = 1, .cpp = { 2, 0, 0 }, .hsub = 1, .vsub = 1, .has_alpha = t… in __drm_format_info()
173 …T_ABGR4444, .depth = 0, .num_planes = 1, .cpp = { 2, 0, 0 }, .hsub = 1, .vsub = 1, .has_alpha = t… in __drm_format_info()
174 …T_RGBA4444, .depth = 0, .num_planes = 1, .cpp = { 2, 0, 0 }, .hsub = 1, .vsub = 1, .has_alpha = t… in __drm_format_info()
[all …]
H A Ddrm_framebuffer.c174 return DIV_ROUND_UP(height, format->vsub); in fb_plane_height()
/netbsd-src/sys/external/bsd/drm2/dist/include/drm/
H A Ddrm_fourcc.h131 u8 vsub; member
202 return info->is_yuv && info->hsub == 4 && info->vsub == 4; in drm_format_info_is_yuv_sampling_410()
217 return info->is_yuv && info->hsub == 4 && info->vsub == 1; in drm_format_info_is_yuv_sampling_411()
232 return info->is_yuv && info->hsub == 2 && info->vsub == 2; in drm_format_info_is_yuv_sampling_420()
247 return info->is_yuv && info->hsub == 2 && info->vsub == 1; in drm_format_info_is_yuv_sampling_422()
262 return info->is_yuv && info->hsub == 1 && info->vsub == 1; in drm_format_info_is_yuv_sampling_444()
306 return height / info->vsub; in drm_format_info_plane_height()
/netbsd-src/sys/external/bsd/drm2/drm/
H A Ddrm_gem_framebuffer_helper.c125 unsigned vsub = (plane > 0 ? fb->format->vsub : 1); /* XXX ? */ in drm_gem_fb_create_with_funcs() local
138 size = (mode_cmd->height/vsub - 1)*mode_cmd->pitches[plane] in drm_gem_fb_create_with_funcs()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/builtins/arm/
H A Dsubsf3vfp.S24 vsub.f32 s14, s14, s15
H A Dsubdf3vfp.S23 vsub.f64 d6, d6, d7
/netbsd-src/lib/libc_vfp/
H A Dvfpdf.S77 vsub.f64 d0, d0, d1
85 vsub.f64 d0, d1, d0
H A Dvfpsf.S67 vsub.f32 s0, s0, s1
75 vsub.f32 s0, s1, s0
/netbsd-src/sys/arch/arm/sunxi/
H A Dsunxi_mixer.c1023 const int vsub = format->vsub; in sunxi_mixer_vsu_init() local
1026 const u_int src_ch = src_h / vsub; in sunxi_mixer_vsu_init()
1037 VSU_WRITE(sc, VS_C_VSTEP_REG, (vstep / vsub) << 4); in sunxi_mixer_vsu_init()
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dintel_sprite.c261 u32 src_x, src_y, src_w, src_h, hsub, vsub; in intel_plane_check_src_coordinates() local
284 vsub = fb->format->vsub; in intel_plane_check_src_coordinates()
286 hsub = vsub = max(fb->format->hsub, fb->format->vsub); in intel_plane_check_src_coordinates()
295 if (src_y % vsub || src_h % vsub) { in intel_plane_check_src_coordinates()
297 src_y, src_h, vsub, rotated ? "rotated " : ""); in intel_plane_check_src_coordinates()
H A Dintel_display.c2608 .cpp = { 4, 1, }, .hsub = 8, .vsub = 16, },
2610 .cpp = { 4, 1, }, .hsub = 8, .vsub = 16, },
2612 .cpp = { 4, 1, }, .hsub = 8, .vsub = 16, .has_alpha = true, },
2614 .cpp = { 4, 1, }, .hsub = 8, .vsub = 16, .has_alpha = true, },
2627 .hsub = 1, .vsub = 1, },
2630 .hsub = 1, .vsub = 1, },
2633 .hsub = 1, .vsub = 1, .has_alpha = true },
2636 .hsub = 1, .vsub = 1, .has_alpha = true },
2639 .hsub = 2, .vsub = 1, .is_yuv = true },
2642 .hsub = 2, .vsub = 1, .is_yuv = true },
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A Darm_fp16.td118 def VSUBHS : SInst<"vsub", "111", "Sh">;
H A Darm_neon.td340 def VSUB : IOpInst<"vsub", "...",
766 def SUB : IOpInst<"vsub", "...", "dQd", OP_SUB>;
1302 def SCALAR_SUB : SInst<"vsub", "111", "SlSUl">;
1697 def VSUBH : SOpInst<"vsub", "...", "hQh", OP_SUB>;
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Darm_neon_builtins.def116 VAR2 (BINOP, vsub, v2sf, v4sf)
117 VAR2 (BINOP, vsub, v8hf, v4hf)
H A Dvfp.md1019 "vsub.f16\t%0, %1, %2"
1029 "vsub%?.f32\\t%0, %1, %2"
1039 "vsub%?.f64\\t%P0, %P1, %P2"
H A Dneon.md560 "vsub.<V_if_elem>\t%<V_reg>0, %<V_reg>1, %<V_reg>2"
574 "vsub.<V_if_elem>\t%<V_reg>0, %<V_reg>1, %<V_reg>2"
585 "vsub.<V_if_elem>\t%<V_reg>0, %<V_reg>1, %<V_reg>2"
2588 "vsub.<V_if_elem>\t%<V_reg>0, %<V_reg>1, %<V_reg>2"
H A Dmve.md667 "vsub.f<V_sz_elem> %q0, %q1, %2"
1881 "vsub.i%#<V_sz_elem>\t%q0, %q1, %2"
1896 "vsub.i%#<V_sz_elem>\t%q0, %q1, %q2"
2811 "vsub.f%#<V_sz_elem>\t%q0, %q1, %q2"
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm_neon_builtins.def116 VAR2 (BINOP, vsub, v2sf, v4sf)
117 VAR2 (BINOP, vsub, v8hf, v4hf)
H A Dvfp.md1029 "vsub.f16\t%0, %1, %2"
1039 "vsub%?.f32\\t%0, %1, %2"
1049 "vsub%?.f64\\t%P0, %P1, %P2"
H A Dmve.md675 "vsub.f<V_sz_elem>\t%q0, %q1, %2"
1775 "vsub.i%#<V_sz_elem>\t%q0, %q1, %2"
1790 "vsub.i%#<V_sz_elem>\t%q0, %q1, %q2"
1801 "vsub.i%#<V_sz_elem>\t%q0, %q1, %q2"
2496 "vsub.f%#<V_sz_elem>\t%q0, %q1, %q2"
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arc/
H A Dsimdext.md1523 "vsub<V_suffix>%?\\t%0,%1,%2"
2037 "vsub<V_suffix>\\t%0,0,%1"
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMInstrVFP.td431 IIC_fpALU64, "vsub", ".f64\t$Dd, $Dn, $Dm",
438 IIC_fpALU32, "vsub", ".f32\t$Sd, $Sn, $Sm",
449 IIC_fpALU16, "vsub", ".f16\t$Sd, $Sn, $Sm",
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DIntrinsicsRISCV.td964 defm vsub : RISCVBinaryAAX;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonDepInstrInfo.td37418 "$Vd32.b = vsub($Vu32.b,$Vv32.b)",
37443 "$Vdd32.b = vsub($Vuu32.b,$Vvv32.b)",
37524 "$Vd32.b = vsub($Vu32.b,$Vv32.b):sat",
37549 "$Vdd32.b = vsub($Vuu32.b,$Vvv32.b):sat",
37574 "$Vd32.w = vsub($Vu32.w,$Vv32.w,$Qx4):carry",
37588 "$Vd32.w,$Qe4 = vsub($Vu32.w,$Vv32.w):carry",
37603 "$Vd32.h = vsub($Vu32.h,$Vv32.h)",
37628 "$Vdd32.h = vsub($Vuu32.h,$Vvv32.h)",
37709 "$Vd32.h = vsub($Vu32.h,$Vv32.h):sat",
37734 "$Vdd32.h = vsub($Vuu32.h,$Vvv32.h):sat",
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arc/
H A Dsimdext.md1472 "vsub<V_suffix>%? %0, %1, %2"

12