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

/vbox/src/VBox/VMM/testcase/Instructions/
H A DInstructionTestGen.py515 class InstrTest_MemOrGreg_2_Greg(InstrTestBase): class in inherits:InstrTestBase
905 class InstrTest_Mov_Gv_Ev(InstrTest_MemOrGreg_2_Greg):
910 InstrTest_MemOrGreg_2_Greg.__init__(self, 'mov Gv,Ev', self.calc_mov);
925 class InstrTest_MovSxD_Gv_Ev(InstrTest_MemOrGreg_2_Greg):
930 InstrTest_MemOrGreg_2_Greg.__init__(self, 'movsxd Gv,Ev', self.calc_movsxd, acbOpVars = [ 8, 4, 2, ]);

Completed in 49 milliseconds