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

/gem5/src/arch/hsail/insts/
H A Ddecl.hh66 class HsailDataType class in namespace:HsailISA
76 typedef HsailDataType<CRegOperandType, bool, Enums::M_U8, VT_32, 1> B1;
77 typedef HsailDataType<SRegOperandType, uint8_t, Enums::M_U8, VT_32, 1> B8;
79 typedef HsailDataType<SRegOperandType, uint16_t,
82 typedef HsailDataType<SRegOperandType, uint32_t,
85 typedef HsailDataType<DRegOperandType, uint64_t,
88 typedef HsailDataType<SRegOperandType, int8_t, Enums::M_S8, VT_32> S8;
89 typedef HsailDataType<SRegOperandType, int16_t, Enums::M_S16, VT_32> S16;
90 typedef HsailDataType<SRegOperandType, int32_t, Enums::M_S32, VT_32> S32;
91 typedef HsailDataType<DRegOperandTyp
[all...]

Completed in 7 milliseconds