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

/gem5/src/arch/mips/
H A Dstacktrace.cc178 const MachInst stq_pattern = 0xb41e0000; local
183 if ((inst & stq_mask) == stq_pattern) {
/gem5/src/arch/alpha/
H A Dstacktrace.cc287 const MachInst stq_pattern = 0xb41e0000; local
292 if ((inst & stq_mask) == stq_pattern) {

Completed in 5 milliseconds