Home | History | Annotate | Download | only in src

Lines Matching refs:inst

30 const char* VCDiffInstructionName(VCDiffInstructionType inst) {
31 switch (inst) {
41 LOG(ERROR) << "Unexpected instruction type " << inst << LOG_ENDL;
189 unsigned char inst,
195 // Check upper limits of inst and mode. inst, size, and mode are
197 if (inst > VCD_LAST_INSTRUCTION_TYPE) {
200 << static_cast<int>(inst) << LOG_ENDL;
211 if ((inst == VCD_NOOP) && (size != 0)) {
218 if ((inst != VCD_COPY) && (mode != 0)) {
248 // combination of inst and mode with size=0 as its first instruction,
262 LOG(ERROR) << "VCDiff: Bad code table; there is no opcode for inst "
265 LOG(ERROR) << "VCDiff: Bad code table; there is no opcode for inst "