Home
last modified time | relevance | path

Searched refs:opcD0_byte_operation (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/bios_emulator/x86emu/
H A Dops.c125 static u8(*opcD0_byte_operation[])(u8 d, u8 s) = variable
3130 destval = (*opcD0_byte_operation[rh]) (destval, amt); in x86emuOp_opcC0_byte_RM_MEM()
3137 destval = (*opcD0_byte_operation[rh]) (*destreg, amt); in x86emuOp_opcC0_byte_RM_MEM()
3675 destval = (*opcD0_byte_operation[rh]) (destval, 1); in x86emuOp_opcD0_byte_RM_1()
3681 destval = (*opcD0_byte_operation[rh]) (*destreg, 1); in x86emuOp_opcD0_byte_RM_1()
3849 destval = (*opcD0_byte_operation[rh]) (destval, amt); in x86emuOp_opcD2_byte_RM_CL()
3855 destval = (*opcD0_byte_operation[rh]) (*destreg, amt); in x86emuOp_opcD2_byte_RM_CL()
/OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/
H A Dops.c8663 static u8(*opcD0_byte_operation[]) (u8 d, u8 s) = { variable
8732 destval = (*opcD0_byte_operation[rh]) (destval, amt); in x86emuOp_opcC0_byte_RM_MEM()
8742 destval = (*opcD0_byte_operation[rh]) (destval, amt); in x86emuOp_opcC0_byte_RM_MEM()
8752 destval = (*opcD0_byte_operation[rh]) (destval, amt); in x86emuOp_opcC0_byte_RM_MEM()
8760 destval = (*opcD0_byte_operation[rh]) (*destreg, amt); in x86emuOp_opcC0_byte_RM_MEM()
9526 destval = (*opcD0_byte_operation[rh]) (destval, 1); in x86emuOp_opcD0_byte_RM_1()
9535 destval = (*opcD0_byte_operation[rh]) (destval, 1); in x86emuOp_opcD0_byte_RM_1()
9544 destval = (*opcD0_byte_operation[rh]) (destval, 1); in x86emuOp_opcD0_byte_RM_1()
9551 destval = (*opcD0_byte_operation[rh]) (*destreg, 1); in x86emuOp_opcD0_byte_RM_1()
9776 destval = (*opcD0_byte_operation[rh]) (destval, amt); in x86emuOp_opcD2_byte_RM_CL()
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/v86d/v86d/
H A DUpdate-x86emu-from-X.org.patch9245 -static u8(*opcD0_byte_operation[])(u8 d, u8 s) =
9256 +static u8(*opcD0_byte_operation[]) (u8 d, u8 s) = {
9271 destval = (*opcD0_byte_operation[rh]) (destval, amt);
9704 destval = (*opcD0_byte_operation[rh]) (destval, 1);
9790 destval = (*opcD0_byte_operation[rh]) (destval, amt);