Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/bios_emulator/include/x86emu/
H A Dprim_ops.h56 u8 and_byte (u8 d, u8 s);
/OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/x86emu/
H A Dprim_ops.h56 u8 and_byte(u8 d, u8 s);
/OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/
H A Dops.c1881 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 Dvalidate.c671 VAL_BYTE_BYTE_BINARY(and_byte); in main()
H A Dprim_ops.c394 and_byte(u8 d, u8 s) in and_byte() function
/OK3568_Linux_fs/u-boot/drivers/bios_emulator/x86emu/
H A Dprim_ops.c395 u8 and_byte(u8 d, u8 s) in and_byte() function
H A Dops.c94 and_byte, /* 04 */
/OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/v86d/v86d/
H A DUpdate-x86emu-from-X.org.patch4255 *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);