Searched refs:__c11 (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 275 __c6, __c7, __c8, __c9, __c10, __c11, in wasm_i8x16_make() 282 uint8_t __c8, uint8_t __c9, uint8_t __c10, uint8_t __c11, in wasm_u8x16_make() argument 285 __c6, __c7, __c8, __c9, __c10, __c11, in wasm_u8x16_make() 340 int8_t __c8, int8_t __c9, int8_t __c10, int8_t __c11, in wasm_i8x16_const() argument 347 __REQUIRE_CONSTANT(__c11) __REQUIRE_CONSTANT(__c12) in wasm_i8x16_const() 351 __c6, __c7, __c8, __c9, __c10, __c11, in wasm_i8x16_const() 358 uint8_t __c8, uint8_t __c9, uint8_t __c10, uint8_t __c11, in wasm_u8x16_const() argument 365 __REQUIRE_CONSTANT(__c11) __REQUIRE_CONSTANT(__c12) in wasm_u8x16_const() 369 __c6, __c7, __c8, __c9, __c10, __c11, in wasm_u8x16_const() [all …]
|