Home
last modified time | relevance | path

Searched refs:X86_OPCODE (Results 1 – 11 of 11) sorted by relevance

/dports/devel/apitrace/apitrace-9.0/thirdparty/mhook/disasm-lib/
H A Ddisasm_x86_tables.h861 X86_OPCODE X86_Group_4[8] = // FE
872 X86_OPCODE X86_Group_5[8] = // FF
1155 X86_OPCODE X86_ESC_1[0x48] = // D9
1251 X86_OPCODE X86_ESC_2[0x48] = // DA
1348 X86_OPCODE X86_ESC_3[0x48] = // DB
1443 X86_OPCODE X86_ESC_4[0x48] = // DC
1539 X86_OPCODE X86_ESC_5[0x48] = // DD
1831 X86_OPCODE X86_SSE[0x300] =
2806 X86_OPCODE X86_3DNOW_0F[0x100] =
3072 X86_OPCODE X86_Opcode_63[2] =
[all …]
H A Ddisasm_x86.h738 } X86_OPCODE; typedef
744 X86_OPCODE Opcode;
H A Ddisasm_x86.c976 X86_OPCODE *X86Opcode; in X86_GetInstruction()
1589 memcpy(&X86Instruction->Opcode, X86Opcode, sizeof(X86_OPCODE)); in X86_GetInstruction()
1630 memcpy(&X86Instruction->Opcode, X86Opcode, sizeof(X86_OPCODE)); in X86_GetInstruction()
2542 X86_OPCODE *X86Opcode; in SetOperands()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/cpu/i386/
H A Di386ops.h6 } X86_OPCODE; typedef
20 static X86_OPCODE x86_opcode_table[] =
H A Di386.cpp683 for (i=0; i < sizeof(x86_opcode_table)/sizeof(X86_OPCODE); i++) in build_opcode_table()
685 X86_OPCODE *op = &x86_opcode_table[i]; in build_opcode_table()
/dports/emulators/mess/mame-mame0226/src/devices/cpu/i386/
H A Di386.h232 struct X86_OPCODE { struct
239 static const X86_OPCODE s_x86_opcode_table[]; argument
H A Di386.cpp2294 for (i=0; i < sizeof(s_x86_opcode_table)/sizeof(X86_OPCODE); i++) in build_opcode_table()
2296 const X86_OPCODE *op = &s_x86_opcode_table[i]; in build_opcode_table()
H A Di386ops.h4 const i386_device::X86_OPCODE i386_device::s_x86_opcode_table[] =
/dports/emulators/mame/mame-mame0226/src/devices/cpu/i386/
H A Di386.h232 struct X86_OPCODE { struct
239 static const X86_OPCODE s_x86_opcode_table[]; argument
H A Di386.cpp2294 for (i=0; i < sizeof(s_x86_opcode_table)/sizeof(X86_OPCODE); i++) in build_opcode_table()
2296 const X86_OPCODE *op = &s_x86_opcode_table[i]; in build_opcode_table()
H A Di386ops.h4 const i386_device::X86_OPCODE i386_device::s_x86_opcode_table[] =