Searched refs:R_CL (Results 1 – 8 of 8) sorted by relevance
| /openbmc/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,
|
| /openbmc/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()
|
| /openbmc/u-boot/drivers/bios_emulator/include/x86emu/ |
| H A D | regs.h | 130 #define R_CL gen.C.I8_reg.l_reg macro
|
| /openbmc/u-boot/drivers/video/ |
| H A D | ivybridge_igd.c | 584 M.x86.R_CL = 0x00; /* Use video bios default */ in int15_handler()
|
| /openbmc/openbmc/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 …]
|
| /openbmc/qemu/target/i386/ |
| H A D | cpu.h | 65 R_CL = 1, enumerator
|