Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Headers/
Dwasm_simd128.h166 wasm_i8x16_make(int8_t __c0, int8_t __c1, int8_t __c2, int8_t __c3, int8_t __c4, in wasm_i8x16_make() argument
170 return (v128_t)(__i8x16){__c0, __c1, __c2, __c3, __c4, __c5, in wasm_i8x16_make()
177 int16_t __c4, int16_t __c5, int16_t __c6, int16_t __c7) { in wasm_i16x8_make() argument
178 return (v128_t)(__i16x8){__c0, __c1, __c2, __c3, __c4, __c5, __c6, __c7}; in wasm_i16x8_make()
205 #define wasm_i8x16_const(__c0, __c1, __c2, __c3, __c4, __c5, __c6, __c7, __c8, \ argument
212 __REQUIRE_CONSTANT(__c4); \
224 (v128_t)(__i8x16){__c0, __c1, __c2, __c3, __c4, __c5, __c6, __c7, \
228 #define wasm_i16x8_const(__c0, __c1, __c2, __c3, __c4, __c5, __c6, __c7) \ argument
234 __REQUIRE_CONSTANT(__c4); \
238 (v128_t)(__i16x8){__c0, __c1, __c2, __c3, __c4, __c5, __c6, __c7}; \
[all …]