Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/bios_emulator/include/x86emu/
H A Dprim_ops.h91 u8 shl_byte (u8 d, u8 s);
/openbmc/u-boot/drivers/bios_emulator/x86emu/
H A Dprim_ops.c1185 u8 shl_byte(u8 d, u8 s) in shl_byte() function
H A Dops.c131 shl_byte,
133 shl_byte, /* sal_byte === shl_byte by definition */
/openbmc/openbmc/poky/meta/recipes-bsp/v86d/v86d/
H A DUpdate-x86emu-from-X.org.patch9251 - shl_byte,
9253 - shl_byte, /* sal_byte === shl_byte by definition */
9257 + rol_byte, ror_byte, rcl_byte, rcr_byte, shl_byte, shr_byte, shl_byte, /* sal_byte === sh…
9291 - shl_word, /* sal_byte === shl_byte by definition */
9295 … rcl_word, rcr_word, shl_word, shr_word, shl_word, /* sal_byte === shl_byte by definition */
9307 - shl_long, /* sal_byte === shl_byte by definition */
9311 … rcl_long, rcr_long, shl_long, shr_long, shl_long, /* sal_byte === shl_byte by definition */
16451 -u8 shl_byte(u8 d, u8 s)
16453 +shl_byte(u8 d, u8 s)
21218 -u8 shl_byte (u8 d, u8 s);
[all …]