Searched refs:and_long (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/drivers/bios_emulator/include/x86emu/ |
H A D | prim_ops.h | 58 u32 and_long (u32 d, u32 s);
|
/openbmc/u-boot/drivers/bios_emulator/x86emu/ |
H A D | prim_ops.c | 423 u32 and_long(u32 d, u32 s) in and_long() function
|
H A D | ops.c | 118 and_long, /*04 */
|
/openbmc/openbmc/poky/meta/recipes-bsp/v86d/v86d/ |
H A D | Update-x86emu-from-X.org.patch | 4191 destval = and_long(destval, *srcreg); 4201 destval = and_long(destval, *srcreg); 4211 destval = and_long(destval, *srcreg); 4234 *destreg = and_long(*destreg, *srcreg); 4275 *destreg = and_long(*destreg, srcval); 4284 *destreg = and_long(*destreg, srcval); 4295 *destreg = and_long(*destreg, srcval); 4317 *destreg = and_long(*destreg, *srcreg); 4359 M.x86.R_EAX = and_long(M.x86.R_EAX, srcval); 6998 - and_long, /*04 */ [all …]
|