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

/gem5/src/systemc/tests/systemc/kernel/phase_callbacks/test05/
H A Dsimulation_callbacks.cpp48 # define VERBOSE 0 macro
53 # define VERBOSE 1 macro
103 # if VERBOSE
127 #if VERBOSE
208 #if VERBOSE
/gem5/src/systemc/tests/systemc/kernel/phase_callbacks/test04/
H A Dregister_phase_callbacks.cpp43 #define VERBOSE 1 macro
126 # if VERBOSE
166 #if VERBOSE
/gem5/src/systemc/tests/tlm/endian_conv/
H A Dtest_endian_conv.cpp149 #ifdef VERBOSE
176 #ifdef VERBOSE
231 #ifdef VERBOSE
236 #ifdef VERBOSE
/gem5/src/python/m5/util/
H A Dcode_formatter.py113 cls.pattern = re.compile(pat, re.VERBOSE | re.DOTALL | re.MULTILINE)
/gem5/ext/ply/ply/
H A Dlex.py486 lexre = re.compile(regex,re.VERBOSE | reflags)
756 c = re.compile("(?P<%s>%s)" % (fname,f.__doc__), re.VERBOSE | self.reflags)
781 c = re.compile("(?P<%s>%s)" % (name,r),re.VERBOSE | self.reflags)
/gem5/src/arch/
H A Disa_parser.py2604 self.operandsRE = re.compile(operandsREString, re.MULTILINE|re.VERBOSE)

Completed in 21 milliseconds