Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/bios_emulator/x86emu/
H A Dops.c151 static u32 (*opcD1_long_operation[])(u32 s, u8 d) = variable
3208 destval = (*opcD1_long_operation[rh]) (destval, amt); in x86emuOp_opcC1_word_RM_MEM()
3230 *destreg = (*opcD1_long_operation[rh]) (*destreg, amt); in x86emuOp_opcC1_word_RM_MEM()
3749 destval = (*opcD1_long_operation[rh]) (destval, 1); in x86emuOp_opcD1_word_RM_1()
3770 destval = (*opcD1_long_operation[rh]) (*destreg, 1); in x86emuOp_opcD1_word_RM_1()
3925 destval = (*opcD1_long_operation[rh]) (destval, amt); in x86emuOp_opcD3_word_RM_CL()
3945 *destreg = (*opcD1_long_operation[rh]) (*destreg, amt); in x86emuOp_opcD3_word_RM_CL()
/OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/
H A Dops.c8774 static u32(*opcD1_long_operation[]) (u32 s, u8 d) = { variable
8844 destval = (*opcD1_long_operation[rh]) (destval, amt); in x86emuOp_opcC1_word_RM_MEM()
8870 destval = (*opcD1_long_operation[rh]) (destval, amt); in x86emuOp_opcC1_word_RM_MEM()
8896 destval = (*opcD1_long_operation[rh]) (destval, amt); in x86emuOp_opcC1_word_RM_MEM()
8920 *destreg = (*opcD1_long_operation[rh]) (*destreg, amt); in x86emuOp_opcC1_word_RM_MEM()
9622 destval = (*opcD1_long_operation[rh]) (destval, 1); in x86emuOp_opcD1_word_RM_1()
9646 destval = (*opcD1_long_operation[rh]) (destval, 1); in x86emuOp_opcD1_word_RM_1()
9670 destval = (*opcD1_long_operation[rh]) (destval, 1); in x86emuOp_opcD1_word_RM_1()
9693 destval = (*opcD1_long_operation[rh]) (*destreg, 1); in x86emuOp_opcD1_word_RM_1()
9874 destval = (*opcD1_long_operation[rh]) (destval, amt); in x86emuOp_opcD3_word_RM_CL()
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/v86d/v86d/
H A DUpdate-x86emu-from-X.org.patch9299 -static u32 (*opcD1_long_operation[])(u32 s, u8 d) =
9310 +static u32(*opcD1_long_operation[]) (u32 s, u8 d) = {
9326 destval = (*opcD1_long_operation[rh]) (destval, amt);
9336 destval = (*opcD1_long_operation[rh]) (destval, amt);
9346 destval = (*opcD1_long_operation[rh]) (destval, amt);
9366 *destreg = (*opcD1_long_operation[rh]) (*destreg, amt);
9724 destval = (*opcD1_long_operation[rh]) (destval, 1);
9734 destval = (*opcD1_long_operation[rh]) (destval, 1);
9744 destval = (*opcD1_long_operation[rh]) (destval, 1);
9767 destval = (*opcD1_long_operation[rh]) (*destreg, 1);
[all …]