Searched refs:opcD1_word_operation (Results 1 – 2 of 2) sorted by relevance
138 static u16(*opcD1_word_operation[])(u16 s, u8 d) = variable3219 destval = (*opcD1_word_operation[rh]) (destval, amt); in x86emuOp_opcC1_word_RM_MEM()3238 *destreg = (*opcD1_word_operation[rh]) (*destreg, amt); in x86emuOp_opcC1_word_RM_MEM()3759 destval = (*opcD1_word_operation[rh]) (destval, 1); in x86emuOp_opcD1_word_RM_1()3779 destval = (*opcD1_word_operation[rh]) (*destreg, 1); in x86emuOp_opcD1_word_RM_1()3935 destval = (*opcD1_word_operation[rh]) (destval, amt); in x86emuOp_opcD3_word_RM_CL()3952 *destreg = (*opcD1_word_operation[rh]) (*destreg, amt); in x86emuOp_opcD3_word_RM_CL()
9283 -static u16(*opcD1_word_operation[])(u16 s, u8 d) =9294 +static u16(*opcD1_word_operation[]) (u16 s, u8 d) = {