Skip to content
Commit 22deaa5a authored by Johnny Chen's avatar Johnny Chen
Browse files

Add emulation methods for LSL (immediate), LSL (register), LSR (immediate), and LSR (register).

Create two helper methods EmulateShiftImm() and EmulateShiftReg() and have ASR, LSL, and LSR
delegate to the helper methods which take an extra ARM_ShifterType parameter.

The opcodes tables have not been updated yet to reflect these new entries.

llvm-svn: 125633
parent 25468059
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment