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

/gem5/src/arch/hsail/insts/
H A Dmem.hh188 BrigRegOperandInfo regDataType = findRegDataType(op_offs, obj); local
190 if (regDataType.kind == Brig::BRIG_KIND_OPERAND_ADDRESS) {
192 } else if (regDataType.kind == Brig::BRIG_KIND_OPERAND_REGISTER) {
194 switch (regDataType.regKind) {
200 fatal("Bad ldas register operand type %d\n", regDataType.type);
203 fatal("Bad ldas register operand kind %d\n", regDataType.kind);

Completed in 9 milliseconds