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

/gem5/src/arch/hsail/insts/
H A Ddecl.hh59 typedef HsailOperandType<DRegOperand, DRegOrImmOperand> DRegOperandType; typedef in namespace:HsailISA
85 typedef HsailDataType<DRegOperandType, uint64_t,
91 typedef HsailDataType<DRegOperandType, int64_t, Enums::M_S64, VT_64> S64;
96 typedef HsailDataType<DRegOperandType, uint64_t, Enums::M_U64, VT_64> U64;
99 typedef HsailDataType<DRegOperandType, double, Enums::M_F64, VT_64> F64;

Completed in 8 milliseconds