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

/gem5/src/arch/hsail/insts/
H A Ddecl.hh76 typedef HsailDataType<CRegOperandType, bool, Enums::M_U8, VT_32, 1> B1;
77 typedef HsailDataType<SRegOperandType, uint8_t, Enums::M_U8, VT_32, 1> B8;
80 Enums::M_U16, VT_32, 1> B16;
83 Enums::M_U32, VT_32, 1> B32;
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_t, Enums::M_U32, VT_32> U3
[all...]
H A Dmem.hh505 constexpr bool is_vt_32 = DestDataType::vgprType == VT_32;
/gem5/src/gpu-compute/
H A Dgpu_dyn_inst.hh193 VT_32, enumerator in enum:__anon135
239 // The return VGPR type (VT_32 or VT_64)

Completed in 14 milliseconds