Searched refs:__c15 (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | wasm_simd128.h | 273 int8_t __c14, int8_t __c15) { 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 349 __REQUIRE_CONSTANT(__c15) { 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 367 __REQUIRE_CONSTANT(__c15) { in wasm_u8x16_const() 370 __c12, __c13, __c14, __c15}; in wasm_u8x16_const() [all …]
|