Added ARM coproc registers (#684)

* Added ARM coproc registers

* Added regression test for vfp
This commit is contained in:
Parker Thompson
2017-01-24 19:56:19 -08:00
committed by Nguyen Anh Quynh
parent a735576dd3
commit 053ecd7bf4
3 changed files with 87 additions and 0 deletions

View File

@ -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,