Searched refs:and_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 | 57 u16 and_word (u16 d, u16 s);
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/x86emu/ |
| H A D | prim_ops.h | 57 u16 and_word(u16 d, u16 s);
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/ |
| H A D | ops.c | 1958 destval = and_word(destval, *srcreg); in x86emuOp_and_word_RM_R() 1986 destval = and_word(destval, *srcreg); in x86emuOp_and_word_RM_R() 2014 destval = and_word(destval, *srcreg); in x86emuOp_and_word_RM_R() 2037 *destreg = and_word(*destreg, *srcreg); in x86emuOp_and_word_RM_R() 2138 *destreg = and_word(*destreg, srcval); in x86emuOp_and_word_R_RM() 2165 *destreg = and_word(*destreg, srcval); in x86emuOp_and_word_R_RM() 2191 *destreg = and_word(*destreg, srcval); in x86emuOp_and_word_R_RM() 2213 *destreg = and_word(*destreg, *srcreg); in x86emuOp_and_word_R_RM() 2264 M.x86.R_AX = and_word(M.x86.R_AX, (u16) srcval); in x86emuOp_and_word_AX_IMM() 5623 and_word, /*04 */ [all …]
|
| H A D | validate.c | 672 VAL_WORD_WORD_BINARY(and_word); in main()
|
| H A D | prim_ops.c | 415 and_word(u16 d, u16 s) in and_word() function
|
| /OK3568_Linux_fs/u-boot/drivers/bios_emulator/x86emu/ |
| H A D | prim_ops.c | 409 u16 and_word(u16 d, u16 s) in and_word() function
|
| H A D | ops.c | 106 and_word, /*04 */
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/v86d/v86d/ |
| H A D | Update-x86emu-from-X.org.patch | 4303 *destreg = and_word(*destreg, srcval); 4361 - M.x86.R_AX = and_word(M.x86.R_AX, (u16)srcval); 4364 + M.x86.R_AX = and_word(M.x86.R_AX, (u16) srcval); 6977 - and_word, /*04 */ 6986 + and_word, /*04 */ 7166 - and_word, /*04 *//*YYY UNUSED ???? */ 7175 + and_word, /*04 *//*YYY UNUSED ???? */ 15136 -u16 and_word(u16 d, u16 s) 15138 +and_word(u16 d, u16 s) 15161 @@ -411,433 +432,456 @@ u16 and_word(u16 d, u16 s) [all …]
|