Searched refs:InstructionFormat (Results 1 – 2 of 2) sorted by relevance
299 enum InstructionFormat : u1 { enum405 InstructionFormat GetFormatFromOpcode(Opcode opcode);
425 static constexpr std::array<InstructionFormat, kNumPackedOpcodes> gInstructionFormatTable = {465 InstructionFormat GetFormatFromOpcode(Opcode opcode) { in GetFormatFromOpcode()754 InstructionFormat format = GetFormatFromOpcode(opcode); in DecodeInstruction()