Home
last modified time | relevance | path

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

/haiku/headers/libs/x86emu/x86emu/
H A Dprim_ops.h67 u8 inc_byte(u8 d);
/haiku/src/libs/x86emu/
H A Dvalidate.c686 VAL_BYTE_UNARY(inc_byte); in main()
H A Dprim_ops.c643 inc_byte(u8 d) in inc_byte() function
H A Dops.c11572 destval = inc_byte(destval); in x86emuOp_opcFE_byte_RM()
11591 destval = inc_byte(destval); in x86emuOp_opcFE_byte_RM()
11610 destval = inc_byte(destval); in x86emuOp_opcFE_byte_RM()
11627 *destreg = inc_byte(*destreg); in x86emuOp_opcFE_byte_RM()