Searched refs:opc83_long_operation (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/ |
| H A D | ops.c | 5947 static u32(*opc83_long_operation[]) (u32 s, u32 d) = { variable 6023 destval = (*opc83_long_operation[rh]) (destval, imm); in x86emuOp_opc83_word_RM_IMM() 6051 destval = (*opc83_long_operation[rh]) (destval, imm); in x86emuOp_opc83_word_RM_IMM() 6079 destval = (*opc83_long_operation[rh]) (destval, imm); in x86emuOp_opc83_word_RM_IMM() 6106 destval = (*opc83_long_operation[rh]) (*destreg, imm); in x86emuOp_opc83_word_RM_IMM()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/v86d/v86d/ |
| H A D | Update-x86emu-from-X.org.patch | 7181 -static u32 (*opc83_long_operation[])(u32 s, u32 d) = 7191 +static u32(*opc83_long_operation[]) (u32 s, u32 d) = { 7231 destval = (*opc83_long_operation[rh]) (destval, imm); 7252 destval = (*opc83_long_operation[rh]) (destval, imm); 7273 destval = (*opc83_long_operation[rh]) (destval, imm); 7298 destval = (*opc83_long_operation[rh]) (*destreg, imm);
|