Searched refs:opc80_byte_operation (Results 1 - 1 of 1) sorted by relevance

/haiku/src/libs/x86emu/
H A Dops.c5498 static u8(*opc80_byte_operation[]) (u8 d, u8 s) = { variable
5575 destval = (*opc80_byte_operation[rh]) (destval, imm);
5587 destval = (*opc80_byte_operation[rh]) (destval, imm);
5599 destval = (*opc80_byte_operation[rh]) (destval, imm);
5609 destval = (*opc80_byte_operation[rh]) (*destreg, imm);

Completed in 101 milliseconds