Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/bios_emulator/include/x86emu/
H A Dprim_ops.h58 u32 and_long (u32 d, u32 s);
/OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/x86emu/
H A Dprim_ops.h58 u32 and_long(u32 d, u32 s);
/OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/
H A Dops.c1945 destval = and_long(destval, *srcreg); in x86emuOp_and_word_RM_R()
1973 destval = and_long(destval, *srcreg); in x86emuOp_and_word_RM_R()
2001 destval = and_long(destval, *srcreg); in x86emuOp_and_word_RM_R()
2027 *destreg = and_long(*destreg, *srcreg); in x86emuOp_and_word_RM_R()
2126 *destreg = and_long(*destreg, srcval); in x86emuOp_and_word_R_RM()
2152 *destreg = and_long(*destreg, srcval); in x86emuOp_and_word_R_RM()
2179 *destreg = and_long(*destreg, srcval); in x86emuOp_and_word_R_RM()
2203 *destreg = and_long(*destreg, *srcreg); in x86emuOp_and_word_R_RM()
2261 M.x86.R_EAX = and_long(M.x86.R_EAX, srcval); in x86emuOp_and_word_AX_IMM()
5634 and_long, /*04 */
[all …]
H A Dvalidate.c673 VAL_LONG_LONG_BINARY(and_long); in main()
H A Dprim_ops.c436 and_long(u32 d, u32 s) in and_long() function
/OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/v86d/v86d/
H A DUpdate-x86emu-from-X.org.patch4191 destval = and_long(destval, *srcreg);
4201 destval = and_long(destval, *srcreg);
4211 destval = and_long(destval, *srcreg);
4234 *destreg = and_long(*destreg, *srcreg);
4275 *destreg = and_long(*destreg, srcval);
4284 *destreg = and_long(*destreg, srcval);
4295 *destreg = and_long(*destreg, srcval);
4317 *destreg = and_long(*destreg, *srcreg);
4359 M.x86.R_EAX = and_long(M.x86.R_EAX, srcval);
6998 - and_long, /*04 */
[all …]
/OK3568_Linux_fs/u-boot/drivers/bios_emulator/x86emu/
H A Dprim_ops.c423 u32 and_long(u32 d, u32 s) in and_long() function
H A Dops.c118 and_long, /*04 */