Searched refs:code (Results 76 - 95 of 95) sorted by relevance

1234

/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64uc/
H A Drvc.S20 #define RVC_TEST_CASE(n, r, v, code...) \
21 TEST_CASE (n, r, v, .option push; .option rvc; code; .align 2; .option pop)
/gem5/util/streamline/
H A Dm5stats2streamline.py13 # modified or unmodified, in source code or in binary form.
17 # met: redistributions of source code must retain the above copyright
367 code = 1
369 code = 2
371 code = 3
373 code = 4
375 code = 5
377 code = 6
379 code = 7
381 code
[all...]
/gem5/src/arch/mips/
H A Dfaults.cc8 * met: redistributions of source code must retain the above copyright
139 setExceptionState(tc, code());
/gem5/ext/ply/test/
H A Dtestyacc.py35 code = "import "+module
36 exec(code)
H A Dtestlex.py34 code = "import "+module
35 exec(code)
/gem5/ext/googletest/googlemock/scripts/
H A Dupload.py31 # This code is derived from appcfg.py in the App Engine SDK (open source),
118 def __init__(self, url, code, msg, headers, args):
119 urllib2.HTTPError.__init__(self, url, code, msg, headers, None)
207 if e.code == 403:
210 raise ClientLoginError(req.get_full_url(), e.code, e.msg,
233 if (response.code != 302 or
235 raise urllib2.HTTPError(req.get_full_url(), response.code, response.msg,
245 (see http://code.google.com/apis/accounts/AuthForInstalledApps.html).
333 elif e.code == 401:
335 ## elif e.code >
[all...]
/gem5/ext/googletest/googletest/scripts/
H A Dupload.py31 # This code is derived from appcfg.py in the App Engine SDK (open source),
118 def __init__(self, url, code, msg, headers, args):
119 urllib2.HTTPError.__init__(self, url, code, msg, headers, None)
207 if e.code == 403:
210 raise ClientLoginError(req.get_full_url(), e.code, e.msg,
233 if (response.code != 302 or
235 raise urllib2.HTTPError(req.get_full_url(), response.code, response.msg,
245 (see http://code.google.com/apis/accounts/AuthForInstalledApps.html).
333 elif e.code == 401:
335 ## elif e.code >
[all...]
H A Dpump.py10 # * Redistributions of source code must retain the above copyright
35 repetitive boilerplate code. Especially useful for writing C++
314 yield MakeToken(lines, pos, Eof(), 'code')
321 prev_token = MakeToken(lines, pos, found.start, 'code')
409 def __init__(self, identifier=None, sep=None, code=None):
412 self.code = code
490 exp = Pop('code')
497 Pop('code')
509 if t == 'code'
[all...]
/gem5/ext/systemc/src/sysc/qt/md/
H A Dksr1.s47 # Procedures that do not return structures prefix their code with
52 # <proc code>
57 # Procedures that return structures use a different code prefix:
63 # <proc code>
333 # A new thread is set up to "appear" as if it were executing code at
336 # by the code above and "returns" to `qt_start$TXT' in the
414 # will be executed. However, we don't know when we compile this code
/gem5/src/sim/
H A Dpseudo_inst.cc12 * modified or unmodified, in source code or in binary form.
20 * met: redistributions of source code must retain the above copyright
313 m5fail(ThreadContext *tc, Tick delay, uint64_t code) argument
315 DPRINTF(PseudoInst, "PseudoInst::m5fail(%i, %i)\n", delay, code);
317 exitSimLoop("m5_fail instruction encountered", code, when, 0, true);
/gem5/src/mem/slicc/
H A Dparser.py7 # met: redistributions of source code must retain the above copyright
62 code = code_formatter(*args, **kwargs)
63 code['protocol'] = self.protocol
64 return code
/gem5/src/python/m5/
H A Dmain.py11 # modified or unmodified, in source code or in binary form.
18 # met: redistributions of source code must retain the above copyright
43 import code
207 code.InteractiveConsole(scope).interact(banner)
/gem5/src/systemc/tests/systemc/misc/stars/star104726/
H A Dglobal.h73 WORD code; member in struct:__anon64
/gem5/src/arch/arm/
H A Dsemihosting.hh12 * modified or unmodified, in source code or in binary form.
16 * met: redistributions of source code must retain the above copyright
59 * allows baremetal code access service, such as IO, from the
74 /** Perform an Arm Semihosting call from aarch64 code. */
76 /** Perform an Arm Semihosting call from aarch32 code. */
259 void semiExit(uint64_t code, uint64_t subcode);
H A Dsemihosting.cc12 * modified or unmodified, in source code or in binary form.
16 * met: redistributions of source code must retain the above copyright
646 ArmSemihosting::semiExit(uint64_t code, uint64_t subcode) argument
648 auto it = exitCodes.find(code);
652 exitSimLoop(csprintf("semi:0x%x", code), subcode);
/gem5/configs/common/
H A DSimulation.py11 # modified or unmodified, in source code or in binary form.
19 # met: redistributions of source code must retain the above copyright
365 code = 0
375 code = exit_event.getCode()
392 sys.exit(code)
722 # will occur in the benchmark code it self.
735 print("Simulated exit code not 0! Exit code is", exit_event.getCode())
/gem5/src/arch/arm/insts/
H A Dstatic_inst.cc13 * modified or unmodified, in source code or in binary form.
20 * met: redistributions of source code must retain the above copyright
414 unsigned code,
417 switch (code) {
471 panic("Unrecognized condition code %d.\n", code);
H A Dstatic_inst.hh12 * modified or unmodified, in source code or in binary form.
19 * met: redistributions of source code must retain the above copyright
174 void printCondition(std::ostream &os, unsigned code,
/gem5/src/arch/x86/linux/
H A Dprocess.cc12 * modified or unmodified, in source code or in binary form.
16 * met: redistributions of source code must retain the above copyright
122 // First argument is the code, second is the address
125 int code = process->getSyscallArg(tc, index); local
129 switch(code)
/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_nbcommon.inc2532 // operations at the expense of complicating the code. We can do it
2733 // will be used as a temporary store. The following code tries to
2881 // will be used as a temporary store. The following code tries to

Completed in 29 milliseconds

1234