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

/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64mi/
H A Daccess.S18 # Flipping just the MSB should result in an illegal address for RV64.
23 # jalr to an illegal address should commit (hence should write rd).
24 # after the pc is set to rs1, an access exception should be raised.
32 # A load to an illegal address should not commit.
H A Dmcsr.S26 # Check that reading the following CSRs doesn't cause an exception
31 # Check that writing hte following CSRs doesn't cause an exception
/gem5/src/base/
H A Dcp_annotate.cc226 AnnDataPtr an = scLinks[sysi-1][id]; local
228 an->stq = smi;
229 an->dump = true;
232 an->sm, sm, smi);
238 lnMap[smi] = an->sm;
826 AnnDataPtr an = std::make_shared<AnnotateData>(); local
827 an->time = curTick();
828 an->data = d;
829 an->orig_data = d;
830 an
952 AnnDataPtr an = *i; local
[all...]
/gem5/src/sim/
H A DProcess.py46 useArchPT = Param.Bool('false', 'maintain an in-memory version of the page\
47 table in an architecture-specific format')
/gem5/ext/nomali/lib/
H A DRules.mk12 # distributed under the License is distributed on an "AS IS" BASIS,
/gem5/ext/nomali/tests/
H A DRules.mk12 # distributed under the License is distributed on an "AS IS" BASIS,
/gem5/src/arch/arm/linux/
H A Dsystem.cc190 AtagNone an; local
192 uint32_t size = ac.size() + am.size() + ad.size() + an.size();
199 offset += an.copyOut(boot_data + offset);
/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_nbfriends.inc13 distributed under the License is distributed on an "AS IS" BASIS,
H A Dsc_signed_bitref.inc13 distributed under the License is distributed on an "AS IS" BASIS,
H A Dsc_unsigned_bitref.inc13 distributed under the License is distributed on an "AS IS" BASIS,
H A Dsc_signed_subref.inc13 distributed under the License is distributed on an "AS IS" BASIS,
H A Dsc_unsigned_subref.inc13 distributed under the License is distributed on an "AS IS" BASIS,
H A Dsc_nbcommon.inc13 distributed under the License is distributed on an "AS IS" BASIS,
102 // Create a copy of v where v is an sign-less instance.
286 // Assignment from an sc_unsigned_subref_r
294 // Assignment from an sc_signed_subref_r
/gem5/src/systemc/dt/int/
H A Dsc_nbfriends.inc13 distributed under the License is distributed on an "AS IS" BASIS,
H A Dsc_signed_bitref.inc13 distributed under the License is distributed on an "AS IS" BASIS,
H A Dsc_unsigned_bitref.inc13 distributed under the License is distributed on an "AS IS" BASIS,
H A Dsc_nbcommon.inc13 distributed under the License is distributed on an "AS IS" BASIS,
100 // Create a copy of v where v is an sign-less instance.
267 // Assignment from an sc_unsigned_subref_r
275 // Assignment from an sc_signed_subref_r
H A Dsc_signed_subref.inc13 distributed under the License is distributed on an "AS IS" BASIS,
H A Dsc_unsigned_subref.inc13 distributed under the License is distributed on an "AS IS" BASIS,
/gem5/configs/example/
H A Druby_gpu_random_test.py65 # it an option/knob
67 sharing an SQC (icache, and thus icache TLB)")
/gem5/ext/systemc/src/sysc/qt/md/
H A Dhppa_b.s149 ; On PA-RISC this is implemented with an `or'.
H A Dksr1.s179 # We jump to an offset of 16 to either (1) skip past the two noop pairs
248 # FPU registers don't need to be loaded, or will be loaded by an
254 # the new stack is passed in as an argument, we don't load the EFP
358 # If we ever return, it's an error.
419 # If we ever return, it's an error.
H A Dhppa.s184 ; from the user's function. It is an error for `cleanup' to return.
/gem5/tests/test-progs/asmtest/src/riscv/isa/macros/scalar/
H A Dtest_macros.h93 # Tests for an instruction with register operands
121 # Tests for an instruction with register-register operands

Completed in 35 milliseconds