Home
last modified time | relevance | path

Searched refs:low_opcode (Results 1 – 1 of 1) sorted by relevance

/frameworks/libs/binary_translation/decoder/include/berberis/decoder/riscv64/
Ddecoder.h1580 uint8_t low_opcode = GetBits<12, 3>(); in DecodeMiscMem() local
1581 switch (low_opcode) { in DecodeMiscMem()
1618 uint8_t low_opcode = GetBits<12, 3>(); in DecodeOp() local
1620 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() local
1660 MemoryDataOperandType operand_type = MemoryDataOperandType{low_opcode}; in DecodeAmo()
1844 uint8_t low_opcode = GetBits<12, 3>(); in DecodeOp() local
1845 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 …]