Ken Thomases
|
f8220cbe93
|
ntoskrnl.exe: Fix SIB_INDEX() to use REX_X, not REX_R.
Signed-off-by: Ken Thomases <ken@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-04-12 15:21:41 +09:00 |
Sebastian Lackner
|
3d203b1ecb
|
ntoskrnl: Use SIZE_T to store 64-bit offset to USER_SHARED_DATA page.
|
2015-06-24 15:36:41 +09:00 |
Sebastian Lackner
|
9c789f2949
|
ntoskrnl: Add emulation for 'movzx {Eb,Ew}, Gv' instruction.
|
2015-06-19 20:15:20 +09:00 |
Sebastian Lackner
|
411cdebaed
|
ntoskrnl: Add emulation for 'mov Ob, AL' and 'mov Ovqp, rAX' instruction.
|
2015-06-19 20:15:18 +09:00 |
Sebastian Lackner
|
0b06d4c4a3
|
ntoskrnl: Add initial code to emulate memory access to USER_SHARED_DATA on x86_64.
|
2015-06-19 20:15:12 +09:00 |
Sebastian Lackner
|
b61d93a6b7
|
ntoskrnl: Emulate 'mov Eb, Gb' instruction on x86 processor architecture.
|
2015-03-27 00:11:39 +09:00 |
Stefan Leichter
|
e729dba55d
|
ntoskrnl.exe: Emulate instruction mov eax,cr4.
|
2015-01-05 20:10:49 +01:00 |
Sebastian Lackner
|
927a44e676
|
ntoskrnl.exe: Fix incorrect interpretation of SIB byte when parsing x86 opcode.
|
2014-11-07 14:05:12 +09:00 |
Marcus Meissner
|
bd6e1976b3
|
ntoskrnl.exe: Emulate some more mov eax -> drX.
|
2014-09-08 11:52:53 +02:00 |
Gerald Pfeifer
|
57e4e608dc
|
ntoskrnl.exe: Remove variable sep and related code from INSTR_GetOperandAddr.
|
2011-01-21 13:38:54 +01:00 |
Alexandre Julliard
|
3161fc517f
|
ntoskrnl.exe: Avoid using the CONTEXT86 type.
|
2010-10-20 18:37:08 +02:00 |
Gerald Pfeifer
|
9c69b23551
|
ntoskrnl.exe: Remove variable retX which is not really used from emulate_instruction.
|
2010-05-03 15:41:51 +02:00 |
Alexandre Julliard
|
b387880269
|
ntoskrnl: Duplicate the necessary part of instruction emulation to avoid importing kernel.
|
2009-12-31 12:11:59 +01:00 |