Lines Matching refs:inst
37 // inst (also known as instruction type), size, and mode and arriving at
54 // Finds an opcode that has the given inst, size, and mode for its first
65 // of expressing all combinations of inst and mode with size=0.
67 OpcodeOrNone LookupFirstOpcode(unsigned char inst,
70 return first_instruction_map_.Lookup(inst, size, mode);
75 // the first opcode, and has the given inst, size, and mode for its second
83 unsigned char inst,
86 return second_instruction_map_.Lookup(first_opcode, inst, size, mode);
97 void Add(unsigned char inst,
101 OpcodeOrNone* opcode_slot = &first_opcodes_[inst + mode][size];
109 OpcodeOrNone Lookup(unsigned char inst,
112 int inst_mode = (inst == VCD_COPY) ? (inst + mode) : inst;
121 // The number of possible combinations of inst (a VCDiffInstructionType) and
127 // Compressing inst and mode into a single integer relies on
128 // VCD_COPY being the last instruction type. The inst+mode values are:
139 // num_instruction_type_modes_ (one element for each combination of inst
163 unsigned char inst,
170 unsigned char inst,
184 // num_instruction_type_modes_ (one element for each combination of inst