Go to the documentation of this file.
40 #ifndef __X86EMU_DECODE_H
41 #define __X86EMU_DECODE_H
47 #define FETCH_DECODE_MODRM(mod,rh,rl) fetch_decode_modrm(&mod,&rh,&rl)
48 #define DECODE_RM_BYTE_REGISTER(r) decode_rm_byte_register(r)
49 #define DECODE_RM_WORD_REGISTER(r) decode_rm_word_register(r)
50 #define DECODE_RM_LONG_REGISTER(r) decode_rm_long_register(r)
51 #define DECODE_CLEAR_SEGOVR() M.x86.mode &= ~SYSMODE_CLRMASK