index
:
~sandmann/qemu
setcaps
Unnamed repository; edit this file 'description' to name the repository.
sandmann
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target-i386
/
op_helper.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-06-28
x86: rename op_helper.c to seg_helper.c
Blue Swirl
1
-2475
/
+0
2012-06-28
x86: split off memory access helpers
Blue Swirl
1
-136
/
+2
2012-06-28
x86: split off misc helpers
Blue Swirl
1
-578
/
+0
2012-06-28
x86: split off SMM helpers
Blue Swirl
1
-285
/
+0
2012-06-28
x86: split off SVM helpers
Blue Swirl
1
-705
/
+11
2012-06-28
x86: split off integer helpers
Blue Swirl
1
-478
/
+0
2012-06-28
x86: split off condition code helpers
Blue Swirl
1
-404
/
+0
2012-06-28
x86: prepare eflags helpers for general use
Blue Swirl
1
-31
/
+37
2012-06-28
x86: split condition code and shift templates
Blue Swirl
1
-4
/
+22
2012-06-28
x86: split off FPU helpers
Blue Swirl
1
-1277
/
+0
2012-06-28
x86: split off exception handlers
Blue Swirl
1
-113
/
+0
2012-06-28
x86: avoid AREG0 for exceptions
Blue Swirl
1
-205
/
+213
2012-06-28
x86: prepare op_helper.c for splitting
Blue Swirl
1
-796
/
+1279
2012-06-21
qemu-log: use LOG_UNIMP for some target CPU cases
Blue Swirl
1
-0
/
+1
2012-04-14
Use uintptr_t for various op related functions
Blue Swirl
1
-5
/
+3
2012-03-14
target-i386: Don't overuse CPUState
Andreas Färber
1
-17
/
+17
2012-02-28
target-i386: Clean includes
Stefan Weil
1
-1
/
+0
2012-01-11
target-i386: fix SSE rounding and flush to zero
Aurelien Jarno
1
-10
/
+54
2011-10-24
i386: wire up MSR_IA32_MISC_ENABLE
Avi Kivity
1
-0
/
+6
2011-10-01
softmmu_header: pass CPUState to tlb_fill
Blue Swirl
1
-4
/
+3
2011-09-02
x86: fix daa opcode for al register values higher than 0xf9
Boris Figovsky
1
-3
/
+3
2011-08-07
Remove unused is_softmmu parameter from cpu_handle_mmu_fault
Blue Swirl
1
-1
/
+1
2011-07-30
exec.h cleanup
Blue Swirl
1
-4
/
+161
2011-06-26
Remove exec-all.h include directives
Blue Swirl
1
-1
/
+0
2011-06-26
x86: use caller supplied CPUState for interrupt related stuff
Blue Swirl
1
-8
/
+81
2011-06-26
cpu_loop_exit: avoid using AREG0
Blue Swirl
1
-8
/
+8
2011-06-03
target-i386: use floatx80 constants in helper_fld*_ST0()
Aurelien Jarno
1
-19
/
+8
2011-06-03
target-i386: remove old code handling float64
Aurelien Jarno
1
-159
/
+107
2011-04-25
target-i386: fix constants wrt softfloat
Aurelien Jarno
1
-7
/
+17
2011-04-25
target-i386: fix helper_fprem() and helper_fprem1() wrt softfloat
Aurelien Jarno
1
-20
/
+28
2011-04-25
target-i386: fix logarithmic and trigonometric helpers wrt softfloat
Aurelien Jarno
1
-26
/
+26
2011-04-25
target-i386: add CPU86_LDouble <-> double conversion functions
Aurelien Jarno
1
-0
/
+22
2011-04-25
target-i386: replace approx_rsqrt and approx_rcp by softfloat ops
Aurelien Jarno
1
-10
/
+0
2011-04-25
target-i386: fix helper_fsqrt() wrt softfloat
Aurelien Jarno
1
-5
/
+2
2011-04-25
target-i386: fix helper_fdiv() wrt softfloat
Aurelien Jarno
1
-2
/
+3
2011-04-25
target-i386: fix helper_fxtract() wrt softfloat
Aurelien Jarno
1
-7
/
+16
2011-04-25
target-i386: fix helper_fbld_ST0() wrt softfloat
Aurelien Jarno
1
-3
/
+4
2011-04-25
target-i386: fix helper_fscale() wrt softfloat
Aurelien Jarno
1
-1
/
+6
2011-04-20
Remove unused function parameter from cpu_restore_state
Stefan Weil
1
-1
/
+1
2011-04-17
target-i386: add floatx_{add,mul,sub} and use them
Aurelien Jarno
1
-10
/
+8
2010-10-13
i386: avoid a write only variable
Blue Swirl
1
-0
/
+4
2010-08-22
target-i386: svm: Fix MSRPM check
Adam Lackorzynski
1
-1
/
+1
2010-07-03
remove unused stuff from */exec.h
Paolo Bonzini
1
-1
/
+1
2010-06-30
x86: svm: Always clear event_inj on vmexit
Jan Kiszka
1
-0
/
+1
2010-06-19
apic: avoid passing CPUState from CPU code
Blue Swirl
1
-4
/
+4
2010-04-08
target-i386: Fix variable in (disabled) debugging code
Adam Lackorzynski
1
-1
/
+1
2010-03-01
Move ioport.h out of cpu-all.h
Paul Brook
1
-0
/
+1
2010-02-28
target-i386: fix crash on x86 32bit linux host with hw breakpoint exceptions
Jason Wessel
1
-0
/
+5
2009-10-23
target-i386: implement lzcnt emulation
Andre Przywara
1
-2
/
+12
2009-10-04
target-i386: Fix exceptions for fxsave/fxrstor
Kevin Wolf
1
-0
/
+10
[next]