unicorn/qemu/target-i386
Richard Henderson 092c7bea97
target-i386: Access segs via TCG registers
Having segs[].base as a register significantly improves code
generation for real and protected modes, particularly for TBs
that have multiple memory references where the segment base
can be held in a hard register through the TB.

Backports commit 3558f8055f37a34762b7a2a0f02687e6eeab893d from qemu
2018-02-20 10:02:37 -05:00
..
arch_memory_mapping.c x86: Clean up includes 2018-02-19 01:00:09 -05:00
bpt_helper.c x86: Clean up includes 2018-02-19 01:00:09 -05:00
cc_helper_template.h
cc_helper.c x86: Clean up includes 2018-02-19 01:00:09 -05:00
cpu-qom.h target-i386: create a separate AddressSpace for each CPU 2018-02-13 12:36:26 -05:00
cpu.c qom: Swap 'name' next to visitor in ObjectPropertyAccessor 2018-02-19 23:14:37 -05:00
cpu.h target-i386: Add PKU and and OSPKE support 2018-02-19 00:07:31 -05:00
excp_helper.c x86: Clean up includes 2018-02-19 01:00:09 -05:00
fpu_helper.c x86: Clean up includes 2018-02-19 01:00:09 -05:00
helper.c x86: Clean up includes 2018-02-19 01:00:09 -05:00
helper.h target-i386: Check CR4[DE] for processing DR4/DR5 2018-02-17 15:24:06 -05:00
int_helper.c x86: Clean up includes 2018-02-19 01:00:09 -05:00
Makefile.objs
mem_helper.c x86: Clean up includes 2018-02-19 01:00:09 -05:00
misc_helper.c x86: Clean up includes 2018-02-19 01:00:09 -05:00
ops_sse_header.h target-i386: Rename struct XMMReg to ZMMReg 2018-02-18 23:46:30 -05:00
ops_sse.h target-i386: Rename XMM_[BWLSDQ] helpers to ZMM_* 2018-02-18 23:53:16 -05:00
seg_helper.c x86: Clean up includes 2018-02-19 01:00:09 -05:00
shift_helper_template.h
smm_helper.c x86: Clean up includes 2018-02-19 01:00:09 -05:00
svm_helper.c x86: Clean up includes 2018-02-19 01:00:09 -05:00
svm.h
TODO
topology.h
translate.c target-i386: Access segs via TCG registers 2018-02-20 10:02:37 -05:00
unicorn.c target-i386: Access segs via TCG registers 2018-02-20 10:02:37 -05:00
unicorn.h