Searched refs:and_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 | 56 u8 and_byte (u8 d, u8 s);
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/x86emu/ |
| H A D | prim_ops.h | 56 u8 and_byte(u8 d, u8 s);
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/ |
| H A D | ops.c | 1881 destval = and_byte(destval, *srcreg); in x86emuOp_and_byte_RM_R() 1892 destval = and_byte(destval, *srcreg); in x86emuOp_and_byte_RM_R() 1903 destval = and_byte(destval, *srcreg); in x86emuOp_and_byte_RM_R() 1913 *destreg = and_byte(*destreg, *srcreg); in x86emuOp_and_byte_RM_R() 2068 *destreg = and_byte(*destreg, srcval); in x86emuOp_and_byte_R_RM() 2077 *destreg = and_byte(*destreg, srcval); in x86emuOp_and_byte_R_RM() 2086 *destreg = and_byte(*destreg, srcval); in x86emuOp_and_byte_R_RM() 2094 *destreg = and_byte(*destreg, *srcreg); in x86emuOp_and_byte_R_RM() 2235 M.x86.R_AL = and_byte(M.x86.R_AL, srcval); in x86emuOp_and_byte_AL_IMM() 5503 and_byte, /* 04 */ [all …]
|
| H A D | validate.c | 671 VAL_BYTE_BYTE_BINARY(and_byte); in main()
|
| H A D | prim_ops.c | 394 and_byte(u8 d, u8 s) in and_byte() function
|
| /OK3568_Linux_fs/u-boot/drivers/bios_emulator/x86emu/ |
| H A D | prim_ops.c | 395 u8 and_byte(u8 d, u8 s) in and_byte() function
|
| H A D | ops.c | 94 and_byte, /* 04 */
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/v86d/v86d/ |
| H A D | Update-x86emu-from-X.org.patch | 4255 *destreg = and_byte(*destreg, srcval); 6933 - and_byte, /* 04 */ 6942 + and_byte, /* 04 */ 7122 - and_byte, /*04 *//*YYY UNUSED ???? */ 7131 + and_byte, /*04 *//*YYY UNUSED ???? */ 15104 -u8 and_byte(u8 d, u8 s) 15106 +and_byte(u8 d, u8 s) 21183 -u8 and_byte (u8 d, u8 s); 21273 + u8 and_byte(u8 d, u8 s);
|