implement IN and OUT opcodes.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1839
This commit is contained in:
Dirk Mueller
2003-09-27 20:15:01 +00:00
parent ff5d331a0a
commit 8d8ec2ca64
7 changed files with 186 additions and 35 deletions

View File

@@ -1079,6 +1079,9 @@ extern Int VGOFF_(helper_shrdw);
extern Int VGOFF_(helper_RDTSC);
extern Int VGOFF_(helper_CPUID);
extern Int VGOFF_(helper_IN);
extern Int VGOFF_(helper_OUT);
extern Int VGOFF_(helper_bsf);
extern Int VGOFF_(helper_bsr);