Home | History | Annotate | Download | only in src

Lines Matching defs:mode1

33                                 unsigned char mode1,
48 unsigned char mode1,
87 unsigned char mode1 = 0;
90 mode1 = inst_mode1 - 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++);
124 unsigned char mode1,
131 g_exercise_code_table_->mode1[opcode] = mode1;
152 EXPECT_EQ(0, g_exercise_code_table_->mode1[found_opcode]);
157 EXPECT_EQ(mode, g_exercise_code_table_->mode1[found_opcode]);
168 unsigned char mode1,
172 int first_opcode = exercise_map->LookupFirstOpcode(inst1, size1, mode1);
568 unsigned char mode1 = 0;
571 mode1 = inst_mode1 - VCD_COPY;
583 VerifyExerciseFirstInstruction(opcode, inst1, 0, mode1);
587 mode1);
592 mode1,
599 mode1,
606 mode1,
613 mode1,