Searched refs:rotate (Results 1 - 4 of 4) sorted by relevance

/gem5/src/arch/arm/insts/
H A Dpred_inst.cc51 unsigned rotate = machInst.rotate * 2; local
53 imm = (imm << (32 - rotate)) | (imm >> rotate);
H A Dpred_inst.hh240 uint32_t rotate; member in class:ArmISA::PredImmOp
246 rotate(machInst.rotate << 1)
248 rotated_imm = rotate_imm(imm, rotate);
249 if (rotate != 0)
/gem5/util/minorview/
H A Dblobs.py310 cr.rotate(- (math.pi / 2.0))
331 cr.rotate(- (math.pi / 2.0))
335 cr.rotate(math.pi)
442 cr.rotate(math.pi)
/gem5/src/arch/arm/
H A Dtypes.hh144 Bitfield<11, 8> rotate; member in namespace:ArmISA

Completed in 12 milliseconds