Searched refs:TEST_ARPL (Results 1 - 1 of 1) sorted by relevance

/vbox/src/recompiler/tests/
H A Dtest-i386.c1267 #define TEST_ARPL(op, size, op1, op2)\ macro
1374 TEST_ARPL("arpl", "w", 0x12345678 | 3, 0x762123c | 1);
1375 TEST_ARPL("arpl", "w", 0x12345678 | 1, 0x762123c | 3);
1376 TEST_ARPL("arpl", "w", 0x12345678 | 1, 0x762123c | 1);

Completed in 158 milliseconds