Home
last modified time | relevance | path

Searched refs:__c0 (Results 1 – 3 of 3) 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()
176 wasm_i16x8_make(int16_t __c0, int16_t __c1, int16_t __c2, int16_t __c3, in wasm_i16x8_make() argument
178 return (v128_t)(__i16x8){__c0, __c1, __c2, __c3, __c4, __c5, __c6, __c7}; in wasm_i16x8_make()
181 static __inline__ v128_t __DEFAULT_FN_ATTRS wasm_i32x4_make(int32_t __c0, in wasm_i32x4_make() argument
185 return (v128_t)(__i32x4){__c0, __c1, __c2, __c3}; in wasm_i32x4_make()
188 static __inline__ v128_t __DEFAULT_FN_ATTRS wasm_f32x4_make(float __c0, in wasm_f32x4_make() argument
192 return (v128_t)(__f32x4){__c0, __c1, __c2, __c3}; in wasm_f32x4_make()
195 static __inline__ v128_t __DEFAULT_FN_ATTRS wasm_i64x2_make(int64_t __c0, in wasm_i64x2_make() argument
197 return (v128_t)(__i64x2){__c0, __c1}; in wasm_i64x2_make()
[all …]
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/i386/
DMachRegisterStatesI386.h67 uint16_t __c0 : 1; member
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/x86_64/
DMachRegisterStatesX86_64.h73 uint16_t __c0 : 1; member