Home
last modified time | relevance | path

Searched defs:__c0 (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang/lib/Headers/
H A Dwasm_simd128.h280 wasm_u8x16_make(uint8_t __c0, uint8_t __c1, uint8_t __c2, uint8_t __c3, in wasm_u8x16_make()
290 wasm_i16x8_make(int16_t __c0, int16_t __c1, int16_t __c2, int16_t __c3, in wasm_i16x8_make()
301 static __inline__ v128_t __DEFAULT_FN_ATTRS wasm_i32x4_make(int32_t __c0, in wasm_i32x4_make()
315 static __inline__ v128_t __DEFAULT_FN_ATTRS wasm_i64x2_make(int64_t __c0, in wasm_i64x2_make()
325 static __inline__ v128_t __DEFAULT_FN_ATTRS wasm_f32x4_make(float __c0, in wasm_f32x4_make()
332 static __inline__ v128_t __DEFAULT_FN_ATTRS wasm_f64x2_make(double __c0, in wasm_f64x2_make()
338 wasm_i8x16_const(int8_t __c0, int8_t __c1, int8_t __c2, int8_t __c3, in wasm_i8x16_const()
356 wasm_u8x16_const(uint8_t __c0, uint8_t __c1, uint8_t __c2, uint8_t __c3, in wasm_u8x16_const()
374 wasm_i16x8_const(int16_t __c0, int16_t __c1, int16_t __c2, int16_t __c3, in wasm_i16x8_const()
394 wasm_i32x4_const(int32_t __c0, int32_t __c1, int32_t __c2, int32_t __c3) in wasm_i32x4_const()
[all …]
/llvm-project-15.0.7/libcxx/src/ryu/
H A Dd2s.cpp525 const uint32_t __c0 = (__c % 100) << 1; in __to_chars() local
543 const uint32_t __c0 = (__c % 100) << 1; in __to_chars() local
601 const uint32_t __c0 = (__c % 100) << 1; in __to_chars() local
619 const uint32_t __c0 = (__c % 100) << 1; in __to_chars() local
H A Dd2fixed.cpp136 const uint32_t __c0 = (__c % 100) << 1; in __append_n_digits() local
165 const uint32_t __c0 = (__c % 100) << 1; in __append_d_digits() local
214 const uint32_t __c0 = (__c % 100) << 1; in __append_nine_digits() local
H A Df2s.cpp566 const uint32_t __c0 = (__c % 100) << 1; in __to_chars() local
618 const uint32_t __c0 = (__c % 100) << 1; in __to_chars() local
/llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/i386/
H A DMachRegisterStatesI386.h67 uint16_t __c0 : 1; member
/llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/x86_64/
H A DMachRegisterStatesX86_64.h73 uint16_t __c0 : 1; member