Home | History | Annotate | Download | only in src

Lines Matching refs:inst1

32   static void AddExerciseOpcode(unsigned char inst1,
46 unsigned char inst1,
86 unsigned char inst1 = inst_mode1;
89 inst1 = VCD_COPY;
101 AddExerciseOpcode(inst1, mode1, 0, inst2, mode2, 0, opcode++);
102 AddExerciseOpcode(inst1, mode1, 0, inst2, mode2, 255, opcode++);
103 AddExerciseOpcode(inst1, mode1, 255, inst2, mode2, 0, opcode++);
104 AddExerciseOpcode(inst1, mode1, 255, inst2, mode2, 255, opcode++);
123 void InstructionMapTest::AddExerciseOpcode(unsigned char inst1,
130 g_exercise_code_table_->inst1[opcode] = inst1;
132 g_exercise_code_table_->size1[opcode] = (inst1 == VCD_NOOP) ? 0 : size1;
144 if (g_exercise_code_table_->inst1[found_opcode] == VCD_NOOP) {
150 EXPECT_EQ(VCD_NOOP, g_exercise_code_table_->inst1[found_opcode]);
155 EXPECT_EQ(inst, g_exercise_code_table_->inst1[found_opcode]);
166 unsigned char inst1,
172 int first_opcode = exercise_map->LookupFirstOpcode(inst1, size1, mode1);
567 unsigned char inst1 = inst_mode1;
570 inst1 = VCD_COPY;
583 VerifyExerciseFirstInstruction(opcode, inst1, 0, mode1);
585 inst1,
586 ((inst1 == VCD_NOOP) ? 0 : 255),
588 } else if (inst1 != VCD_NOOP) {
590 inst1,
597 inst1,
604 inst1,
611 inst1,