Searched refs:OpcodeOrNone (Results 1 – 5 of 5) sorted by relevance
48 static void ClearSizeOpcodeArray(int length, OpcodeOrNone* array) { in ClearSizeOpcodeArray()54 static OpcodeOrNone* NewSizeOpcodeArray(int length) { in NewSizeOpcodeArray()55 OpcodeOrNone* array = new OpcodeOrNone[length]; in NewSizeOpcodeArray()65 first_opcodes_ = new OpcodeOrNone*[num_instruction_type_modes_]; in FirstInstructionMap()109 OpcodeOrNone**& inst_mode_array = second_opcodes_[first_opcode]; in Add()111 inst_mode_array = new OpcodeOrNone*[num_instruction_type_modes_]; in Add()116 OpcodeOrNone*& size_array = inst_mode_array[inst + mode]; in Add()127 OpcodeOrNone VCDiffInstructionMap::SecondInstructionMap::Lookup( in Lookup()135 const OpcodeOrNone* const * const inst_mode_array = in Lookup()141 const OpcodeOrNone* const size_array = inst_mode_array[inst_mode]; in Lookup()[all …]
67 OpcodeOrNone LookupFirstOpcode(unsigned char inst, in LookupFirstOpcode()82 OpcodeOrNone LookupSecondOpcode(unsigned char first_opcode, in LookupSecondOpcode()101 OpcodeOrNone* opcode_slot = &first_opcodes_[inst + mode][size]; in Add()109 OpcodeOrNone Lookup(unsigned char inst, in Lookup()148 OpcodeOrNone** first_opcodes_;169 OpcodeOrNone Lookup(unsigned char first_opcode,191 OpcodeOrNone** second_opcodes_[VCDiffCodeTableData::kCodeTableSize];
49 typedef uint16_t OpcodeOrNone; typedef50 const OpcodeOrNone kNoOpcode = 0x100; // outside the opcode range 0x00 - 0xFF
142 OpcodeOrNone pending_second_instruction_;143 OpcodeOrNone last_pending_second_instruction_;
159 OpcodeOrNone compound_opcode = kNoOpcode; in EncodeInstruction()186 OpcodeOrNone opcode = kNoOpcode; in EncodeInstruction()