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

/gem5/src/arch/hsail/insts/
H A Ddecl.hh58 typedef HsailOperandType<SRegOperand, SRegOrImmOperand> SRegOperandType; typedef in namespace:HsailISA
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,
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;
93 typedef HsailDataType<SRegOperandType, uint8_t, Enums::M_U8, VT_32> U8;
94 typedef HsailDataType<SRegOperandType, uint16_t, Enums::M_U16, VT_32> U16;
95 typedef HsailDataType<SRegOperandType, uint32_
[all...]

Completed in 7 milliseconds