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

/gem5/util/statetrace/arch/sparc/
H A Dtracechild.cc276 const static uint64_t breakInst = 0x91d02001; local
277 const static uint64_t lowBreakInst = breakInst;
278 const static uint64_t highBreakInst = breakInst << 32;
279 const static uint64_t breakWord = breakInst | (breakInst << 32);

Completed in 5 milliseconds