Home
last modified time | relevance | path

Searched refs:x86emu_optab (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/x86emu/
H A Dops.h42 extern void (*x86emu_optab[0x100]) (u8 op1);
/OK3568_Linux_fs/u-boot/drivers/bios_emulator/include/x86emu/
H A Dops.h42 extern void (*x86emu_optab[0x100])(u8 op1);
/OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/
H A Ddebug.c142 (x86emu_optab[op1]) (op1); in disassemble_forward()
H A Ddecode.c135 (*x86emu_optab[op1]) (op1); in X86EMU_exec()
H A Dops.c12139 void (*x86emu_optab[256]) (u8) = { variable
/OK3568_Linux_fs/u-boot/drivers/bios_emulator/x86emu/
H A Ddebug.c134 (x86emu_optab[op1]) (op1); in disassemble_forward()
H A Ddecode.c121 (*x86emu_optab[op1])(op1); in X86EMU_exec()
H A Dops.c5137 void (*x86emu_optab[256])(u8) = variable
/OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/v86d/v86d/
H A DUpdate-x86emu-from-X.org.patch181 - (x86emu_optab[op1])(op1);
184 + (x86emu_optab[op1]) (op1);
855 - (*x86emu_optab[op1])(op1);
863 + (*x86emu_optab[op1]) (op1);
11203 -void (*x86emu_optab[256])(u8) =
11205 +void (*x86emu_optab[256]) (u8) = {
11209 @@ -11417,7 +12053,6 @@ void (*x86emu_optab[256])(u8) =
11217 @@ -11426,7 +12061,6 @@ void (*x86emu_optab[256])(u8) =
11225 @@ -11435,7 +12069,6 @@ void (*x86emu_optab[256])(u8) =
11233 @@ -11444,7 +12077,6 @@ void (*x86emu_optab[256])(u8) =
[all …]