Searched refs:unaligned (Results 1 - 13 of 13) sorted by relevance

/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64ui/
H A Dlb.S40 # Test with unaligned base
H A Dlbu.S40 # Test with unaligned base
H A Dld.S40 # Test with unaligned base
H A Dlh.S40 # Test with unaligned base
H A Dlhu.S40 # Test with unaligned base
H A Dlw.S40 # Test with unaligned base
H A Dlwu.S40 # Test with unaligned base
H A Dsb.S42 # Test with unaligned base
H A Dsd.S42 # Test with unaligned base
H A Dsh.S42 # Test with unaligned base
H A Dsw.S42 # Test with unaligned base
/gem5/src/arch/sparc/
H A Dtlb.cc480 // If the access is unaligned trap
546 bool unaligned = vaddr & (size - 1); local
557 // Only use the fast path here if there doesn't need to be an unaligned
559 if (!unaligned) {
692 // If the asi is unaligned trap
693 if (unaligned) {
/gem5/system/alpha/palcode/
H A Dosfpal.S479 // Vectored into via hardware trap on unaligned Dstream reference.
499 blbs r14, pal_pal_bug_check // Bugcheck if unaligned in PAL
4093 bne r9, unaligned
4123 unaligned: label

Completed in 24 milliseconds