Searched refs:shifts (Results 1 - 7 of 7) sorted by relevance

/gem5/src/cpu/pred/
H A Dstatistical_corrector.hh82 shifts.resize(num);
89 shifts[ordinal - 1] = shift;
119 std::vector<int> shifts; member in struct:StatisticalCorrector::SCThreadHistory
124 return (pc ^ (pc >> shifts[idx])) & (localHistories[idx].size()-1);
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64ui/
H A Dsll.S38 # Verify that shifts only use bottom six bits
H A Dsllw.S38 # Verify that shifts only use bottom five bits
H A Dsra.S38 # Verify that shifts only use bottom five bits
H A Dsraw.S38 # Verify that shifts only use bottom five bits
H A Dsrl.S41 # Verify that shifts only use bottom five bits
H A Dsrlw.S38 # Verify that shifts only use bottom five bits

Completed in 8 milliseconds