Searched refs:VM86_INTx (Results 1 – 2 of 2) sorted by relevance
125 if (VM86_TYPE(ret) == VM86_INTx) { in do_test()186 do_test(&v86, vmcode_bound - vmcode, VM86_INTx, 5, "#BR"); in main()219 do_test(&v86, vmcode_int80 - vmcode, VM86_INTx, 0x80, "int80"); in main()
35 #define VM86_INTx 2 /* int3/int x instruction (ARG = x) */ macro