| /OK3568_Linux_fs/u-boot/drivers/bios_emulator/ |
| H A D | bios.c | 167 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 D | ops2.c | 649 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 D | decode.c | 574 return &M.x86.R_CL; in decode_rm_byte_register()
|
| H A D | ops.c | 8303 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 D | ops2.c | 444 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 D | decode.c | 569 return &M.x86.R_CL; in decode_rm_byte_register()
|
| H A D | ops.c | 3842 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 D | xf86x86emu.h | 46 #define X86_CL M.x86.R_CL
|
| /OK3568_Linux_fs/kernel/include/soc/fsl/qe/ |
| H A D | ucc_slow.h | 71 #define R_CL 0x00010000 /* this frame is closed because of a macro
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/x86emu/ |
| H A D | regs.h | 136 #define R_CL gen.C.I8_reg.l_reg macro
|
| /OK3568_Linux_fs/u-boot/drivers/bios_emulator/include/x86emu/ |
| H A D | regs.h | 130 #define R_CL gen.C.I8_reg.l_reg macro
|
| /OK3568_Linux_fs/u-boot/drivers/video/ |
| H A D | ivybridge_igd.c | 641 M.x86.R_CL = 0x00; /* Use video bios default */ in int15_handler()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/v86d/v86d/ |
| H A D | Update-x86emu-from-X.org.patch | 1323 - 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 …]
|