mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 16:53:55 -06:00
added shift tests
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@12 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
4d1135e486
commit
379ca80d34
3 changed files with 104 additions and 1 deletions
|
@ -67,6 +67,30 @@ static void *call_start __init_call = NULL;
|
|||
#define OP1
|
||||
#include "test-i386.h"
|
||||
|
||||
#define OP shl
|
||||
#include "test-i386-shift.h"
|
||||
|
||||
#define OP shr
|
||||
#include "test-i386-shift.h"
|
||||
|
||||
#define OP sar
|
||||
#include "test-i386-shift.h"
|
||||
|
||||
#define OP rol
|
||||
#include "test-i386-shift.h"
|
||||
|
||||
#define OP ror
|
||||
#include "test-i386-shift.h"
|
||||
|
||||
#define OP rcr
|
||||
#define OP_CC
|
||||
#include "test-i386-shift.h"
|
||||
|
||||
#define OP rcl
|
||||
#define OP_CC
|
||||
#include "test-i386-shift.h"
|
||||
|
||||
|
||||
/* lea test (modrm support) */
|
||||
#define TEST_LEA(STR)\
|
||||
{\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue