mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
converted more helpers to TCG - fixed some SVM issues
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4459 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
6e01bdaedc
commit
b8b6a50b55
10 changed files with 405 additions and 486 deletions
|
@ -104,7 +104,7 @@ void glue(helper_pmuludq, SUFFIX) (Reg *d, Reg *s);
|
|||
void glue(helper_pmaddwd, SUFFIX) (Reg *d, Reg *s);
|
||||
|
||||
void glue(helper_psadbw, SUFFIX) (Reg *d, Reg *s);
|
||||
void glue(helper_maskmov, SUFFIX) (Reg *d, Reg *s);
|
||||
void glue(helper_maskmov, SUFFIX) (Reg *d, Reg *s, target_ulong a0);
|
||||
void glue(helper_movl_mm_T0, SUFFIX) (Reg *d, uint32_t val);
|
||||
#ifdef TARGET_X86_64
|
||||
void glue(helper_movq_mm_T0, SUFFIX) (Reg *d, uint64_t val);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue