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

/gem5/src/arch/hsail/
H A Doperand.cc275 case BRIG_KIND_OPERAND_ADDRESS:
293 return BrigRegOperandInfo(BRIG_KIND_OPERAND_ADDRESS,
315 assert(op->base.kind == BRIG_KIND_OPERAND_ADDRESS);
426 if (baseOp->kind == BRIG_KIND_OPERAND_ADDRESS) {
H A Doperand.hh625 case BRIG_KIND_OPERAND_ADDRESS:
H A DBrig_new.hpp209 BRIG_KIND_OPERAND_ADDRESS = 0x3000, enumerator in enum:BrigKind
/gem5/src/arch/hsail/insts/
H A Dmem.hh190 if (regDataType.kind == Brig::BRIG_KIND_OPERAND_ADDRESS) {
708 if (tmp.kind == Brig::BRIG_KIND_OPERAND_ADDRESS) {
1191 if (tmp.kind == Brig::BRIG_KIND_OPERAND_ADDRESS) {
1730 if (tmp.kind == Brig::BRIG_KIND_OPERAND_ADDRESS) {

Completed in 26 milliseconds