Searched refs:opc80_byte_operation (Results 1 – 2 of 2) sorted by relevance
5498 static u8(*opc80_byte_operation[]) (u8 d, u8 s) = { variable5575 destval = (*opc80_byte_operation[rh]) (destval, imm); in x86emuOp_opc80_byte_RM_IMM()5587 destval = (*opc80_byte_operation[rh]) (destval, imm); in x86emuOp_opc80_byte_RM_IMM()5599 destval = (*opc80_byte_operation[rh]) (destval, imm); in x86emuOp_opc80_byte_RM_IMM()5609 destval = (*opc80_byte_operation[rh]) (*destreg, imm); in x86emuOp_opc80_byte_RM_IMM()
6927 -static u8 (*opc80_byte_operation[])(u8 d, u8 s) =6937 +static u8(*opc80_byte_operation[]) (u8 d, u8 s) = {