Home
last modified time | relevance | path

Searched refs:xor_byte (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/bios_emulator/include/x86emu/
H A Dprim_ops.h113 u8 xor_byte (u8 d, u8 s);
/OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/x86emu/
H A Dprim_ops.h113 u8 xor_byte(u8 d, u8 s);
/OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/
H A Dops.c2764 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 Dvalidate.c744 VAL_BYTE_BYTE_BINARY(xor_byte); in main()
H A Dprim_ops.c2100 xor_byte(u8 d, u8 s) in xor_byte() function
/OK3568_Linux_fs/u-boot/drivers/bios_emulator/x86emu/
H A Dprim_ops.c1835 u8 xor_byte(u8 d, u8 s) in xor_byte() function
H A Dops.c96 xor_byte, /* 06 */
/OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/v86d/v86d/
H A DUpdate-x86emu-from-X.org.patch4627 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);