Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/decoder/include/berberis/decoder/riscv64/
Ddecoder.h448 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() local
853 .opcode = OpFpOpcode(opcode_bits), in DecodeOpFp()