Searched refs:and_byte (Results 1 – 4 of 4) sorted by relevance
/haiku/headers/libs/x86emu/x86emu/ |
H A D | prim_ops.h | 56 u8 and_byte(u8 d, u8 s);
|
/haiku/src/libs/x86emu/ |
H A D | ops.c | 1881 destval = and_byte(destval, *srcreg); in x86emuOp_and_byte_RM_R() 1892 destval = and_byte(destval, *srcreg); in x86emuOp_and_byte_RM_R() 1903 destval = and_byte(destval, *srcreg); in x86emuOp_and_byte_RM_R() 1913 *destreg = and_byte(*destreg, *srcreg); in x86emuOp_and_byte_RM_R() 2068 *destreg = and_byte(*destreg, srcval); in x86emuOp_and_byte_R_RM() 2077 *destreg = and_byte(*destreg, srcval); in x86emuOp_and_byte_R_RM() 2086 *destreg = and_byte(*destreg, srcval); in x86emuOp_and_byte_R_RM() 2094 *destreg = and_byte(*destreg, *srcreg); in x86emuOp_and_byte_R_RM() 2235 M.x86.R_AL = and_byte(M.x86.R_AL, srcval); in x86emuOp_and_byte_AL_IMM() 5503 and_byte, /* 04 */ [all …]
|
H A D | validate.c | 671 VAL_BYTE_BYTE_BINARY(and_byte); in main()
|
H A D | prim_ops.c | 394 and_byte(u8 d, u8 s) in and_byte() function
|