Searched refs:opcD1_word_operation (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/bios_emulator/x86emu/ |
| H A D | ops.c | 138 static u16(*opcD1_word_operation[])(u16 s, u8 d) = variable 3219 destval = (*opcD1_word_operation[rh]) (destval, amt); in x86emuOp_opcC1_word_RM_MEM() 3238 *destreg = (*opcD1_word_operation[rh]) (*destreg, amt); in x86emuOp_opcC1_word_RM_MEM() 3759 destval = (*opcD1_word_operation[rh]) (destval, 1); in x86emuOp_opcD1_word_RM_1() 3779 destval = (*opcD1_word_operation[rh]) (*destreg, 1); in x86emuOp_opcD1_word_RM_1() 3935 destval = (*opcD1_word_operation[rh]) (destval, amt); in x86emuOp_opcD3_word_RM_CL() 3952 *destreg = (*opcD1_word_operation[rh]) (*destreg, amt); in x86emuOp_opcD3_word_RM_CL()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/ |
| H A D | ops.c | 8769 static u16(*opcD1_word_operation[]) (u16 s, u8 d) = { variable 8856 destval = (*opcD1_word_operation[rh]) (destval, amt); in x86emuOp_opcC1_word_RM_MEM() 8882 destval = (*opcD1_word_operation[rh]) (destval, amt); in x86emuOp_opcC1_word_RM_MEM() 8908 destval = (*opcD1_word_operation[rh]) (destval, amt); in x86emuOp_opcC1_word_RM_MEM() 8929 *destreg = (*opcD1_word_operation[rh]) (*destreg, amt); in x86emuOp_opcC1_word_RM_MEM() 9633 destval = (*opcD1_word_operation[rh]) (destval, 1); in x86emuOp_opcD1_word_RM_1() 9657 destval = (*opcD1_word_operation[rh]) (destval, 1); in x86emuOp_opcD1_word_RM_1() 9681 destval = (*opcD1_word_operation[rh]) (destval, 1); in x86emuOp_opcD1_word_RM_1() 9703 destval = (*opcD1_word_operation[rh]) (*destreg, 1); in x86emuOp_opcD1_word_RM_1() 9885 destval = (*opcD1_word_operation[rh]) (destval, amt); in x86emuOp_opcD3_word_RM_CL() [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/v86d/v86d/ |
| H A D | Update-x86emu-from-X.org.patch | 9283 -static u16(*opcD1_word_operation[])(u16 s, u8 d) = 9294 +static u16(*opcD1_word_operation[]) (u16 s, u8 d) = {
|