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

/gem5/src/arch/mips/
H A Dstacktrace.cc137 const MachInst lda_pattern = 0x23de0000; local
156 if ((inst & mem_mask) == lda_pattern)
/gem5/src/arch/alpha/
H A Dstacktrace.cc246 const MachInst lda_pattern = 0x23de0000; local
265 if ((inst & mem_mask) == lda_pattern)

Completed in 6 milliseconds