Searched refs:opc82_byte_operation (Results 1 – 2 of 2) sorted by relevance
5820 static u8(*opc82_byte_operation[]) (u8 s, u8 d) = { variable5896 destval = (*opc82_byte_operation[rh]) (destval, imm); in x86emuOp_opc82_byte_RM_IMM()5907 destval = (*opc82_byte_operation[rh]) (destval, imm); in x86emuOp_opc82_byte_RM_IMM()5918 destval = (*opc82_byte_operation[rh]) (destval, imm); in x86emuOp_opc82_byte_RM_IMM()5927 destval = (*opc82_byte_operation[rh]) (*destreg, imm); in x86emuOp_opc82_byte_RM_IMM()
7116 -static u8 (*opc82_byte_operation[])(u8 s, u8 d) =7126 +static u8(*opc82_byte_operation[]) (u8 s, u8 d) = {