Searched refs:shl_long (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/drivers/bios_emulator/include/x86emu/ |
H A D | prim_ops.h | 93 u32 shl_long (u32 d, u8 s);
|
/openbmc/u-boot/drivers/bios_emulator/x86emu/ |
H A D | prim_ops.c | 1265 u32 shl_long(u32 d, u8 s) in shl_long() function
|
H A D | ops.c | 157 shl_long, 159 shl_long, /* sal_byte === shl_byte by definition */
|
/openbmc/openbmc/poky/meta/recipes-bsp/v86d/v86d/ |
H A D | Update-x86emu-from-X.org.patch | 9305 - shl_long, 9307 - shl_long, /* sal_byte === shl_byte by definition */ 9311 + rol_long, ror_long, rcl_long, rcr_long, shl_long, shr_long, shl_long, /* sal_byte === sh… 16605 -u32 shl_long(u32 d, u8 s) 16637 +shl_long(u32 d, u8 s) 21220 -u32 shl_long (u32 d, u8 s); 21310 + u32 shl_long(u32 d, u8 s);
|