Home | History | Annotate | Download | only in opcodes

Lines Matching full:rotl

997   /* Shift Register Left - note that rotl, shl, and ins are all alternate names for one of the shift instructions.
1003 {"rotl", OP_REG(0x310) | i(0) | n(0), MASK_REG | i(1) | n(1), 0, {REG_0, ENDMASK, REG_22, REG_DEST} },
1004 {"rotl", OP_SI(0x8) | i(0) | n(0), MASK_SI | i(1) | n(1), 0, {ROTATE, ENDMASK, REG_22, REG_DEST} },