Added ARM coproc registers (#684)
* Added ARM coproc registers * Added regression test for vfp
This commit is contained in:

committed by
Nguyen Anh Quynh

parent
a735576dd3
commit
053ecd7bf4
@ -24,6 +24,9 @@ typedef enum uc_arm_reg {
|
||||
UC_ARM_REG_FPSCR_NZCV,
|
||||
UC_ARM_REG_FPSID,
|
||||
UC_ARM_REG_ITSTATE,
|
||||
UC_ARM_REG_C1_C0_2,
|
||||
UC_ARM_REG_C13_C0_2,
|
||||
UC_ARM_REG_C13_C0_3,
|
||||
UC_ARM_REG_LR,
|
||||
UC_ARM_REG_PC,
|
||||
UC_ARM_REG_SP,
|
||||
|
Reference in New Issue
Block a user