Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/bios_emulator/include/x86emu/
H A Dprim_ops.h91 u8 shl_byte (u8 d, u8 s);
/OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/x86emu/
H A Dprim_ops.h91 u8 shl_byte(u8 d, u8 s);
/OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/
H A Dvalidate.c718 VAL_BYTE_ROTATE(shl_byte); in main()
H A Dprim_ops.c1352 shl_byte(u8 d, u8 s) in shl_byte() function
H A Dops.c8664 …rol_byte, ror_byte, rcl_byte, rcr_byte, shl_byte, shr_byte, shl_byte, /* sal_byte === shl_by…
/OK3568_Linux_fs/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 */
/OK3568_Linux_fs/yocto/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 …]