summaryrefslogtreecommitdiffstats
path: root/op-i386.c
Commit message (Expand)AuthorAgeFilesLines
* new directory structurebellard2003-09-301-2054/+0
* finished simplifying string operationsbellard2003-09-171-2/+11
* faster and more accurate segment handlingbellard2003-08-211-0/+1
* pop ss, mov ss, x and sti disable irqs for the next instruction - began dispa...bellard2003-08-201-0/+10
* pass function name to JMUP_TB()bellard2003-08-111-3/+3
* soft mmu support - Memory I/O API - synthetize string instructionsbellard2003-08-101-62/+38
* more generic ljmp and lcall - fixed REPNZ usage for non compare string ops (F...bellard2003-07-271-2/+17
* real mode support (now boots from BOCHS BIOS and LGPL'ed VGA BIOS)bellard2003-07-261-0/+5
* gdb stub breakpoints supportbellard2003-07-261-0/+6
* changed basic block exit generationbellard2003-07-111-0/+5
* dummy rdmsr and wrmsr support - xor reg, reg optimizationbellard2003-07-071-0/+10
* make FPU load exception safebellard2003-07-011-14/+50
* first step to fix precise eflags update in case of exceptionbellard2003-06-301-37/+9
* more ring 0 operationsbellard2003-06-241-4/+31
* ring 0 opsbellard2003-06-211-12/+73
* fixed float to int overflow bug - added ARM host correct roundings for float ...bellard2003-06-151-78/+2
* more code moved to helpersbellard2003-06-091-128/+14
* separated helpers from micro operationsbellard2003-06-051-835/+2
* Alpha update (Falk Hueffner)bellard2003-06-021-5/+5
* added fsave/frstor/fstenv/fldenv/fcomi - fixed cpuid - make lret/iret restart...bellard2003-05-291-9/+191
* precise exceptions - more accurate interrupt semanticsbellard2003-05-271-22/+174
* direct chaining for PowerPC and i386bellard2003-05-251-83/+45
* added EIP return to INTO - fixed SHL C flag computation - added LAR/LSLbellard2003-05-101-5/+66
* simplified exception supportbellard2003-05-101-9/+4
* removed unnecessary VME support - fixed selector GPF exceptionbellard2003-05-101-5/+10
* more accurate GPF generationbellard2003-05-081-7/+14
* sparc supportbellard2003-04-291-3/+79
* powerpc div and rint fixesbellard2003-04-071-0/+44
* better vm86 support - added iret - fixed push/pop fs/gsbellard2003-03-301-3/+96
* added cmpxchg8b, cpuid, bound, eflags support, vm86 modebellard2003-03-291-9/+108
* xchg lock, xlat instrbellard2003-03-261-0/+5
* distribution patchesbellard2003-03-231-11/+11
* better signal/exception supportbellard2003-03-231-35/+13
* basic clone() supportbellard2003-03-221-0/+11
* better 16 bit code supportbellard2003-03-221-107/+134
* ppc portbellard2003-03-201-0/+99
* added flags computation optimizationbellard2003-03-191-6/+48
* added loop/xadd/cmpxchg supportbellard2003-03-161-0/+19
* added minimal segment supportbellard2003-03-161-0/+54
* added pusha/popa/rdtsc/bcd opsbellard2003-03-161-0/+237
* added translation cachebellard2003-03-061-201/+20
* convert several x86 instructions at the same timebellard2003-03-051-1/+2
* float fixes - added bsr/bsf supportbellard2003-03-051-6/+179
* many fixesbellard2003-03-031-47/+136
* better debug supportbellard2003-03-031-0/+44
* prints hello worldbellard2003-03-031-32/+71
* test infrastructurebellard2003-03-031-8/+45
* added float supportbellard2003-03-021-1/+727
* new x86 CPU corebellard2003-03-011-518/+289
* new i386 emulator corebellard2003-03-011-0/+1097
OpenPOWER on IntegriCloud