Searched refs:low_opcode (Results 1 – 1 of 1) sorted by relevance
1580 uint8_t low_opcode = GetBits<12, 3>(); in DecodeMiscMem() local1581 switch (low_opcode) { in DecodeMiscMem()1618 uint8_t low_opcode = GetBits<12, 3>(); in DecodeOp() local1620 uint16_t opcode_bits = static_cast<int16_t>(low_opcode | (high_opcode << 3)); in DecodeOp()1653 uint8_t low_opcode = GetBits<12, 3>(); in DecodeAmo() local1660 MemoryDataOperandType operand_type = MemoryDataOperandType{low_opcode}; in DecodeAmo()1844 uint8_t low_opcode = GetBits<12, 3>(); in DecodeOp() local1845 if (low_opcode != 0b001 && low_opcode != 0b101) { in DecodeOp()1846 OpOpcodeType opcode{low_opcode}; in DecodeOp()1862 static_cast<std::underlying_type_t<ShiftOpcodeType>>(low_opcode | (high_opcode << 3))}; in DecodeOp()[all …]