Searched refs:EXECOP1 (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/tests/tcg/i386/ |
H A D | test-i386.h | 19 #define EXECOP1(size, rsize, res, flags) \ macro 37 EXECOP1("q", "", res, flags); in exec_opq() 46 EXECOP1("l", "k", res, flags); in exec_opl() 54 EXECOP1("w", "w", res, flags); in exec_opw() 62 EXECOP1("b", "b", res, flags); in exec_opb()
|