Searched refs:sub_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 | 107 u8 sub_byte (u8 d, u8 s);
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/x86emu/ |
| H A D | prim_ops.h | 107 u8 sub_byte(u8 d, u8 s);
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/ |
| H A D | ops.c | 2326 destval = sub_byte(destval, *srcreg); in x86emuOp_sub_byte_RM_R() 2336 destval = sub_byte(destval, *srcreg); in x86emuOp_sub_byte_RM_R() 2346 destval = sub_byte(destval, *srcreg); in x86emuOp_sub_byte_RM_R() 2355 *destreg = sub_byte(*destreg, *srcreg); in x86emuOp_sub_byte_RM_R() 2510 *destreg = sub_byte(*destreg, srcval); in x86emuOp_sub_byte_R_RM() 2519 *destreg = sub_byte(*destreg, srcval); in x86emuOp_sub_byte_R_RM() 2528 *destreg = sub_byte(*destreg, srcval); in x86emuOp_sub_byte_R_RM() 2536 *destreg = sub_byte(*destreg, *srcreg); in x86emuOp_sub_byte_R_RM() 2676 M.x86.R_AL = sub_byte(M.x86.R_AL, srcval); in x86emuOp_sub_byte_AL_IMM() 5504 sub_byte, /* 05 */ [all …]
|
| H A D | validate.c | 740 VAL_BYTE_BYTE_BINARY(sub_byte); in main()
|
| H A D | prim_ops.c | 1974 sub_byte(u8 d, u8 s) in sub_byte() function
|
| /OK3568_Linux_fs/u-boot/drivers/bios_emulator/x86emu/ |
| H A D | prim_ops.c | 1727 u8 sub_byte(u8 d, u8 s) in sub_byte() function
|
| H A D | ops.c | 95 sub_byte, /* 05 */
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/v86d/v86d/ |
| H A D | Update-x86emu-from-X.org.patch | 4399 destval = sub_byte(destval, *srcreg); 4483 *destreg = sub_byte(*destreg, srcval); 6934 - sub_byte, /* 05 */ 6943 + sub_byte, /* 05 */ 7123 - sub_byte, /*05 */ 7132 + sub_byte, /*05 */ 15394 - /* based on sub_byte, uses s==1. */ 15401 + /* based on sub_byte, uses s==1. */ 15430 /* based on the sub_byte routine, with s==1 */ 17469 -u8 sub_byte(u8 d, u8 s) [all …]
|