Statistics
| Branch: | Revision:

root / disas @ 34b5d2c6

Name Size
Makefile.objs 784 Bytes
alpha.c 79.8 kB
arm.c 157.3 kB
cris.c 79.8 kB
hppa.c 100.2 kB
i386.c 160.5 kB
ia64.c 396.7 kB
lm32.c 12.6 kB
m68k.c 211.7 kB
microblaze.c 62.1 kB
mips.c 206.6 kB
moxie.c 11.9 kB
ppc.c 237 kB
s390.c 101 kB
sh4.c 82.7 kB
sparc.c 171.7 kB
tci.c 1.8 kB

Latest revisions

# Date Author Comment
95f5b6e3 09/02/2013 11:06 am Anton Blanchard

disas/ppc.c: Fix little endian disassembly

Use info->endian to select the endian of the instruction to
be disassembled.

Signed-off-by: Anton Blanchard <>
Reviewed-by: Anthony Liguori <>
Signed-off-by: Alexander Graf <>

0637c56c 04/27/2013 03:16 am Richard Henderson

tcg-arm: Implement division instructions

An armv7 extension implements division, present on Cortex A15.

Reviewed-by: Aurelien Jarno <>
Signed-off-by: Richard Henderson <>

d640045a 04/13/2013 02:51 pm Aurelien Jarno

target-i386: add AES-NI instructions

Reviewed-by: Edgar E. Iglesias <>
Reviewed-by: Richard Henderson <>
Signed-off-by: Aurelien Jarno <>

8dbd3fc3 04/13/2013 02:51 pm Aurelien Jarno

disas/i386.c: disassemble pclmulqdq instruction

Reviewed-by: Richard Henderson <>
Signed-off-by: Aurelien Jarno <>

309b4de1 04/13/2013 02:51 pm Aurelien Jarno

disas/i386.c: disassemble aes-ni instructions

Reviewed-by: Richard Henderson <>
Signed-off-by: Aurelien Jarno <>

bd86a88e 03/23/2013 04:25 pm Anthony Green

Add moxie disassembler

Signed-off-by: Anthony Green <>
Signed-off-by: Blue Swirl <>

ab2b9f17 03/18/2013 08:40 pm Michael Walle

lm32-dis: fix NULL pointer dereference

Signed-off-by: Michael Walle <>

6ab7e546 02/23/2013 06:11 pm Peter Maydell

Replace all setjmp()/longjmp() with sigsetjmp()/siglongjmp()

The setjmp() function doesn't specify whether signal masks are saved and
restored; on Linux they are not, but on BSD (including MacOSX) they are.
We want to have consistent behaviour across platforms, so we should...

af18078d 02/23/2013 11:50 am Peter Maydell

disas/i386.c: Add explicit braces round empty for-loop body

Add explicit braces round an empty for-loop body; this fits
QEMU style and is easier to read than an inconspicuous semicolon
at the end of the line. It also silences a clang warning:

disas/i386.c:4723:49: warning: for loop has empty body [-Wempty-body]...

00082344 01/26/2013 03:15 pm Paolo Bonzini

build: remove universal-obj-y

All of universal-obj-y, user-obj-y (right now unused) and common-obj-y can
be unified into common-obj-y if we take care of defining CONFIG_SOFTMMU
and CONFIG_USER_ONLY in the toplevel makefile. This is similar to how
we define symbols for hardware components....

View revisions

Also available in: Atom