Searched refs:UXL_OFFSET (Results 1 - 2 of 2) sorted by relevance

/gem5/src/arch/riscv/
H A Disa.cc69 miscRegFile[MISCREG_STATUS] = (2ULL << UXL_OFFSET) | (2ULL << SXL_OFFSET) |
H A Dregisters.hh651 const off_t UXL_OFFSET = 32; member in namespace:RiscvISA
661 const RegVal STATUS_UXL_MASK = 3ULL << UXL_OFFSET;

Completed in 9 milliseconds