mirror of
https://github.com/holub/mame
synced 2025-10-06 09:00:04 +03:00
drcbex64: map F0-F3 to SSE registers (nw)
This commit is contained in:
parent
af570db2d0
commit
2c70bf1e92
@ -263,7 +263,7 @@ static const UINT8 int_register_map[REG_I_COUNT] =
|
|||||||
|
|
||||||
static UINT8 float_register_map[REG_F_COUNT] =
|
static UINT8 float_register_map[REG_F_COUNT] =
|
||||||
{
|
{
|
||||||
0
|
REG_XMM6, REG_XMM7, REG_XMM8, REG_XMM9
|
||||||
};
|
};
|
||||||
|
|
||||||
// condition mapping table
|
// condition mapping table
|
||||||
|
@ -22,9 +22,6 @@
|
|||||||
* Support for FPU exceptions
|
* Support for FPU exceptions
|
||||||
|
|
||||||
* New instructions?
|
* New instructions?
|
||||||
- FCOPYI, ICOPYF
|
|
||||||
copy raw between float and integer registers
|
|
||||||
|
|
||||||
- VALID opcode_desc,handle,param
|
- VALID opcode_desc,handle,param
|
||||||
checksum/compare code referenced by opcode_desc; if not
|
checksum/compare code referenced by opcode_desc; if not
|
||||||
matching, generate exception with handle,param
|
matching, generate exception with handle,param
|
||||||
|
Loading…
Reference in New Issue
Block a user