Searched refs:U32 (Results 1 - 21 of 21) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/arm/
H A Dvcvt.s6 VCVT.F64.U32 d1,d1,#1
7 VCVT.F64.U32 d1,d1,#32
8 VCVT.F64.U32 d1,d1,#17
13 VCVT.F32.U32 s1,s1,#1
14 VCVT.F32.U32 s1,s1,#32
15 VCVT.F32.U32 s1,s1,#16
20 VCVT.U32.F64 d1,d1,#1
21 VCVT.U32.F64 d1,d1,#32
22 VCVT.U32.F64 d1,d1,#16
27 VCVT.U32
[all...]
H A Dvcvt-bad.s6 VCVT.F64.U32 d1,d1,#0
7 VCVT.F64.U32 d1,d1,#33
12 VCVT.F32.U32 s1,s1,#0
13 VCVT.F32.U32 s1,s1,#33
18 VCVT.U32.F64 d1,d1,#0
19 VCVT.U32.F64 d1,d1,#33
24 VCVT.U32.F32 s1,s1,#0
25 VCVT.U32.F32 s1,s1,#33
/netbsd-current/sys/dev/ic/
H A Dmpt_mpilib.h73 typedef uint32_t U32; typedef
83 typedef unsigned int U32; typedef
88 typedef unsigned long U32; typedef
96 U32 Low;
102 U32 Low;
103 U32 High;
116 typedef U32 *PU32;
398 U32 FlagsLength;
399 U32 Address;
405 U32 FlagsLengt
[all...]
/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Dxxhash.c47 ** You can also enable this parameter if you know your input data will always be aligned (boundaries of 4, for U32).
113 typedef uint32_t U32; typedef
119 typedef unsigned int U32; typedef
138 typedef struct _U32_S { U32 v; } _PACKED U32_S;
158 static __inline U32 A32(const void * x)
160 static inline U32 A32(const void* x)
178 static inline U32 XXH_swap32 (U32 x) {
218 FORCE_INLINE U32 XXH_readLE32_align(const U32* pt
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/radeon/
H A Datom-bits.h46 #define U32(ptr) get_u32(ctx->ctx->bios, (ptr)) macro
H A Dradeon_atom.c291 val = U32(idx + gctx->data_block);
308 val = U32(*ptr);
428 val = U32(*ptr);
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/include/
H A Datom-bits.h46 #define U32(ptr) get_u32(ctx->ctx->bios, (ptr)) macro
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dlz4.c267 #define U32 uint32_t macro
279 U32 v;
334 #define HTYPE U32
338 #define UARCH U32
418 LZ4_NbCommonBytes(register U32 val)
445 return DeBruijnBytePos[((U32) ((val & -(S32) val) * 0x077CB531U)) >>
487 U32 forwardH;
508 U32 h = forwardH;
682 U32 forwardH;
701 U32
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
H A DRustDemangle.h42 U32, member in class:llvm::rust_demangle::BasicType
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Demangle/
H A DRustDemangle.cpp306 Type = BasicType::U32;
375 case BasicType::U32:
541 case BasicType::U32:
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPULibFunc.cpp380 P.ArgType = AMDGPULibFunc::U32; break;
384 P.ArgType = AMDGPULibFunc::U32; P.VectorSize = 4; break;
421 P.ArgType = AMDGPULibFunc::U32; break;
621 case 'j': res.ArgType = AMDGPULibFunc::U32; break;
727 case AMDGPULibFunc::U32: return "j";
878 case AMDGPULibFunc::U32:
H A DAMDGPULibFunc.h264 U32 = UINT | B32, enumerator in enum:llvm::AMDGPULibFuncBase::EType
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
H A Dnested-types.cc261 union U32 { union in struct:S10::S31::S32
268 U32 u32;
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dnested-types.cc261 union U32 { union in struct:S10::S31::S32
268 U32 u32;
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DAMDGPUMetadata.h103 U32 = 7, member in class:llvm::AMDGPU::HSAMD::AccessQualifier::AddressSpaceQualifier::ValueKind::ValueType
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_atom.c277 val = U32(idx + gctx->data_block);
294 val = U32(*ptr);
414 val = U32(*ptr);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DAMDGPUMetadata.cpp83 YIO.enumCase(EN, "U32", ValueType::U32);
/netbsd-current/common/lib/libc/misc/
H A Dubsan.c1538 uint32_t U32; local
1558 U32 = STATIC_CAST(uint32_t, ulNumber);
1559 memcpy(&F, &U32, sizeof(float));
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dtracectf.c171 #define ctf_save_write_uint32(HANDLER, U32) \
172 ctf_save_write (HANDLER, (gdb_byte *) &U32, 4)
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dtracectf.c171 #define ctf_save_write_uint32(HANDLER, U32) \
172 ctf_save_write (HANDLER, (gdb_byte *) &U32, 4)
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp2255 uint32_t U32 = Lo_32(U); local
2257 memcpy(&V32, &U32, sizeof V32);

Completed in 222 milliseconds