Home
last modified time | relevance | path

Searched refs:R_CL (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/bios_emulator/
H A Dbios.c167 M.x86.R_CL = 0; /* Max bus number in system */
203 if (M.x86.R_CL == interface && M.x86.R_CH == subclass
206 if (M.x86.R_CL == _BE_env.vgaInfo.pciInfo->Interface &&
223 &M.x86.R_CL);
226 &M.x86.R_CL);
229 M.x86.R_CL =
283 M.x86.R_DI, M.x86.R_CL);
286 M.x86.R_DI, M.x86.R_CL);
289 PCI_accessReg(M.x86.R_DI, M.x86.R_CL, PCI_WRITE_BYTE,
/OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/
H A Dops2.c649 destval = shld_long(destval, *shiftreg, M.x86.R_CL); in x86emuOp2_shld_CL()
662 destval = shld_word(destval, *shiftreg, M.x86.R_CL); in x86emuOp2_shld_CL()
677 destval = shld_long(destval, *shiftreg, M.x86.R_CL); in x86emuOp2_shld_CL()
690 destval = shld_word(destval, *shiftreg, M.x86.R_CL); in x86emuOp2_shld_CL()
705 destval = shld_long(destval, *shiftreg, M.x86.R_CL); in x86emuOp2_shld_CL()
718 destval = shld_word(destval, *shiftreg, M.x86.R_CL); in x86emuOp2_shld_CL()
731 *destreg = shld_long(*destreg, *shiftreg, M.x86.R_CL); in x86emuOp2_shld_CL()
741 *destreg = shld_word(*destreg, *shiftreg, M.x86.R_CL); in x86emuOp2_shld_CL()
1090 destval = shrd_long(destval, *shiftreg, M.x86.R_CL); in x86emuOp2_shrd_CL()
1103 destval = shrd_word(destval, *shiftreg, M.x86.R_CL); in x86emuOp2_shrd_CL()
[all …]
H A Ddecode.c574 return &M.x86.R_CL; in decode_rm_byte_register()
H A Dops.c8303 M.x86.R_CL = imm; in x86emuOp_mov_byte_CL_IMM()
9768 amt = M.x86.R_CL; in x86emuOp_opcD2_byte_RM_CL()
9863 amt = M.x86.R_CL; in x86emuOp_opcD3_word_RM_CL()
/OK3568_Linux_fs/u-boot/drivers/bios_emulator/x86emu/
H A Dops2.c444 destval = shld_long(destval,*shiftreg,M.x86.R_CL); in x86emuOp2_shld_CL()
455 destval = shld_word(destval,*shiftreg,M.x86.R_CL); in x86emuOp2_shld_CL()
467 *destreg = shld_long(*destreg,*shiftreg,M.x86.R_CL); in x86emuOp2_shld_CL()
476 *destreg = shld_word(*destreg,*shiftreg,M.x86.R_CL); in x86emuOp2_shld_CL()
678 destval = shrd_long(destval,*shiftreg,M.x86.R_CL); in x86emuOp2_shrd_CL()
688 destval = shrd_word(destval,*shiftreg,M.x86.R_CL); in x86emuOp2_shrd_CL()
700 *destreg = shrd_long(*destreg,*shiftreg,M.x86.R_CL); in x86emuOp2_shrd_CL()
709 *destreg = shrd_word(*destreg,*shiftreg,M.x86.R_CL); in x86emuOp2_shrd_CL()
H A Ddecode.c569 return &M.x86.R_CL; in decode_rm_byte_register()
H A Dops.c3842 amt = M.x86.R_CL; in x86emuOp_opcD2_byte_RM_CL()
3915 amt = M.x86.R_CL; in x86emuOp_opcD3_word_RM_CL()
/OK3568_Linux_fs/external/xserver/hw/xfree86/int10/
H A Dxf86x86emu.h46 #define X86_CL M.x86.R_CL
/OK3568_Linux_fs/kernel/include/soc/fsl/qe/
H A Ducc_slow.h71 #define R_CL 0x00010000 /* this frame is closed because of a macro
/OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/x86emu/
H A Dregs.h136 #define R_CL gen.C.I8_reg.l_reg macro
/OK3568_Linux_fs/u-boot/drivers/bios_emulator/include/x86emu/
H A Dregs.h130 #define R_CL gen.C.I8_reg.l_reg macro
/OK3568_Linux_fs/u-boot/drivers/video/
H A Divybridge_igd.c641 M.x86.R_CL = 0x00; /* Use video bios default */ in int15_handler()
/OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/v86d/v86d/
H A DUpdate-x86emu-from-X.org.patch1323 - return &M.x86.R_CL;
1351 + return &M.x86.R_CL;
12050 - destval = shld_long(destval,*shiftreg,M.x86.R_CL);
12051 + destval = shld_long(destval, *shiftreg, M.x86.R_CL);
12063 - destval = shld_word(destval,*shiftreg,M.x86.R_CL);
12064 + destval = shld_word(destval, *shiftreg, M.x86.R_CL);
12072 - destval = shld_long(destval,*shiftreg,M.x86.R_CL);
12073 + destval = shld_long(destval, *shiftreg, M.x86.R_CL);
12085 - destval = shld_word(destval,*shiftreg,M.x86.R_CL);
12086 + destval = shld_word(destval, *shiftreg, M.x86.R_CL);
[all …]