Searched refs:xor_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 | 113 u8 xor_byte (u8 d, u8 s);
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/x86emu/ |
| H A D | prim_ops.h | 113 u8 xor_byte(u8 d, u8 s);
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/ |
| H A D | ops.c | 2764 destval = xor_byte(destval, *srcreg); in x86emuOp_xor_byte_RM_R() 2774 destval = xor_byte(destval, *srcreg); in x86emuOp_xor_byte_RM_R() 2784 destval = xor_byte(destval, *srcreg); in x86emuOp_xor_byte_RM_R() 2793 *destreg = xor_byte(*destreg, *srcreg); in x86emuOp_xor_byte_RM_R() 2948 *destreg = xor_byte(*destreg, srcval); in x86emuOp_xor_byte_R_RM() 2957 *destreg = xor_byte(*destreg, srcval); in x86emuOp_xor_byte_R_RM() 2966 *destreg = xor_byte(*destreg, srcval); in x86emuOp_xor_byte_R_RM() 2974 *destreg = xor_byte(*destreg, *srcreg); in x86emuOp_xor_byte_R_RM() 3114 M.x86.R_AL = xor_byte(M.x86.R_AL, srcval); in x86emuOp_xor_byte_AL_IMM() 5505 xor_byte, /* 06 */ [all …]
|
| H A D | validate.c | 744 VAL_BYTE_BYTE_BINARY(xor_byte); in main()
|
| H A D | prim_ops.c | 2100 xor_byte(u8 d, u8 s) in xor_byte() function
|
| /OK3568_Linux_fs/u-boot/drivers/bios_emulator/x86emu/ |
| H A D | prim_ops.c | 1835 u8 xor_byte(u8 d, u8 s) in xor_byte() function
|
| H A D | ops.c | 96 xor_byte, /* 06 */
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/v86d/v86d/ |
| H A D | Update-x86emu-from-X.org.patch | 4627 destval = xor_byte(destval, *srcreg); 4711 *destreg = xor_byte(*destreg, srcval); 6935 - xor_byte, /* 06 */ 6944 + xor_byte, /* 06 */ 7124 - xor_byte, /*06 *//*YYY UNUSED ???? */ 7133 + xor_byte, /*06 *//*YYY UNUSED ???? */ 17657 -u8 xor_byte(u8 d, u8 s) 17659 +xor_byte(u8 d, u8 s) 21240 -u8 xor_byte (u8 d, u8 s); 21330 + u8 xor_byte(u8 d, u8 s);
|