Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/bios_emulator/include/x86emu/
H A Dprim_ops.h112 void test_long (u32 d, u32 s);
/openbmc/u-boot/drivers/bios_emulator/x86emu/
H A Dops.c1701 test_long(destval, *srcreg); in x86emuOp_test_word_RM_R()
1722 test_long(*destreg, *srcreg); in x86emuOp_test_word_RM_R()
2735 test_long(M.x86.R_EAX, srcval); in x86emuOp_test_AX_IMM()
4559 test_long(destval, srcval); in x86emuOp_opcF7_word_RM()
4666 test_long(*destreg, srcval); in x86emuOp_opcF7_word_RM()
H A Dprim_ops.c1819 void test_long(u32 d, u32 s) in test_long() function
/openbmc/openbmc/poky/meta/recipes-bsp/v86d/v86d/
H A DUpdate-x86emu-from-X.org.patch7342 test_long(destval, *srcreg);
7352 test_long(destval, *srcreg);
7362 test_long(destval, *srcreg);
7384 test_long(*destreg, *srcreg);
8645 test_long(M.x86.R_EAX, srcval);
10459 test_long(destval, srcval);
10546 test_long(destval, srcval);
17629 -void test_long(u32 d, u32 s)
17631 +test_long(u32 d, u32 s)
21239 -void test_long (u32 d, u32 s);
[all …]