Searched refs:xor_byte (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/drivers/bios_emulator/include/x86emu/ |
H A D | prim_ops.h | 113 u8 xor_byte (u8 d, u8 s);
|
/openbmc/u-boot/drivers/bios_emulator/x86emu/ |
H A D | prim_ops.c | 1835 u8 xor_byte(u8 d, u8 s) in xor_byte() function
|
H A D | ops.c | 96 xor_byte, /* 06 */
|
/openbmc/openbmc/poky/meta/recipes-bsp/v86d/v86d/ |
H A D | Update-x86emu-from-X.org.patch | 4627 destval = xor_byte(destval, *srcreg); 4711 *destreg = xor_byte(*destreg, srcval); 6935 - xor_byte, /* 06 */ 6944 + xor_byte, /* 06 */ 7124 - xor_byte, /*06 *//*YYY UNUSED ???? */ 7133 + xor_byte, /*06 *//*YYY UNUSED ???? */ 17657 -u8 xor_byte(u8 d, u8 s) 17659 +xor_byte(u8 d, u8 s) 21240 -u8 xor_byte (u8 d, u8 s); 21330 + u8 xor_byte(u8 d, u8 s);
|