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

/haiku/src/libs/x86emu/
H A Dops.c5820 static u8(*opc82_byte_operation[]) (u8 s, u8 d) = { variable
5896 destval = (*opc82_byte_operation[rh]) (destval, imm);
5907 destval = (*opc82_byte_operation[rh]) (destval, imm);
5918 destval = (*opc82_byte_operation[rh]) (destval, imm);
5927 destval = (*opc82_byte_operation[rh]) (*destreg, imm);

Completed in 56 milliseconds