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

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

Description


The EXTEND namespace contains all kinds of extend operands for AArch64.

Python API - Items of the EXTEND namespace


  • EXTEND.ARM.INVALID
    Invalid extend operand
  • EXTEND.ARM.UXTB
    Extracts a byte (8-bit) value from a register and zero extends it to the size of the register
  • EXTEND.ARM.UXTH
    Extracts a halfword (16-bit) value from a register and zero extends it to the size of the register
  • EXTEND.ARM.UXTW
    Extracts a word (32-bit) value from a register and zero extends it to the size of the register
  • EXTEND.ARM.UXTX
    Use the whole 64-bit register
  • EXTEND.ARM.SXTB
    Extracts a byte (8-bit) value from a register and sign extends it to the size of the register
  • EXTEND.ARM.SXTH
    Extracts a halfword (16-bit) value from a register and sign extends it to the size of the register
  • EXTEND.ARM.SXTW
    Extracts a word (32-bit) value from a register and sign extends it to the size of the register
  • EXTEND.ARM.SXTX
    Use the whole 64-bit register