Home
last modified time | relevance | path

Searched refs:opc80_byte_operation (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/
H A Dops.c5498 static u8(*opc80_byte_operation[]) (u8 d, u8 s) = { variable
5575 destval = (*opc80_byte_operation[rh]) (destval, imm); in x86emuOp_opc80_byte_RM_IMM()
5587 destval = (*opc80_byte_operation[rh]) (destval, imm); in x86emuOp_opc80_byte_RM_IMM()
5599 destval = (*opc80_byte_operation[rh]) (destval, imm); in x86emuOp_opc80_byte_RM_IMM()
5609 destval = (*opc80_byte_operation[rh]) (*destreg, imm); in x86emuOp_opc80_byte_RM_IMM()
/OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/v86d/v86d/
H A DUpdate-x86emu-from-X.org.patch6927 -static u8 (*opc80_byte_operation[])(u8 d, u8 s) =
6937 +static u8(*opc80_byte_operation[]) (u8 d, u8 s) = {