Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/interpreter/riscv64/
Dinterpreter.h500 if (args.opcode == Decoder::VLUmOpOpcode::kVlXreXX) { in OpVector()
971 case Decoder::VLUmOpOpcode::kVleXXff: in OpVector()
977 Decoder::VLUmOpOpcode::kVleXXff>( in OpVector()
979 case Decoder::VLUmOpOpcode::kVleXX: in OpVector()
985 Decoder::VLUmOpOpcode::kVleXX>( in OpVector()
987 case Decoder::VLUmOpOpcode::kVlm: in OpVector()
995 Decoder::VLUmOpOpcode::kVlm>( in OpVector()
1035 typename Decoder::VLUmOpOpcode opcode = typename Decoder::VLUmOpOpcode{},
1048 if constexpr (opcode == Decoder::VLUmOpOpcode::kVlm) {
1118 if constexpr (opcode == Decoder::VLUmOpOpcode::kVleXXff) {
/frameworks/libs/binary_translation/decoder/include/berberis/decoder/riscv64/
Ddecoder.h237 enum class VLUmOpOpcode : uint8_t { enum
851 VLUmOpOpcode opcode;
1718 .opcode = VLUmOpOpcode{GetBits<20, 5>()}, in DecodeLoad()