Home
last modified time | relevance | path

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

/qemu/tests/tcg/i386/
H A Dtest-i386.c1551 #define TEST_STRING(OP, REP)\ macro
1566 TEST_STRING(stos, ""); in test_string()
1567 TEST_STRING(stos, "rep "); in test_string()
1569 TEST_STRING(lods, "rep "); in test_string()
1570 TEST_STRING(movs, ""); in test_string()
1571 TEST_STRING(movs, "rep "); in test_string()
1575 TEST_STRING(scas, ""); in test_string()
1576 TEST_STRING(scas, "repz "); in test_string()
1577 TEST_STRING(scas, "repnz "); in test_string()
1578 TEST_STRING(cmps, ""); in test_string()
[all …]