Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/
H A Dops.c5820 static u8(*opc82_byte_operation[]) (u8 s, u8 d) = { variable
5896 destval = (*opc82_byte_operation[rh]) (destval, imm); in x86emuOp_opc82_byte_RM_IMM()
5907 destval = (*opc82_byte_operation[rh]) (destval, imm); in x86emuOp_opc82_byte_RM_IMM()
5918 destval = (*opc82_byte_operation[rh]) (destval, imm); in x86emuOp_opc82_byte_RM_IMM()
5927 destval = (*opc82_byte_operation[rh]) (*destreg, imm); in x86emuOp_opc82_byte_RM_IMM()
/OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/v86d/v86d/
H A DUpdate-x86emu-from-X.org.patch7116 -static u8 (*opc82_byte_operation[])(u8 s, u8 d) =
7126 +static u8(*opc82_byte_operation[]) (u8 s, u8 d) = {