Statistics
| Branch: | Revision:

root / tests / tcg / test-i386-fprem.c @ f1ff0e89

History | View | Annotate | Download (9.3 kB)

# Date Author Comment
1de7afc9 12/19/2012 09:32 am Paolo Bonzini

misc: move include files to include/qemu/

Signed-off-by: Paolo Bonzini <>

a9523d14 11/10/2012 03:49 pm Catalin Patulea

tests/tcg: new test for i386 FPREM and FPREM1

This is setting the stage for a cleanup of FPREM and FPREM1 helpers while being
sure that they behave same as bare metal.

The test constructs operands using combinations of corner cases for the
floating-point bitfields and prints operands, result and FPU status word for...