Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/bios_emulator/include/x86emu/
H A Dops.h42 extern void (*x86emu_optab[0x100])(u8 op1);
/rk3399_rockchip-uboot/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