Home
last modified time | relevance | path

Searched refs:opcD1_word_operation (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/bios_emulator/x86emu/
H A Dops.c138 static u16(*opcD1_word_operation[])(u16 s, u8 d) = variable
3219 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()