Searched refs:add_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 | 54 u16 add_word (u16 d, u16 s);
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/x86emu/ |
| H A D | prim_ops.h | 54 u16 add_word(u16 d, u16 s);
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/ |
| H A D | ops.c | 204 destval = add_word(destval, *srcreg); in x86emuOp_add_word_RM_R() 232 destval = add_word(destval, *srcreg); in x86emuOp_add_word_RM_R() 260 destval = add_word(destval, *srcreg); in x86emuOp_add_word_RM_R() 283 *destreg = add_word(*destreg, *srcreg); in x86emuOp_add_word_RM_R() 384 *destreg = add_word(*destreg, srcval); in x86emuOp_add_word_R_RM() 410 *destreg = add_word(*destreg, srcval); in x86emuOp_add_word_R_RM() 436 *destreg = add_word(*destreg, srcval); in x86emuOp_add_word_R_RM() 458 *destreg = add_word(*destreg, *srcreg); in x86emuOp_add_word_R_RM() 509 M.x86.R_AX = add_word(M.x86.R_AX, (u16) srcval); in x86emuOp_add_word_AX_IMM() 5619 add_word, /*00 */ [all …]
|
| H A D | validate.c | 668 VAL_WORD_WORD_BINARY(add_word); in main()
|
| H A D | prim_ops.c | 342 add_word(u16 d, u16 s) in add_word() function
|
| /OK3568_Linux_fs/u-boot/drivers/bios_emulator/x86emu/ |
| H A D | prim_ops.c | 363 u16 add_word(u16 d, u16 s) in add_word() function
|
| H A D | ops.c | 102 add_word, /*00 */
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/v86d/v86d/ |
| H A D | Update-x86emu-from-X.org.patch | 3385 *destreg = add_word(*destreg, srcval); 3443 - M.x86.R_AX = add_word(M.x86.R_AX, (u16)srcval); 3446 + M.x86.R_AX = add_word(M.x86.R_AX, (u16) srcval); 6973 - add_word, /*00 */ 6982 + add_word, /*00 */ 7162 - add_word, /*00 */ 7171 + add_word, /*00 */ 15026 -u16 add_word(u16 d, u16 s) 15028 +add_word(u16 d, u16 s) 21181 -u16 add_word (u16 d, u16 s); [all …]
|