Home
last modified time | relevance | path

Searched refs:or_word (Results 1 – 4 of 4) sorted by relevance

/haiku/headers/libs/x86emu/x86emu/
H A Dprim_ops.h71 u16 or_word(u16 d, u16 s);
/haiku/src/libs/x86emu/
H A Dops.c642 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 Dvalidate.c691 VAL_WORD_WORD_BINARY(or_word); in main()
H A Dprim_ops.c728 or_word(u16 d, u16 s) in or_word() function