Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/bios_emulator/include/x86emu/
H A Dprim_ops.h58 u32 and_long (u32 d, u32 s);
/openbmc/u-boot/drivers/bios_emulator/x86emu/
H A Dprim_ops.c423 u32 and_long(u32 d, u32 s) in and_long() function
H A Dops.c118 and_long, /*04 */
/openbmc/openbmc/poky/meta/recipes-bsp/v86d/v86d/
H A DUpdate-x86emu-from-X.org.patch4191 destval = and_long(destval, *srcreg);
4201 destval = and_long(destval, *srcreg);
4211 destval = and_long(destval, *srcreg);
4275 *destreg = and_long(*destreg, srcval);
4284 *destreg = and_long(*destreg, srcval);
6998 - and_long, /*04 */
7007 + and_long, /*04 */
15165 -u32 and_long(u32 d, u32 s)
15167 +and_long(u32 d, u32 s)
21185 -u32 and_long (u32 d, u32 s);
[all …]