added shift tests

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@12 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
bellard 2003-02-24 23:43:02 +00:00
parent 4d1135e486
commit 379ca80d34
3 changed files with 104 additions and 1 deletions

View file

@ -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)\
{\