Searched refs:xor_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 | 114 u16 xor_word (u16 d, u16 s);
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/x86emu/ |
| H A D | prim_ops.h | 114 u16 xor_word(u16 d, u16 s);
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/ |
| H A D | ops.c | 2838 destval = xor_word(destval, *srcreg); in x86emuOp_xor_word_RM_R() 2866 destval = xor_word(destval, *srcreg); in x86emuOp_xor_word_RM_R() 2894 destval = xor_word(destval, *srcreg); in x86emuOp_xor_word_RM_R() 2917 *destreg = xor_word(*destreg, *srcreg); in x86emuOp_xor_word_RM_R() 3018 *destreg = xor_word(*destreg, srcval); in x86emuOp_xor_word_R_RM() 3044 *destreg = xor_word(*destreg, srcval); in x86emuOp_xor_word_R_RM() 3070 *destreg = xor_word(*destreg, srcval); in x86emuOp_xor_word_R_RM() 3092 *destreg = xor_word(*destreg, *srcreg); in x86emuOp_xor_word_R_RM() 3143 M.x86.R_AX = xor_word(M.x86.R_AX, (u16) srcval); in x86emuOp_xor_word_AX_IMM() 5625 xor_word, /*06 */ [all …]
|
| H A D | validate.c | 745 VAL_WORD_WORD_BINARY(xor_word); in main()
|
| H A D | prim_ops.c | 2119 xor_word(u16 d, u16 s) in xor_word() function
|
| /OK3568_Linux_fs/u-boot/drivers/bios_emulator/x86emu/ |
| H A D | prim_ops.c | 1848 u16 xor_word(u16 d, u16 s) in xor_word() function
|
| H A D | ops.c | 108 xor_word, /*06 */
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/v86d/v86d/ |
| H A D | Update-x86emu-from-X.org.patch | 4759 *destreg = xor_word(*destreg, srcval); 4817 - M.x86.R_AX = xor_word(M.x86.R_AX, (u16)srcval); 4820 + M.x86.R_AX = xor_word(M.x86.R_AX, (u16) srcval); 6979 - xor_word, /*06 */ 6988 + xor_word, /*06 */ 7168 - xor_word, /*06 *//*YYY UNUSED ???? */ 7177 + xor_word, /*06 *//*YYY UNUSED ???? */ 17686 -u16 xor_word(u16 d, u16 s) 17688 +xor_word(u16 d, u16 s) 21241 -u16 xor_word (u16 d, u16 s); [all …]
|