Searched refs:U16 (Results 1 - 17 of 17) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/arm/
H A Dvcvt.s3 VCVT.F64.U16 d1,d1,#0
4 VCVT.F64.U16 d1,d1,#16
5 VCVT.F64.U16 d1,d1,#8
10 VCVT.F32.U16 s1,s1,#0
11 VCVT.F32.U16 s1,s1,#16
12 VCVT.F32.U16 s1,s1,#15
17 VCVT.U16.F64 d1,d1,#0
18 VCVT.U16.F64 d1,d1,#16
19 VCVT.U16.F64 d1,d1,#15
24 VCVT.U16
[all...]
H A Dvcvt-bad.s3 VCVT.F64.U16 d1,d1,#-1
4 VCVT.F64.U16 d1,d1,#65535
5 VCVT.F64.U16 d1,d1,#17
9 VCVT.F32.U16 s1,s1,#-1
10 VCVT.F32.U16 s1,s1,#65535
11 VCVT.F32.U16 s1,s1,#17
15 VCVT.U16.F64 d1,d1,#-1
16 VCVT.U16.F64 d1,d1,#65535
17 VCVT.U16.F64 d1,d1,#17
21 VCVT.U16
[all...]
/netbsd-current/sys/dev/ic/
H A Dmpt_mpilib.h71 typedef uint16_t U16; typedef
78 typedef unsigned short U16; typedef
114 typedef U16 *PU16;
427 U16 Length;
436 U16 Length;
445 U16 Length;
676 U16 IOCStatus;
958 U16 Word16[2];
1068 U16 IOCStatus; /* 0Eh */
1124 U16 DeviceI
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/radeon/
H A Datom-bits.h40 #define U16(ptr) get_u16(ctx->ctx->bios, (ptr)) macro
H A Dradeon_atom.c205 idx = U16(*ptr);
283 idx = U16(*ptr);
316 val = U16(*ptr);
434 val = U16(*ptr);
478 idx = U16(*ptr);
642 if (U16(ctx->ctx->cmd_table + 4 + 2 * idx))
711 int execute = 0, target = U16(*ptr);
857 ctx->ctx->data_block = U16(ctx->ctx->data_table + 4 + 2 * idx);
873 port = U16(*ptr);
897 ctx->ctx->reg_block = U16(*pt
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/include/
H A Datom-bits.h40 #define U16(ptr) get_u16(ctx->ctx->bios, (ptr)) macro
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dlz4.c266 #define U16 uint16_t macro
276 U16 v;
349 { U16 v = A16(p); v = lz4_bswap16(v); d = (s) - v; }
351 { U16 v = (U16)(i); v = lz4_bswap16(v); A16(p) = v; p += 2; }
665 U16 *HashTable = (U16 *) (srt->hashTable);
667 U16 HashTable[HASH64KTABLESIZE] = { 0 };
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_atom.c191 idx = U16(*ptr);
269 idx = U16(*ptr);
302 val = U16(*ptr);
420 val = U16(*ptr);
464 idx = U16(*ptr);
628 if (U16(ctx->ctx->cmd_table + 4 + 2 * idx))
718 int execute = 0, target = U16(*ptr);
878 ctx->ctx->data_block = U16(ctx->ctx->data_table + 4 + 2 * idx);
894 port = U16(*ptr);
918 ctx->ctx->reg_block = U16(*pt
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
H A DRustDemangle.h41 U16, member in class:llvm::rust_demangle::BasicType
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Demangle/
H A DRustDemangle.cpp321 Type = BasicType::U16;
372 case BasicType::U16:
540 case BasicType::U16:
/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Dxxhash.c112 typedef uint16_t U16; typedef
118 typedef unsigned short U16; typedef
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
H A Dnested-types.cc89 union U16 { union in struct:S10::S11::S12::S13::S14::S15::S16
96 U16 u16;
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dnested-types.cc89 union U16 { union in struct:S10::S11::S12::S13::S14::S15::S16
96 U16 u16;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPULibFunc.h263 U16 = UINT | B16, enumerator in enum:llvm::AMDGPULibFuncBase::EType
H A DAMDGPULibFunc.cpp620 case 't': res.ArgType = AMDGPULibFunc::U16; break;
726 case AMDGPULibFunc::U16: return "t";
876 case AMDGPULibFunc::U16:
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DAMDGPUMetadata.h100 U16 = 4, member in class:llvm::AMDGPU::HSAMD::AccessQualifier::AddressSpaceQualifier::ValueKind::ValueType
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DAMDGPUMetadata.cpp80 YIO.enumCase(EN, "U16", ValueType::U16);

Completed in 705 milliseconds