Searched refs:ror_byte (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/bios_emulator/include/x86emu/ |
| H A D | prim_ops.h | 88 u8 ror_byte (u8 d, u8 s);
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/x86emu/ |
| H A D | prim_ops.h | 88 u8 ror_byte(u8 d, u8 s);
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/ |
| H A D | validate.c | 714 VAL_BYTE_ROTATE(ror_byte); in main()
|
| H A D | prim_ops.c | 1254 ror_byte(u8 d, u8 s) in ror_byte() function
|
| H A D | ops.c | 8664 …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 D | prim_ops.c | 1093 u8 ror_byte(u8 d, u8 s) in ror_byte() function
|
| H A D | ops.c | 128 ror_byte,
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/v86d/v86d/ |
| H A D | Update-x86emu-from-X.org.patch | 9248 - ror_byte, 9257 + rol_byte, ror_byte, rcl_byte, rcr_byte, shl_byte, shr_byte, shl_byte, /* sal_byte === sh… 16323 -u8 ror_byte(u8 d, u8 s) 16325 +ror_byte(u8 d, u8 s) 16329 @@ -1219,9 +1269,9 @@ u8 ror_byte(u8 d, u8 s) 16342 @@ -1231,291 +1281,317 @@ u8 ror_byte(u8 d, u8 s) 21215 -u8 ror_byte (u8 d, u8 s); 21305 + u8 ror_byte(u8 d, u8 s);
|