Home
last modified time | relevance | path

Searched defs:VEC_SPLAT_U32 (Results 1 – 4 of 4) sorted by relevance

/dports/devel/tinygo/tinygo-0.14.1/lib/picolibc/newlib/libm/machine/spu/headers/
H A Dvec_literal.h64 #define VEC_SPLAT_U32(_val) ((vector unsigned int)(_val)) macro
83 #define VEC_SPLAT_U32(_val) ((vector unsigned int){_val, _val, _val, _val}) macro
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libm/machine/spu/headers/
H A Dvec_literal.h64 #define VEC_SPLAT_U32(_val) ((vector unsigned int)(_val)) macro
83 #define VEC_SPLAT_U32(_val) ((vector unsigned int){_val, _val, _val, _val}) macro
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/machine/spu/
H A Dvec_literal.h62 #define VEC_SPLAT_U32(_val) ((__vector unsigned int){_val, _val, _val, _val}) macro
/dports/devel/tinygo/tinygo-0.14.1/lib/picolibc/newlib/libc/machine/spu/
H A Dvec_literal.h62 #define VEC_SPLAT_U32(_val) ((__vector unsigned int){_val, _val, _val, _val}) macro