Home
last modified time | relevance | path

Searched refs:VEC_SPLAT_S32 (Results 1 – 6 of 6) sorted by relevance

/picolibc-3.5.0-3.4.0/newlib/libm/machine/spu/headers/
Dscalbn.h51 vec_int4 min = VEC_SPLAT_S32(-2044); in _scalbn()
52 vec_int4 max = VEC_SPLAT_S32(2046); in _scalbn()
Dldexp.h51 vec_int4 min = VEC_SPLAT_S32(-2044); in _ldexp()
52 vec_int4 max = VEC_SPLAT_S32(2046); in _ldexp()
Dvec_literal.h65 #define VEC_SPLAT_S32(_val) ((vector signed int)(_val)) macro
84 #define VEC_SPLAT_S32(_val) ((vector signed int){_val, _val, _val, _val}) macro
Dceil.h74 …shift = spu_sel(VEC_SPLAT_S32(-32), spu_andc(shift, (vec_int4)spu_cmpgt(shift, 0)), spu_cmpgt(shif… in _ceil()
Dfloor.h72 …shift = spu_sel(VEC_SPLAT_S32(-32), spu_andc(shift, (vec_int4)spu_cmpgt(shift, 0)), spu_cmpgt(shif… in _floor()
/picolibc-3.5.0-3.4.0/newlib/libc/machine/spu/
Dvec_literal.h63 #define VEC_SPLAT_S32(_val) ((__vector signed int){_val, _val, _val, _val}) macro