Searched refs:test_long (Results 1 – 3 of 3) sorted by relevance
112 void test_long (u32 d, u32 s);
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()
1819 void test_long(u32 d, u32 s) in test_long() function