Home
last modified time | relevance | path

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

/haiku/headers/libs/x86emu/x86emu/
H A Dprim_ops.h112 void test_long(u32 d, u32 s);
/haiku/src/libs/x86emu/
H A Dvalidate.c750 VAL_VOID_LONG_BINARY(test_long); in main()
H A Dops.c6209 test_long(destval, *srcreg); in x86emuOp_test_word_RM_R()
6235 test_long(destval, *srcreg); in x86emuOp_test_word_RM_R()
6261 test_long(destval, *srcreg); in x86emuOp_test_word_RM_R()
6285 test_long(*destreg, *srcreg); in x86emuOp_test_word_RM_R()
7968 test_long(M.x86.R_EAX, srcval); in x86emuOp_test_AX_IMM()
10770 test_long(destval, srcval); in x86emuOp_opcF7_word_RM()
10940 test_long(destval, srcval); in x86emuOp_opcF7_word_RM()
11110 test_long(destval, srcval); in x86emuOp_opcF7_word_RM()
11280 test_long(*destreg, srcval); in x86emuOp_opcF7_word_RM()
H A Dprim_ops.c2081 test_long(u32 d, u32 s) in test_long() function