Home
last modified time | relevance | path

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

/haiku/headers/libs/x86emu/x86emu/
H A Dprim_ops.h57 u16 and_word(u16 d, u16 s);
/haiku/src/libs/x86emu/
H A Dops.c1958 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 Dvalidate.c672 VAL_WORD_WORD_BINARY(and_word); in main()
H A Dprim_ops.c415 and_word(u16 d, u16 s) in and_word() function