Searched refs:shift (Results 26 - 30 of 30) sorted by relevance

12

/gem5/configs/common/cores/arm/
H A DHPI.py59 shift = False
62 if shift:
66 shift = True
68 shift = False
713 # Order *before* shift
719 # Order after shift
1267 HPI_CMN_register_A1(), # Need to check for shift
1269 HPI_CMP_register_A1(), # Need to check for shift
/gem5/src/arch/mips/
H A Ddsp.cc46 int shift; local
49 shift = 2 * i - 15;
51 if (shift < 0)
52 result |= (value & 1 << i) << -shift;
54 result |= (value & 1 << i) >> shift;
/gem5/src/arch/arm/
H A Dtypes.hh127 Bitfield<6, 5> shift; member in namespace:ArmISA
/gem5/src/arch/arm/kvm/
H A Darm_cpu.cc57 #define EXTRACT_FIELD(val, mask, shift) \
58 (((val) & (mask)) >> (shift))
/gem5/ext/mcpat/
H A DxmlParser.cc3173 (xstrnicmp((char*)b, "shift-jis", 9) == 0) ||

Completed in 36 milliseconds

12