Home
last modified time | relevance | path

Searched refs:XOR2 (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/drivers/bios_emulator/x86emu/
H A Dprim_ops.c120 #define XOR2(x) (((x) ^ ((x)>>1)) & 0x1) macro
1029 XOR2((res & 0x1) + ((res >> 6) & 0x2)), in rol_byte()
1054 XOR2((res & 0x1) + ((res >> 14) & 0x2)), in rol_word()
1079 XOR2((res & 0x1) + ((res >> 30) & 0x2)), in rol_long()
1316 CONDITIONAL_SET_FLAG(XOR2(res >> 6), F_OF); in shr_byte()
1671 CONDITIONAL_SET_FLAG(XOR2(bc >> 6), F_OF); in sbb_byte()
1694 CONDITIONAL_SET_FLAG(XOR2(bc >> 14), F_OF); in sbb_word()
1718 CONDITIONAL_SET_FLAG(XOR2(bc >> 30), F_OF); in sbb_long()
1738 CONDITIONAL_SET_FLAG(XOR2(bc >> 6), F_OF); in sub_byte()
1758 CONDITIONAL_SET_FLAG(XOR2(bc >> 14), F_OF); in sub_word()
[all …]
/openbmc/openbmc/poky/meta/recipes-bsp/v86d/v86d/
H A DUpdate-x86emu-from-X.org.patch14876 - CONDITIONAL_SET_FLAG(XOR2(cc >> 6), F_OF);
14919 - CONDITIONAL_SET_FLAG(XOR2(cc >> 14), F_OF);
14976 - CONDITIONAL_SET_FLAG(XOR2(cc >> 30), F_OF);
15012 - CONDITIONAL_SET_FLAG(XOR2(cc >> 6), F_OF);
15048 - CONDITIONAL_SET_FLAG(XOR2(cc >> 14), F_OF);
15220 - CONDITIONAL_SET_FLAG(XOR2(bc >> 6), F_OF);
15397 - CONDITIONAL_SET_FLAG(XOR2(bc >> 6), F_OF);
15499 - CONDITIONAL_SET_FLAG(XOR2(cc >> 6), F_OF);
15691 - CONDITIONAL_SET_FLAG(XOR2(bc >> 6), F_OF);
17377 - CONDITIONAL_SET_FLAG(XOR2(bc >> 6), F_OF);
[all …]