Searched refs:opcode_bits (Results 1 – 1 of 1) sorted by relevance
448 CompressedOpcode opcode_bits{(GetBits<uint8_t, 13, 3>() << 2) | GetBits<uint8_t, 0, 2>()}; in DecodeCompressedInstruction()450 switch (opcode_bits) { in DecodeCompressedInstruction()575 BaseOpcode opcode_bits{GetBits<uint8_t, 2, 5>()}; in DecodeBaseInstruction()577 switch (opcode_bits) { in DecodeBaseInstruction()851 uint8_t opcode_bits = GetBits<uint8_t, 27, 5>(); in DecodeOpFp() local853 .opcode = OpFpOpcode(opcode_bits), in DecodeOpFp()