Home
last modified time | relevance | path

Searched refs:INC_DECODED_INST_LEN (Results 1 – 3 of 3) sorted by relevance

/haiku/headers/libs/x86emu/x86emu/
H A Ddebug.h115 #define INC_DECODED_INST_LEN(x) \ macro
126 #define INC_DECODED_INST_LEN(x) macro
/haiku/src/libs/x86emu/
H A Ddecode.c107 INC_DECODED_INST_LEN(1); in X86EMU_exec()
163 INC_DECODED_INST_LEN(1); in fetch_decode_modrm()
187 INC_DECODED_INST_LEN(1); in fetch_byte_imm()
210 INC_DECODED_INST_LEN(2); in fetch_word_imm()
233 INC_DECODED_INST_LEN(4); in fetch_long_imm()
H A Dops.c977 INC_DECODED_INST_LEN(1); in x86emuOp_two_byte()