AsmJit Project
Machine Code Generation for C++
Constructs a LSL #value
shift (logical shift left).
Constructs a LSR #value
shift (logical shift right).
Constructs a ASR #value
shift (arithmetic shift right).
Constructs a ROR #value
shift (rotate right).
Constructs a RRX
shift (rotate with carry by 1).
Constructs a MSL #value
shift (logical shift left filling ones).
Constructs a UXTB #value
extend and shift (unsigned byte extend).
Constructs a UXTH #value
extend and shift (unsigned hword extend).
Constructs a UXTW #value
extend and shift (unsigned word extend).
Constructs a UXTX #value
extend and shift (unsigned dword extend).
Constructs a SXTB #value
extend and shift (signed byte extend).
Constructs a SXTH #value
extend and shift (signed hword extend).
Constructs a SXTW #value
extend and shift (signed word extend).
Constructs a SXTX #value
extend and shift (signed dword extend).