Lines Matching refs:InstructionMapTest
27 class InstructionMapTest : public testing::Test {
76 VCDiffCodeTableData* InstructionMapTest::g_exercise_code_table_ = NULL;
77 const VCDiffInstructionMap* InstructionMapTest::default_map = NULL;
78 const VCDiffInstructionMap* InstructionMapTest::exercise_map = NULL;
80 void InstructionMapTest::SetUpTestCase() {
118 void InstructionMapTest::TearDownTestCase() {
123 void InstructionMapTest::AddExerciseOpcode(unsigned char inst1,
138 void InstructionMapTest::VerifyExerciseFirstInstruction(
164 void InstructionMapTest::VerifyExerciseSecondInstruction(
181 TEST_F(InstructionMapTest, DefaultMapLookupFirstNoop) {
188 TEST_F(InstructionMapTest, DefaultMapLookupFirstAdd) {
214 TEST_F(InstructionMapTest, DefaultMapLookupFirstRun) {
222 TEST_F(InstructionMapTest, DefaultMapLookupFirstCopyMode0) {
241 TEST_F(InstructionMapTest, DefaultMapLookupFirstCopyMode1) {
260 TEST_F(InstructionMapTest, DefaultMapLookupFirstCopyMode2) {
279 TEST_F(InstructionMapTest, DefaultMapLookupFirstCopyMode3) {
298 TEST_F(InstructionMapTest, DefaultMapLookupFirstCopyMode4) {
317 TEST_F(InstructionMapTest, DefaultMapLookupFirstCopyMode5) {
336 TEST_F(InstructionMapTest, DefaultMapLookupFirstCopyMode6) {
355 TEST_F(InstructionMapTest, DefaultMapLookupFirstCopyMode7) {
374 TEST_F(InstructionMapTest, DefaultMapLookupFirstCopyMode8) {
393 TEST_F(InstructionMapTest, DefaultMapLookupFirstCopyInvalid) {
399 TEST_F(InstructionMapTest, DefaultMapLookupSecondNoop) {
408 TEST_F(InstructionMapTest, DefaultMapLookupSecondAdd) {
431 TEST_F(InstructionMapTest, DefaultMapLookupSecondRun) {
440 TEST_F(InstructionMapTest, DefaultMapLookupSecondCopyMode0) {
455 TEST_F(InstructionMapTest, DefaultMapLookupSecondCopyMode1) {
470 TEST_F(InstructionMapTest, DefaultMapLookupSecondCopyMode2) {
485 TEST_F(InstructionMapTest, DefaultMapLookupSecondCopyMode3) {
500 TEST_F(InstructionMapTest, DefaultMapLookupSecondCopyMode4) {
515 TEST_F(InstructionMapTest, DefaultMapLookupSecondCopyMode5) {
530 TEST_F(InstructionMapTest, DefaultMapLookupSecondCopyMode6) {
538 TEST_F(InstructionMapTest, DefaultMapLookupSecondCopyMode7) {
544 TEST_F(InstructionMapTest, DefaultMapLookupSecondCopyMode8) {
551 TEST_F(InstructionMapTest, DefaultMapLookupSecondCopyInvalid) {
559 TEST_F(InstructionMapTest, ExerciseTableLookup) {