Home
last modified time | relevance | path

Searched refs:add_long (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/drivers/bios_emulator/include/x86emu/
H A Dprim_ops.h55 u32 add_long (u32 d, u32 s);
/openbmc/openbmc/poky/meta/recipes-bsp/v86d/v86d/
H A DUpdate-x86emu-from-X.org.patch3273 destval = add_long(destval, *srcreg);
3283 destval = add_long(destval, *srcreg);
6994 - add_long, /*00 */
7003 + add_long, /*00 */
7183 - add_long, /*00 */
7192 + add_long, /*00 */
15062 -u32 add_long(u32 d, u32 s)
15064 +add_long(u32 d, u32 s)
15100 @@ -371,39 +390,41 @@ u32 add_long(u32 d, u32 s)
21182 -u32 add_long (u32 d, u32 s);
[all …]
/openbmc/u-boot/drivers/bios_emulator/x86emu/
H A Dprim_ops.c378 u32 add_long(u32 d, u32 s) in add_long() function
H A Dops.c114 add_long, /*00 */
/openbmc/qemu/target/arm/tcg/
H A Dtranslate.c5960 int add_long, bool nt, bool mt) in DO_QADDSUB()
5974 switch (add_long) { in DO_QADDSUB()