Home | History | Annotate | Download | only in src

Lines Matching refs:opcode

59   unsigned char opcode = 0;
66 // from the most recently processed opcode.
67 opcode = static_cast<unsigned char>(pending_second_instruction_);
69 instruction_type = code_table_data_->inst2[opcode];
70 instruction_size = code_table_data_->size2[opcode];
71 instruction_mode = code_table_data_->mode2[opcode];
78 opcode = **instructions_and_sizes_;
79 if (code_table_data_->inst2[opcode] != VCD_NOOP) {
80 // This opcode contains two instructions; process the first one now, and
86 instruction_type = code_table_data_->inst1[opcode];
87 instruction_size = code_table_data_->size1[opcode];
88 instruction_mode = code_table_data_->mode1[opcode];
89 // This do-while loop is necessary in case inst1 == VCD_NOOP for an opcode