unicorn/qemu/target-i386
Richard Henderson e5acbeb86e
target-i386: Use new deposit and extract ops
A couple of places where it was easy to identify a right-shift
followed by an extract or and-with-immediate, and the obvious
sign-extract from a high byte register.

Backports commit 04fc2f1c8fc030a11e08e81bb926392c0991282a from qemu
2018-03-01 14:38:17 -05:00
..
arch_memory_mapping.c x86: implement la57 paging mode 2018-03-01 11:02:07 -05:00
bpt_helper.c target-i386: Fix eflags.TF/#DB handling of syscall/sysret insns 2018-03-01 10:56:22 -05:00
cc_helper_template.h
cc_helper.c target-i386: Perform set/reset_inhibit_irq inline 2018-02-20 13:34:47 -05:00
cpu-qom.h target-i386: List CPU models using subclass list 2018-02-26 08:17:04 -05:00
cpu.c x86: implement la57 paging mode 2018-03-01 11:02:07 -05:00
cpu.h x86: implement la57 paging mode 2018-03-01 11:02:07 -05:00
excp_helper.c target-i386: correctly propagate retaddr into SVM helpers 2018-03-01 09:31:16 -05:00
fpu_helper.c target-i386: Use struct X86XSaveArea in fpu_helper.c 2018-02-26 03:38:53 -05:00
helper.c x86: implement la57 paging mode 2018-03-01 11:02:07 -05:00
helper.h target-i386: Fix eflags.TF/#DB handling of syscall/sysret insns 2018-03-01 10:56:22 -05:00
int_helper.c cpu: move exec-all.h inclusion out of cpu.h 2018-02-24 02:39:08 -05:00
Makefile.objs
mem_helper.c target-i386: remove helper_lock() 2018-02-27 23:43:22 -05:00
misc_helper.c target-i386: correctly propagate retaddr into SVM helpers 2018-03-01 09:31:16 -05:00
mpx_helper.c cpu: move exec-all.h inclusion out of cpu.h 2018-02-24 02:39:08 -05:00
ops_sse_header.h
ops_sse.h
seg_helper.c target-i386: correctly propagate retaddr into SVM helpers 2018-03-01 09:31:16 -05:00
shift_helper_template.h
smm_helper.c target-i386: Include log.h in smm_helper 2018-02-24 03:06:07 -05:00
svm_helper.c target-i386: correctly propagate retaddr into SVM helpers 2018-03-01 09:31:16 -05:00
svm.h Clean up ill-advised or unusual header guards 2018-02-25 04:22:46 -05:00
TODO
topology.h pc: Add x86_topo_ids_from_apicid() 2018-02-25 20:31:36 -05:00
translate.c target-i386: Use new deposit and extract ops 2018-03-01 14:38:17 -05:00
unicorn.c qemu-common: push cpu.h inclusion out of qemu-common.h 2018-02-24 01:50:56 -05:00
unicorn.h