rotate
int rotate= ((insn >> 7) & 0x1e);
(insn & 0xff) << (32 - rotate) |
(insn & 0xff) >> rotate);
result = rotate(esize, (1ULL << (imms + 1)) - 1, immr);
var->rotate = 0;
static u32 skl_plane_ctl_rotate(unsigned int rotate)
switch (rotate) {
MISSING_CASE(rotate);
void rotate(struct conf_entry *, const char *);
rotate(ent, oldlog);