| /llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/ |
| H A D | LinuxPTraceDefines_arm64sve.h | 37 inline uint16_t vl_valid(uint16_t vl) { in vl_valid() 41 inline uint16_t vq_from_vl(uint16_t vl) { return vl / vq_bytes; } in vq_from_vl() 42 inline uint16_t vl_from_vq(uint16_t vq) { return vq * vq_bytes; } in vl_from_vq() 104 inline uint16_t SigZRegSize(uint16_t vq) { return vq * vq_bytes; } in SigZRegSize() 114 inline uint32_t SigZRegOffset(uint16_t vq, uint16_t n) { in SigZRegOffset() 126 inline uint32_t SigPRegOffset(uint16_t vq, uint16_t n) { in SigPRegOffset() 151 uint16_t flags; 239 inline uint32_t PTraceZRegOffset(uint16_t vq, uint16_t n) { in PTraceZRegOffset() 251 inline uint32_t PTracePRegOffset(uint16_t vq, uint16_t n) { in PTracePRegOffset() 277 inline uint32_t PTraceSVESize(uint16_t vq, uint16_t flags) { in PTraceSVESize() [all …]
|
| /llvm-project-15.0.7/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelDAGToDAG.h | 137 uint16_t NF : 4; 141 uint16_t FF : 1; 144 uint16_t Pseudo; 148 uint16_t NF : 4; 155 uint16_t Pseudo; 159 uint16_t NF : 4; 164 uint16_t Pseudo; 168 uint16_t NF : 4; 174 uint16_t Pseudo; 181 uint16_t FF : 1; [all …]
|
| /llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/i386/ |
| H A D | MachRegisterStatesI386.h | 47 uint16_t __zdiv : 1; 52 uint16_t __pc : 2; 53 uint16_t __rc : 2; 67 uint16_t __c0 : 1; 68 uint16_t __c1 : 1; 69 uint16_t __c2 : 1; 70 uint16_t __tos : 3; 71 uint16_t __c3 : 1; 90 uint16_t __fpu_cs; 93 uint16_t __fpu_ds; [all …]
|
| /llvm-project-15.0.7/libc/src/__support/FPUtil/x86_64/ |
| H A D | FEnvImpl.h | 96 uint16_t control_word; 97 uint16_t unused1; 98 uint16_t status_word; 99 uint16_t unused2; 105 uint16_t w; in get_x87_control_word() 116 uint16_t w; in get_x87_status_word() 198 uint16_t mxcsr = static_cast<uint16_t>(internal::get_mxcsr()); in get_except() 291 uint16_t bit_value = in get_round() 309 uint16_t bit_value; in set_round() 327 uint16_t x87_value = static_cast<uint16_t>( in set_round() [all …]
|
| /llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/ |
| H A D | COFF.h | 65 uint16_t Machine; 79 uint16_t Version; 80 uint16_t Machine; 190 uint16_t Type; 327 uint16_t Type; 518 uint16_t Magic; 533 uint16_t OEMid; 534 uint16_t OEMinfo; 542 uint16_t Magic; 710 uint16_t Version; [all …]
|
| /llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/x86_64/ |
| H A D | MachRegisterStatesX86_64.h | 53 uint16_t __zdiv : 1; 58 uint16_t __pc : 2; 59 uint16_t __rc : 2; 73 uint16_t __c0 : 1; 74 uint16_t __c1 : 1; 75 uint16_t __c2 : 1; 76 uint16_t __tos : 3; 77 uint16_t __c3 : 1; 96 uint16_t __fpu_cs; 99 uint16_t __fpu_ds; [all …]
|
| /llvm-project-15.0.7/lldb/source/Plugins/SystemRuntime/MacOSX/ |
| H A D | SystemRuntimeMacOSX.h | 141 uint16_t dqo_version; 142 uint16_t dqo_label; 143 uint16_t dqo_label_size; 144 uint16_t dqo_flags; 145 uint16_t dqo_flags_size; 146 uint16_t dqo_serialnum; 148 uint16_t dqo_width; 149 uint16_t dqo_width_size; 150 uint16_t dqo_running; 151 uint16_t dqo_running_size; [all …]
|
| /llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/PECOFF/ |
| H A D | ObjectFilePECOFF.h | 178 uint16_t machine = 0; 179 uint16_t nsects = 0; 183 uint16_t hdrsize = 0; 184 uint16_t flags = 0; 193 uint16_t magic = 0; 216 uint16_t subsystem = 0; 217 uint16_t dll_flags = 0; 250 uint16_t sect = 0; 251 uint16_t type = 0; 259 uint16_t major_version = 0; [all …]
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | BitTracker.h | 135 uint16_t Pos; 289 BitMask(uint16_t b, uint16_t e) : B(b), E(e) {} in BitMask() 292 uint16_t last() const { return E; } in last() 295 uint16_t B = 0; 296 uint16_t E = 0; 303 uint16_t width() const { in width() 320 RegisterCell &fill(uint16_t B, uint16_t E, const BitValue &V); 322 uint16_t cl(bool B) const; 323 uint16_t ct(bool B) const; 381 uint16_t W = C.width(); in ref() [all …]
|
| H A D | BitTracker.cpp | 256 uint16_t W = width(); in rol() 274 BT::RegisterCell &BT::RegisterCell::fill(uint16_t B, uint16_t E, in fill() 293 uint16_t W = width(); in ct() 294 uint16_t C = 0; in ct() 302 uint16_t W = width(); in cl() 303 uint16_t C = 0; in cl() 389 uint16_t W = A.width(); in isInt() 400 uint16_t W = A.width(); in toInt() 438 uint16_t I; in eADD() 471 uint16_t I; in eSUB() [all …]
|
| /llvm-project-15.0.7/llvm/include/llvm/MC/ |
| H A D | MCSchedule.h | 64 uint16_t ProcResourceIdx; 65 uint16_t Cycles; 79 uint16_t WriteResourceID; 116 uint16_t NumMicroOps : 13; 117 uint16_t BeginGroup : 1; 118 uint16_t EndGroup : 1; 119 uint16_t RetireOOO : 1; 121 uint16_t NumWriteProcResEntries; 125 uint16_t NumReadAdvanceEntries; 159 uint16_t NumPhysRegs; [all …]
|
| /llvm-project-15.0.7/clang/test/CodeGen/aarch64-sve-intrinsics/ |
| H A D | acle_sve_ldff1uh.c | 31 svint32_t test_svldff1uh_s32(svbool_t pg, const uint16_t *base) in test_svldff1uh_s32() 50 svint64_t test_svldff1uh_s64(svbool_t pg, const uint16_t *base) in test_svldff1uh_s64() 69 svuint32_t test_svldff1uh_u32(svbool_t pg, const uint16_t *base) in test_svldff1uh_u32() 88 svuint64_t test_svldff1uh_u64(svbool_t pg, const uint16_t *base) in test_svldff1uh_u64() 111 svint32_t test_svldff1uh_vnum_s32(svbool_t pg, const uint16_t *base, int64_t vnum) in test_svldff1uh_vnum_s32() 134 svint64_t test_svldff1uh_vnum_s64(svbool_t pg, const uint16_t *base, int64_t vnum) in test_svldff1uh_vnum_s64() 157 svuint32_t test_svldff1uh_vnum_u32(svbool_t pg, const uint16_t *base, int64_t vnum) in test_svldff1uh_vnum_u32() 180 svuint64_t test_svldff1uh_vnum_u64(svbool_t pg, const uint16_t *base, int64_t vnum) in test_svldff1uh_vnum_u64() 271 svint32_t test_svldff1uh_gather_s32offset_s32(svbool_t pg, const uint16_t *base, svint32_t offsets)… in test_svldff1uh_gather_s32offset_s32() 289 svint64_t test_svldff1uh_gather_s64offset_s64(svbool_t pg, const uint16_t *base, svint64_t offsets)… in test_svldff1uh_gather_s64offset_s64() [all …]
|
| H A D | acle_sve_ld1uh.c | 33 svint32_t test_svld1uh_s32(svbool_t pg, const uint16_t *base) in test_svld1uh_s32() 54 svint64_t test_svld1uh_s64(svbool_t pg, const uint16_t *base) in test_svld1uh_s64() 75 svuint32_t test_svld1uh_u32(svbool_t pg, const uint16_t *base) in test_svld1uh_u32() 96 svuint64_t test_svld1uh_u64(svbool_t pg, const uint16_t *base) in test_svld1uh_u64() 121 svint32_t test_svld1uh_vnum_s32(svbool_t pg, const uint16_t *base, int64_t vnum) in test_svld1uh_vnum_s32() 146 svint64_t test_svld1uh_vnum_s64(svbool_t pg, const uint16_t *base, int64_t vnum) in test_svld1uh_vnum_s64() 171 svuint32_t test_svld1uh_vnum_u32(svbool_t pg, const uint16_t *base, int64_t vnum) in test_svld1uh_vnum_u32() 196 svuint64_t test_svld1uh_vnum_u64(svbool_t pg, const uint16_t *base, int64_t vnum) in test_svld1uh_vnum_u64() 287 svint32_t test_svld1uh_gather_s32offset_s32(svbool_t pg, const uint16_t *base, svint32_t offsets) { in test_svld1uh_gather_s32offset_s32() 305 svint64_t test_svld1uh_gather_s64offset_s64(svbool_t pg, const uint16_t *base, svint64_t offsets) { in test_svld1uh_gather_s64offset_s64() [all …]
|
| H A D | acle_sve_ldnf1uh.c | 22 svint32_t test_svldnf1uh_s32(svbool_t pg, const uint16_t *base) in test_svldnf1uh_s32() 41 svint64_t test_svldnf1uh_s64(svbool_t pg, const uint16_t *base) in test_svldnf1uh_s64() 60 svuint32_t test_svldnf1uh_u32(svbool_t pg, const uint16_t *base) in test_svldnf1uh_u32() 79 svuint64_t test_svldnf1uh_u64(svbool_t pg, const uint16_t *base) in test_svldnf1uh_u64() 102 svint32_t test_svldnf1uh_vnum_s32(svbool_t pg, const uint16_t *base, int64_t vnum) in test_svldnf1uh_vnum_s32() 125 svint64_t test_svldnf1uh_vnum_s64(svbool_t pg, const uint16_t *base, int64_t vnum) in test_svldnf1uh_vnum_s64() 148 svuint32_t test_svldnf1uh_vnum_u32(svbool_t pg, const uint16_t *base, int64_t vnum) in test_svldnf1uh_vnum_u32() 171 svuint64_t test_svldnf1uh_vnum_u64(svbool_t pg, const uint16_t *base, int64_t vnum) in test_svldnf1uh_vnum_u64()
|
| /llvm-project-15.0.7/llvm/include/llvm/Object/ |
| H A D | WindowsResource.h | 58 const uint16_t WIN_RES_PURE_MOVEABLE = 0x0030; 68 uint16_t TypeFlag; 70 uint16_t NameFlag; 73 void setType(uint16_t ID) { in setType() 78 void setName(uint16_t ID) { in setName() 128 uint16_t TypeID; 131 uint16_t NameID; 198 TreeNode(uint16_t MajorVersion, uint16_t MinorVersion, 212 bool addDataChild(uint32_t ID, uint16_t MajorVersion, uint16_t MinorVersion, 225 uint16_t MajorVersion = 0; [all …]
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationServerPlatform.h | 39 PortMap(uint16_t min_port, uint16_t max_port); 43 void AllowPort(uint16_t port); 52 llvm::Expected<uint16_t> GetNextAvailablePort(); 58 bool AssociatePortWithProcess(uint16_t port, lldb::pid_t pid); 61 bool FreePort(uint16_t port); 72 std::map<uint16_t, lldb::pid_t> m_port_map; 86 void SetPortOffset(uint16_t port_offset); 93 lldb::pid_t &pid, llvm::Optional<uint16_t> &port, 96 void SetPendingGdbServer(lldb::pid_t pid, uint16_t port, 106 uint16_t m_port_offset; [all …]
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | AMDKernelCodeT.h | 25 typedef uint16_t hsa_ext_exception_kind16_t; 529 uint16_t amd_machine_kind; 530 uint16_t amd_machine_version_major; 531 uint16_t amd_machine_version_minor; 532 uint16_t amd_machine_version_stepping; 595 uint16_t wavefront_sgpr_count; 599 uint16_t workitem_vgpr_count; 603 uint16_t reserved_vgpr_first; 608 uint16_t reserved_vgpr_count; 612 uint16_t reserved_sgpr_first; [all …]
|
| H A D | SIInstrInfo.h | 493 bool isDS(uint16_t Opcode) const { in isDS() 564 bool isEXP(uint16_t Opcode) const { in isEXP() 598 bool isWQM(uint16_t Opcode) const { in isWQM() 630 bool isDPP(uint16_t Opcode) const { in isDPP() 662 bool isMAI(uint16_t Opcode) const { in isMAI() 1232 int getVOPe64(uint16_t Opcode); 1235 int getVOPe32(uint16_t Opcode); 1238 int getSDWAOp(uint16_t Opcode); 1241 int getDPPOp32(uint16_t Opcode); 1244 int getDPPOp64(uint16_t Opcode); [all …]
|
| /llvm-project-15.0.7/libc/src/__support/ |
| H A D | endian.h | 52 inline uint16_t 53 Endian<__ORDER_LITTLE_ENDIAN__>::to_big_endian<uint16_t>(uint16_t v) { 58 inline uint16_t 59 Endian<__ORDER_LITTLE_ENDIAN__>::to_little_endian<uint16_t>(uint16_t v) { 101 inline uint16_t 102 Endian<__ORDER_BIG_ENDIAN__>::to_big_endian<uint16_t>(uint16_t v) { 107 inline uint16_t 108 Endian<__ORDER_BIG_ENDIAN__>::to_little_endian<uint16_t>(uint16_t v) {
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | EnumTables.h | 23 ArrayRef<EnumEntry<uint16_t>> getRegisterNames(CPUType Cpu); 26 ArrayRef<EnumEntry<uint16_t>> getLocalFlagNames(); 34 ArrayRef<EnumEntry<uint16_t>> getExportSymFlagNames(); 37 ArrayRef<EnumEntry<uint16_t>> getTrampolineNames(); 40 ArrayRef<EnumEntry<uint16_t>> getClassOptionNames(); 42 ArrayRef<EnumEntry<uint16_t>> getMethodOptionNames(); 43 ArrayRef<EnumEntry<uint16_t>> getMemberKindNames(); 46 ArrayRef<EnumEntry<uint16_t>> getPtrMemberRepNames(); 47 ArrayRef<EnumEntry<uint16_t>> getTypeModifierNames(); 50 ArrayRef<EnumEntry<uint16_t>> getLabelTypeEnum();
|
| H A D | Line.h | 69 ColumnInfo(uint16_t StartColumn, uint16_t EndColumn) { in ColumnInfo() 75 uint16_t getStartColumn() const { in getStartColumn() 76 return static_cast<uint16_t>(ColumnData & StartColumnMask); in getStartColumn() 79 uint16_t getEndColumn() const { in getEndColumn() 80 return static_cast<uint16_t>((ColumnData & EndColumnMask) >> in getEndColumn() 98 uint16_t StartColumn, uint16_t EndColumn, bool IsStatement) in Line() 117 uint16_t getStartColumn() const { return ColumnInf.getStartColumn(); } in getStartColumn() 119 uint16_t getEndColumn() const { return ColumnInf.getEndColumn(); } in getEndColumn()
|
| /llvm-project-15.0.7/mlir/lib/ExecutionEngine/ |
| H A D | Float16bits.cpp | 35 uint16_t float2half(float floatValue) { in float2half() 41 uint16_t halfValue = static_cast<uint16_t>(0x0u); in float2half() 61 halfValue = static_cast<uint16_t>(f.u - denormMagic.u); in float2half() 72 halfValue = static_cast<uint16_t>(f.u >> kF32HalfMantiBitDiff); in float2half() 76 halfValue |= static_cast<uint16_t>(sign >> kF32HalfBitDiff); in float2half() 82 float half2float(uint16_t halfValue) { in half2float() 110 uint16_t float2bfloat(float floatValue) { in float2bfloat() 116 uint16_t bfloatBits; in float2bfloat() 128 float bfloat2float(uint16_t bfloatBits) { in bfloat2float() 171 using BF16ABIType = uint16_t; [all …]
|
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | aarch64-v8.2a-fp16-intrinsics-constrained.c | 19 uint16_t test_vceqzh_f16(float16_t a) { in test_vceqzh_f16() 28 uint16_t test_vcgezh_f16(float16_t a) { in test_vcgezh_f16() 37 uint16_t test_vcgtzh_f16(float16_t a) { in test_vcgtzh_f16() 46 uint16_t test_vclezh_f16(float16_t a) { in test_vclezh_f16() 55 uint16_t test_vcltzh_f16(float16_t a) { in test_vcltzh_f16() 87 float16_t test_vcvth_f16_u16 (uint16_t a) { in test_vcvth_f16_u16() 133 uint16_t test_vcvth_u16_f16 (float16_t a) { in test_vcvth_u16_f16() 220 uint16_t test_vceqh_f16(float16_t a, float16_t b) { in test_vceqh_f16() 229 uint16_t test_vcgeh_f16(float16_t a, float16_t b) { in test_vcgeh_f16() 238 uint16_t test_vcgth_f16(float16_t a, float16_t b) { in test_vcgth_f16() [all …]
|
| H A D | aarch64-v8.2a-fp16-intrinsics.c | 21 uint16_t test_vceqzh_f16(float16_t a) { in test_vceqzh_f16() 29 uint16_t test_vcgezh_f16(float16_t a) { in test_vcgezh_f16() 37 uint16_t test_vcgtzh_f16(float16_t a) { in test_vcgtzh_f16() 45 uint16_t test_vclezh_f16(float16_t a) { in test_vclezh_f16() 53 uint16_t test_vcltzh_f16(float16_t a) { in test_vcltzh_f16() 81 float16_t test_vcvth_f16_u16 (uint16_t a) { in test_vcvth_f16_u16() 125 uint16_t test_vcvth_u16_f16 (float16_t a) { in test_vcvth_u16_f16() 169 uint16_t test_vcvtah_u16_f16 (float16_t a) { in test_vcvtah_u16_f16() 213 uint16_t test_vcvtmh_u16_f16 (float16_t a) { in test_vcvtmh_u16_f16() 257 uint16_t test_vcvtnh_u16_f16 (float16_t a) { in test_vcvtnh_u16_f16() [all …]
|
| /llvm-project-15.0.7/flang/unittests/Evaluate/ |
| H A D | bit-population-count.cpp | 44 MATCH(0, BitPopulationCount(std::uint16_t{0})); in main() 45 MATCH(false, Parity(std::uint16_t{0})); in main() 46 MATCH(16, BitPopulationCount(static_cast<std::uint16_t>(~0))); in main() 47 MATCH(false, Parity(static_cast<std::uint16_t>(~0))); in main() 49 std::uint16_t x = std::uint16_t{1} << j; in main() 52 MATCH(15, BitPopulationCount(static_cast<std::uint16_t>(~x))); in main() 53 MATCH(true, Parity(static_cast<std::uint16_t>(~x))); in main() 55 std::uint16_t y = x | (std::uint16_t{1} << k); in main() 58 MATCH(14, BitPopulationCount(static_cast<std::uint16_t>(~y))); in main() 59 MATCH(false, Parity(static_cast<std::uint16_t>(~y))); in main()
|