Lines Matching refs:Format
44 Instruction::Format format) {
47 } else if ((format >= Instruction::Format::k10x) && (format <= Instruction::Format::k10t)) {
49 } else if ((format >= Instruction::Format::k20t) && (format <= Instruction::Format::k22c)) {
51 } else if ((format >= Instruction::Format::k32x) && (format <= Instruction::Format::k3rc)) {
53 } else if ((format >= Instruction::Format::k45cc) && (format <= Instruction::Format::k4rcc)) {
55 } else if (format == Instruction::Format::k51l) {
63 #define INSTRUCTION_DESCR(opcode, c, p, format, index, flags, eflags, vflags) \
65 format, \
68 InstructionSizeInCodeUnitsByOpcode((c), (format)), \