Searched defs:InstrTestBase (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/VMM/testcase/Instructions/
H A DInstructionTestGen.py442 class InstrTestBase(object): class in inherits:object
515 class InstrTest_MemOrGreg_2_Greg(InstrTestBase):
522 InstrTestBase.__init__(self, sName, sInstr);
960 class InstrTest_DivIDiv(InstrTestBase):
967 InstrTestBase.__init__(self, 'div Gv,Ev', 'div');
969 InstrTestBase.__init__(self, 'idiv Gv,Ev', 'idiv');
1339 class InstrTest_DaaDas(InstrTestBase):
1343 InstrTestBase.__init__(self, 'das' if fIsDas else 'daa');

Completed in 49 milliseconds