Searched refs:or_word (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/bios_emulator/include/x86emu/ |
| H A D | prim_ops.h | 71 u16 or_word (u16 d, u16 s);
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/x86emu/ |
| H A D | prim_ops.h | 71 u16 or_word(u16 d, u16 s);
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/ |
| H A D | ops.c | 642 destval = or_word(destval, *srcreg); in x86emuOp_or_word_RM_R() 670 destval = or_word(destval, *srcreg); in x86emuOp_or_word_RM_R() 698 destval = or_word(destval, *srcreg); in x86emuOp_or_word_RM_R() 721 *destreg = or_word(*destreg, *srcreg); in x86emuOp_or_word_RM_R() 822 *destreg = or_word(*destreg, srcval); in x86emuOp_or_word_R_RM() 848 *destreg = or_word(*destreg, srcval); in x86emuOp_or_word_R_RM() 874 *destreg = or_word(*destreg, srcval); in x86emuOp_or_word_R_RM() 896 *destreg = or_word(*destreg, *srcreg); in x86emuOp_or_word_R_RM() 947 M.x86.R_AX = or_word(M.x86.R_AX, (u16) srcval); in x86emuOp_or_word_AX_IMM() 5620 or_word, /*01 */ [all …]
|
| H A D | validate.c | 691 VAL_WORD_WORD_BINARY(or_word); in main()
|
| H A D | prim_ops.c | 728 or_word(u16 d, u16 s) in or_word() function
|
| /OK3568_Linux_fs/u-boot/drivers/bios_emulator/x86emu/ |
| H A D | prim_ops.c | 623 u16 or_word(u16 d, u16 s) in or_word() function
|
| H A D | ops.c | 103 or_word, /*01 */
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/v86d/v86d/ |
| H A D | Update-x86emu-from-X.org.patch | 3613 *destreg = or_word(*destreg, srcval); 3671 - M.x86.R_AX = or_word(M.x86.R_AX, (u16)srcval); 3674 + M.x86.R_AX = or_word(M.x86.R_AX, (u16) srcval); 6974 - or_word, /*01 */ 6983 + or_word, /*01 */ 7163 - or_word, /*01 *//*YYY UNUSED ???? */ 7172 + or_word, /*01 *//*YYY UNUSED ???? */ 15610 -u16 or_word(u16 d, u16 s) 15612 +or_word(u16 d, u16 s) 21198 -u16 or_word (u16 d, u16 s); [all …]
|