Searched defs:__c0 (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Headers/ |
| H A D | wasm_simd128.h | 280 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 D | d2s.cpp | 525 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 D | d2fixed.cpp | 136 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 D | f2s.cpp | 566 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 D | MachRegisterStatesI386.h | 67 uint16_t __c0 : 1; member
|
| /llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/x86_64/ |
| H A D | MachRegisterStatesX86_64.h | 73 uint16_t __c0 : 1; member
|