Home
last modified time | relevance | path

Searched refs:Int8 (Results 1 – 25 of 29) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h396 Int8, enumerator
414 explicit Variant(int8_t V) : Type(PDB_VariantType::Int8) { Value.Int8 = V; } in Variant()
455 int8_t Int8; member
471 case Int8: in isIntegralType()
492 VARIANT_WIDTH(Int8, 8u) in getBitWidth()
517 VARIANT_APSINT(Int8, 8u, false) in toAPSInt()
559 VARIANT_EQUAL_CASE(Int8)
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp30 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_VariantType, Int8, OS) in operator <<()
369 case PDB_VariantType::Int8: in operator <<()
370 OS << static_cast<int>(Value.Value.Int8); in operator <<()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DMsgPack.def60 HANDLE_MP_FIRST_BYTE(0xd0, Int8)
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rl78/
H A Dconstraints.md27 ; Int8 = 0..255
50 (define_constraint "Int8"
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rl78/
H A Dconstraints.md27 ; Int8 = 0..255
50 (define_constraint "Int8"
/netbsd-src/external/apache2/llvm/dist/llvm/lib/BinaryFormat/
H A DMsgPackWriter.cpp39 EW.write(FirstByte::Int8); in write()
H A DMsgPackReader.cpp46 case FirstByte::Int8: in read()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTargetBuiltins.h150 Int8, enumerator
H A Darm_mve_defs.td581 list<Type> Int8 = [s8, u8];
586 list<Type> All8 = Int8;
H A Darm_mve.td1141 let params = !listconcat(T.Int8, T.Int16), pnt = PNT_NType in {
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Frontend/OpenMP/
H A DOMPKinds.def32 __OMP_TYPE(Int8)
46 __OMP_PTR_TYPE(VoidPtr, Int8)
442 __OMP_RTL(__kmpc_is_spmd_exec_mode, false, Int8, )
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp34 Result.Value.Int8 = V.cVal; in VariantFromVARIANT()
35 Result.Type = PDB_VariantType::Int8; in VariantFromVARIANT()
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DNeonEmitter.cpp92 Int8, enumerator
701 unsigned Base = (unsigned)NeonTypeFlags::Int8 + Addend; in getNeonEnum()
/netbsd-src/external/gpl3/binutils/dist/gas/doc/
H A Dc-aarch64.texi205 @tab Enable the Int8 Matrix Multiply extension.
H A Dc-arm.texi193 @code{i8mm} (Int8 Matrix Multiply extensions for v8.6-A architecture),
H A Das.info6642 ‘i8mm’ ‘simd’ Enable the Int8 Matrix Multiply extension.
8054 extensions for v8.6-A architecture), ‘i8mm’ (Int8 Matrix Multiply
/netbsd-src/external/gpl3/binutils.old/dist/gas/doc/
H A Dc-aarch64.texi190 @tab Enable Int8 Matrix Multiply extension.
H A Dc-arm.texi192 @code{i8mm} (Int8 Matrix Multiply extensions for v8.6-A architecture),
H A Das.info6741 `i8mm' ARMv8.2-A ARMv8.6-A Enable Int8 Matrix Multiply extension.
8155 extensions for v8.6-A architecture), `i8mm' (Int8 Matrix Multiply
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64.td396 "true", "Enable Matrix Multiply Int8 Extension">;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARM.td432 "true", "Enable Matrix Multiply Int8 Extension", [FeatureNEON]>;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp2017 case NeonTypeFlags::Int8: in RFT()
2052 case NeonTypeFlags::Int8: in getNeonEltType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGBuiltin.cpp77 llvm::Type *Int8 = llvm::IntegerType::getInt8Ty(CGF.CGM.getLLVMContext()); in initializeAlloca() local
79 initializationPatternFor(CGF.CGM, Int8)); in initializeAlloca()
5281 case NeonTypeFlags::Int8: in GetNeonType()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dmd.texi3428 @item Int8
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dmd.texi3470 @item Int8

12