Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/bios_emulator/x86emu/
H A Dops.c125 static u8(*opcD0_byte_operation[])(u8 d, u8 s) = variable
3130 destval = (*opcD0_byte_operation[rh]) (destval, amt); in x86emuOp_opcC0_byte_RM_MEM()
3137 destval = (*opcD0_byte_operation[rh]) (*destreg, amt); in x86emuOp_opcC0_byte_RM_MEM()
3675 destval = (*opcD0_byte_operation[rh]) (destval, 1); in x86emuOp_opcD0_byte_RM_1()
3681 destval = (*opcD0_byte_operation[rh]) (*destreg, 1); in x86emuOp_opcD0_byte_RM_1()
3849 destval = (*opcD0_byte_operation[rh]) (destval, amt); in x86emuOp_opcD2_byte_RM_CL()
3855 destval = (*opcD0_byte_operation[rh]) (*destreg, amt); in x86emuOp_opcD2_byte_RM_CL()
/openbmc/openbmc/poky/meta/recipes-bsp/v86d/v86d/
H A DUpdate-x86emu-from-X.org.patch9245 -static u8(*opcD0_byte_operation[])(u8 d, u8 s) =
9256 +static u8(*opcD0_byte_operation[]) (u8 d, u8 s) = {
9271 destval = (*opcD0_byte_operation[rh]) (destval, amt);
9704 destval = (*opcD0_byte_operation[rh]) (destval, 1);
9790 destval = (*opcD0_byte_operation[rh]) (destval, amt);