Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/
H A Dops.c5629 static u32(*opc81_long_operation[]) (u32 d, u32 s) = { variable
5708 destval = (*opc81_long_operation[rh]) (destval, imm); in x86emuOp_opc81_word_RM_IMM()
5738 destval = (*opc81_long_operation[rh]) (destval, imm); in x86emuOp_opc81_word_RM_IMM()
5768 destval = (*opc81_long_operation[rh]) (destval, imm); in x86emuOp_opc81_word_RM_IMM()
5797 destval = (*opc81_long_operation[rh]) (*destreg, imm); in x86emuOp_opc81_word_RM_IMM()
/OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/v86d/v86d/
H A DUpdate-x86emu-from-X.org.patch6992 -static u32 (*opc81_long_operation[])(u32 d, u32 s) =
7002 +static u32(*opc81_long_operation[]) (u32 d, u32 s) = {
7033 destval = (*opc81_long_operation[rh]) (destval, imm);
7054 destval = (*opc81_long_operation[rh]) (destval, imm);
7075 destval = (*opc81_long_operation[rh]) (destval, imm);
7100 destval = (*opc81_long_operation[rh]) (*destreg, imm);