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

/gem5/src/arch/hsail/insts/
H A Dbranch.hh116 std::string widthClause; local
119 widthClause = csprintf("_width(%d)", width);
122 disassembly = csprintf("%s%s %s", opcode, widthClause,
248 std::string widthClause; local
251 widthClause = csprintf("_width(%d)", width);
254 disassembly = csprintf("%s%s %s,%s", opcode, widthClause,
390 std::string widthClause; local
393 widthClause = csprintf("_width(%d)", width.bits);
396 disassembly = csprintf("%s%s %s", opcode, widthClause,

Completed in 5 milliseconds