Searched refs:opcD1_long_operation (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/drivers/bios_emulator/x86emu/ |
H A D | ops.c | 151 static u32 (*opcD1_long_operation[])(u32 s, u8 d) = variable 3208 destval = (*opcD1_long_operation[rh]) (destval, amt); in x86emuOp_opcC1_word_RM_MEM() 3230 *destreg = (*opcD1_long_operation[rh]) (*destreg, amt); in x86emuOp_opcC1_word_RM_MEM() 3749 destval = (*opcD1_long_operation[rh]) (destval, 1); in x86emuOp_opcD1_word_RM_1() 3770 destval = (*opcD1_long_operation[rh]) (*destreg, 1); in x86emuOp_opcD1_word_RM_1() 3925 destval = (*opcD1_long_operation[rh]) (destval, amt); in x86emuOp_opcD3_word_RM_CL() 3945 *destreg = (*opcD1_long_operation[rh]) (*destreg, amt); in x86emuOp_opcD3_word_RM_CL()
|
/openbmc/openbmc/poky/meta/recipes-bsp/v86d/v86d/ |
H A D | Update-x86emu-from-X.org.patch | 9299 -static u32 (*opcD1_long_operation[])(u32 s, u8 d) = 9310 +static u32(*opcD1_long_operation[]) (u32 s, u8 d) = { 9326 destval = (*opcD1_long_operation[rh]) (destval, amt); 9336 destval = (*opcD1_long_operation[rh]) (destval, amt); 9346 destval = (*opcD1_long_operation[rh]) (destval, amt); 9724 destval = (*opcD1_long_operation[rh]) (destval, 1); 9734 destval = (*opcD1_long_operation[rh]) (destval, 1); 9744 destval = (*opcD1_long_operation[rh]) (destval, 1); 9767 destval = (*opcD1_long_operation[rh]) (*destreg, 1); 9810 destval = (*opcD1_long_operation[rh]) (destval, amt); [all …]
|