Searched refs:__c12 (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | wasm_simd128.h | 272 int8_t __c10, int8_t __c11, int8_t __c12, int8_t __c13, in wasm_i8x16_make() argument 276 __c12, __c13, __c14, __c15}; in wasm_i8x16_make() 283 uint8_t __c12, uint8_t __c13, uint8_t __c14, uint8_t __c15) { in wasm_u8x16_make() argument 286 __c12, __c13, __c14, __c15}; in wasm_u8x16_make() 341 int8_t __c12, int8_t __c13, int8_t __c14, int8_t __c15) in wasm_i8x16_const() argument 347 __REQUIRE_CONSTANT(__c11) __REQUIRE_CONSTANT(__c12) in wasm_i8x16_const() 352 __c12, __c13, __c14, __c15}; in wasm_i8x16_const() 359 uint8_t __c12, uint8_t __c13, uint8_t __c14, uint8_t __c15) in wasm_u8x16_const() argument 365 __REQUIRE_CONSTANT(__c11) __REQUIRE_CONSTANT(__c12) in wasm_u8x16_const() 370 __c12, __c13, __c14, __c15}; in wasm_u8x16_const() [all …]
|