diff options
| author | bunnei <bunneidev@gmail.com> | 2014-12-30 11:27:30 -0500 |
|---|---|---|
| committer | bunnei <bunneidev@gmail.com> | 2014-12-30 11:27:30 -0500 |
| commit | c5c35c85e5a67ddfb721d63d15dbce21b2b28a1b (patch) | |
| tree | 2070f7d5801855fde50a45089d53d13091eb7a77 /src/core/arm/skyeye_common/vfp/vfp.h | |
| parent | f3d3a7004ee3e2b060b751968cae94c5f4ed2d71 (diff) | |
| parent | 6ce4b7b6665e92a60fcd03ae0a008b455f812b12 (diff) | |
Merge pull request #371 from lioncash/vfp
vfp: Implement VMOVBRRSS
Diffstat (limited to 'src/core/arm/skyeye_common/vfp/vfp.h')
| -rw-r--r-- | src/core/arm/skyeye_common/vfp/vfp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/arm/skyeye_common/vfp/vfp.h b/src/core/arm/skyeye_common/vfp/vfp.h index f9e8d521d..539fb0131 100644 --- a/src/core/arm/skyeye_common/vfp/vfp.h +++ b/src/core/arm/skyeye_common/vfp/vfp.h @@ -97,6 +97,7 @@ u32 vfp_double_cpdo(ARMul_State* state, u32 inst, u32 fpscr); void VMRS(ARMul_State * state, ARMword reg, ARMword Rt, ARMword *value); void VMOVBRS(ARMul_State * state, ARMword to_arm, ARMword t, ARMword n, ARMword *value); void VMOVBRRD(ARMul_State * state, ARMword to_arm, ARMword t, ARMword t2, ARMword n, ARMword *value1, ARMword *value2); +void VMOVBRRSS(ARMul_State* state, ARMword to_arm, ARMword t, ARMword t2, ARMword n, ARMword* value1, ARMword* value2); void VMOVI(ARMul_State * state, ARMword single, ARMword d, ARMword imm); void VMOVR(ARMul_State * state, ARMword single, ARMword d, ARMword imm); /* MCR */ |
