unicorn/qemu/target/i386
Duncan Ogilvie 87610baa3f
Fix emulator detection (#1966)
* Add a quick test helper macro to test_x86.c

* Add regression tests for bswap and rex prefixes

* Properly ignore REX prefixes when appropriate

* Fix bswap ax emulator detection
2024-07-19 11:11:21 +08:00
..
arch_memory_mapping.c import Unicorn2 2021-10-03 22:14:44 +08:00
bpt_helper.c import Unicorn2 2021-10-03 22:14:44 +08:00
cc_helper_template.h import Unicorn2 2021-10-03 22:14:44 +08:00
cc_helper.c import Unicorn2 2021-10-03 22:14:44 +08:00
cpu-param.h import Unicorn2 2021-10-03 22:14:44 +08:00
cpu-qom.h import Unicorn2 2021-10-03 22:14:44 +08:00
cpu.c Remove MMU hacks 2023-03-28 14:02:17 +02:00
cpu.h Support changing cpu model for x86 2021-11-04 19:10:29 +01:00
excp_helper.c Remove MMU hacks 2023-03-28 14:02:17 +02:00
fpu_helper.c fix fxsave fpip value, provide tests 2023-10-26 08:42:58 +03:00
helper.c import Unicorn2 2021-10-03 22:14:44 +08:00
helper.h Leave out size parameter in callback 2021-11-09 00:21:34 +01:00
int_helper.c import Unicorn2 2021-10-03 22:14:44 +08:00
machine.c import Unicorn2 2021-10-03 22:14:44 +08:00
mem_helper.c import Unicorn2 2021-10-03 22:14:44 +08:00
misc_helper.c Save jit state before/after callback 2024-02-13 11:13:01 +08:00
mpx_helper.c import Unicorn2 2021-10-03 22:14:44 +08:00
ops_sse_header.h import Unicorn2 2021-10-03 22:14:44 +08:00
ops_sse.h import Unicorn2 2021-10-03 22:14:44 +08:00
seg_helper.c Save jit state before/after callback 2024-02-13 11:13:01 +08:00
shift_helper_template.h import Unicorn2 2021-10-03 22:14:44 +08:00
smm_helper.c import Unicorn2 2021-10-03 22:14:44 +08:00
svm_helper.c import Unicorn2 2021-10-03 22:14:44 +08:00
svm.h import Unicorn2 2021-10-03 22:14:44 +08:00
TODO import Unicorn2 2021-10-03 22:14:44 +08:00
translate.c Fix emulator detection (#1966) 2024-07-19 11:11:21 +08:00
unicorn.c Simplify reg_read/reg_write, obtaining a perf boost. 2023-06-16 15:23:42 -07:00
unicorn.h Simplify reg_read/reg_write, obtaining a perf boost. 2023-06-16 15:23:42 -07:00
xsave_helper.c import Unicorn2 2021-10-03 22:14:44 +08:00