Searched refs:__c9 (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | wasm_simd128.h | 271 int8_t __c5, int8_t __c6, int8_t __c7, int8_t __c8, int8_t __c9, 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 346 __REQUIRE_CONSTANT(__c9) __REQUIRE_CONSTANT(__c10) 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 364 __REQUIRE_CONSTANT(__c9) __REQUIRE_CONSTANT(__c10) in wasm_u8x16_const() 369 __c6, __c7, __c8, __c9, __c10, __c11, in wasm_u8x16_const() [all …]
|