Searched refs:opcode_bits (Results 1 – 1 of 1) sorted by relevance
1049 CompressedOpcode opcode_bits{(GetBits<13, 3>() << 2) | GetBits<0, 2>()}; in DecodeCompressedInstruction()1051 switch (opcode_bits) { in DecodeCompressedInstruction()1481 BaseOpcode opcode_bits{GetBits<2, 5>()}; in DecodeBaseInstruction()1483 switch (opcode_bits) { in DecodeBaseInstruction()1620 uint16_t opcode_bits = static_cast<int16_t>(low_opcode | (high_opcode << 3)); in DecodeOp() local1621 OpcodeType opcode{opcode_bits}; in DecodeOp()1622 OpSingleInputOpcode single_input_opcode{opcode_bits}; in DecodeOp()1675 uint8_t opcode_bits = GetBits<2, 2>(); in DecodeFma() local1677 .opcode = FmaOpcode{opcode_bits}, in DecodeFma()1957 uint8_t opcode_bits = GetBits<27, 2>(); in DecodeOpFp() local[all …]