Searched refs:or_byte (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/bios_emulator/include/x86emu/ |
| H A D | prim_ops.h | 70 u8 or_byte (u8 d, u8 s);
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/x86emu/ |
| H A D | prim_ops.h | 70 u8 or_byte(u8 d, u8 s);
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/ |
| H A D | ops.c | 568 destval = or_byte(destval, *srcreg); in x86emuOp_or_byte_RM_R() 578 destval = or_byte(destval, *srcreg); in x86emuOp_or_byte_RM_R() 588 destval = or_byte(destval, *srcreg); in x86emuOp_or_byte_RM_R() 597 *destreg = or_byte(*destreg, *srcreg); in x86emuOp_or_byte_RM_R() 752 *destreg = or_byte(*destreg, srcval); in x86emuOp_or_byte_R_RM() 761 *destreg = or_byte(*destreg, srcval); in x86emuOp_or_byte_R_RM() 770 *destreg = or_byte(*destreg, srcval); in x86emuOp_or_byte_R_RM() 778 *destreg = or_byte(*destreg, *srcreg); in x86emuOp_or_byte_R_RM() 918 M.x86.R_AL = or_byte(M.x86.R_AL, srcval); in x86emuOp_or_byte_AL_IMM() 5500 or_byte, /* 01 */ [all …]
|
| H A D | validate.c | 690 VAL_BYTE_BYTE_BINARY(or_byte); in main()
|
| H A D | prim_ops.c | 709 or_byte(u8 d, u8 s) in or_byte() function
|
| /OK3568_Linux_fs/u-boot/drivers/bios_emulator/x86emu/ |
| H A D | prim_ops.c | 609 u8 or_byte(u8 d, u8 s) in or_byte() function
|
| H A D | ops.c | 91 or_byte, /* 01 */
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/v86d/v86d/ |
| H A D | Update-x86emu-from-X.org.patch | 3481 destval = or_byte(destval, *srcreg); 3565 *destreg = or_byte(*destreg, srcval); 6930 - or_byte, /* 01 */ 6939 + or_byte, /* 01 */ 7119 - or_byte, /*01 *//*YYY UNUSED ???? */ 7128 + or_byte, /*01 *//*YYY UNUSED ???? */ 15581 -u8 or_byte(u8 d, u8 s) 15583 +or_byte(u8 d, u8 s) 21197 -u8 or_byte (u8 d, u8 s); 21287 + u8 or_byte(u8 d, u8 s);
|