libTriton version 1.0 build 1590
Loading...
Searching...
No Matches
SHIFT

[python api] All information about the SHIFT Python namespace.

Description


The SHIFT namespace contains all kinds of shift operands for AArch64.

Python API - Items of the SHIFT namespace


  • SHIFT.ARM.INVALID
    Invalid shift operand.
  • SHIFT.ARM.ASR
    Arithmetic Shift Right operand.
  • SHIFT.ARM.LSL
    Logical Shift Left operand.
  • SHIFT.ARM.LSR
    Logical Shift Right operand.
  • SHIFT.ARM.ROR
    Rotate Right operand.
  • SHIFT.ARM.RRX
    Rotate Right with Extend operand.
  • SHIFT.ARM.ASR_REG
    Arithmetic Shift Right operand.
  • SHIFT.ARM.LSL_REG
    Logical Shift Left operand.
  • SHIFT.ARM.LSR_REG
    Logical Shift Right operand.
  • SHIFT.ARM.ROR_REG
    Rotate Right operand.
  • SHIFT.ARM.RRX_REG
    Rotate Right with Extend operand.