Searched refs:aligned (Results 1 - 9 of 9) sorted by relevance

/gem5/src/arch/mips/linux/
H A Daligned.hh41 typedef uint64_t uint64_ta __attribute__ ((aligned (8))) ;
42 typedef int64_t int64_ta __attribute__ ((aligned (8))) ;
43 typedef Addr Addr_a __attribute__ ((aligned (8))) ;
45 #define uint64_ta uint64_t __attribute__ ((aligned (8)))
46 #define int64_ta int64_t __attribute__ ((aligned (8)))
47 #define Addr_a Addr __attribute__ ((aligned (8)))
/gem5/src/arch/riscv/
H A Ddecoder.cc45 aligned = true;
58 bool aligned = pc.pc() % sizeof(MachInst) == 0; local
59 if (aligned) {
H A Ddecoder.hh52 bool aligned; member in class:RiscvISA::Decoder
/gem5/src/systemc/tests/systemc/bugs/stack_alignment/
H A Dstack_alignment.cpp25 aligned on first function.
50 * the stack is aligned on a 16-byte boundary on each C/C++ function entry.
64 * when using the myfpxregs address which is aligned on 16-byte boundary.
75 Type Name[Size] __attribute__((aligned(Align)))
/gem5/src/arch/arm/linux/
H A Dlinux.hh223 int64_t __attribute__ ((aligned (8))) st_size;
225 uint64_t __attribute__ ((aligned (8))) st_blocks;
/gem5/tests/test-progs/asmtest/src/riscv/env/v/
H A Dvm.c73 pte_t pt[NPT][PTES_PER_PT] __attribute__((aligned(PGSIZE)));
/gem5/ext/pybind11/tests/
H A Dtest_numpy_array.py174 assert a.flags.aligned == b.flags.aligned
/gem5/src/base/
H A Dstatistics.hh665 char storage[sizeof(Storage)] __attribute__ ((aligned (8)));
1858 char storage[sizeof(Storage)] __attribute__ ((aligned (8)));
/gem5/system/alpha/palcode/
H A Dosfpal.S4094 beq r10, aligned
4100 aligned: label

Completed in 20 milliseconds