Searched refs:shld_long (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/drivers/bios_emulator/x86emu/ |
H A D | ops2.c | 376 destval = shld_long(destval,*shiftreg,shift); in x86emuOp2_shld_IMM() 403 *destreg = shld_long(*destreg,*shiftreg,shift); in x86emuOp2_shld_IMM() 444 destval = shld_long(destval,*shiftreg,M.x86.R_CL); in x86emuOp2_shld_CL() 467 *destreg = shld_long(*destreg,*shiftreg,M.x86.R_CL); in x86emuOp2_shld_CL()
|
H A D | prim_ops.c | 1553 u32 shld_long (u32 d, u32 fill, u8 s) in shld_long() function
|
/openbmc/u-boot/drivers/bios_emulator/include/x86emu/ |
H A D | prim_ops.h | 101 u32 shld_long (u32 d, u32 fill, u8 s);
|
/openbmc/openbmc/poky/meta/recipes-bsp/v86d/v86d/ |
H A D | Update-x86emu-from-X.org.patch | 11943 - destval = shld_long(destval,*shiftreg,shift); 11944 + destval = shld_long(destval, *shiftreg, shift); 11965 - destval = shld_long(destval,*shiftreg,shift); 11966 + destval = shld_long(destval, *shiftreg, shift); 11987 - destval = shld_long(destval,*shiftreg,shift); 11988 + destval = shld_long(destval, *shiftreg, shift); 12017 - *destreg = shld_long(*destreg,*shiftreg,shift); 12020 + *destreg = shld_long(*destreg, *shiftreg, shift); 12050 - destval = shld_long(destval,*shiftreg,M.x86.R_CL); 12051 + destval = shld_long(destval, *shiftreg, M.x86.R_CL); [all …]
|