Searched refs:test_long (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/drivers/bios_emulator/include/x86emu/ |
H A D | prim_ops.h | 112 void test_long (u32 d, u32 s);
|
/openbmc/u-boot/drivers/bios_emulator/x86emu/ |
H A D | ops.c | 1701 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 D | prim_ops.c | 1819 void test_long(u32 d, u32 s) in test_long() function
|
/openbmc/openbmc/poky/meta/recipes-bsp/v86d/v86d/ |
H A D | Update-x86emu-from-X.org.patch | 7342 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); 10633 test_long(destval, srcval); 10717 test_long(*destreg, srcval); 17629 -void test_long(u32 d, u32 s) [all …]
|