Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/decoder/include/berberis/decoder/riscv64/
Ddecoder.h532 enum class VSUmOpOpcode : uint8_t { enum
969 VSUmOpOpcode opcode;
1782 .opcode = VSUmOpOpcode{GetBits<20, 5>()}, in DecodeStore()
/frameworks/libs/binary_translation/interpreter/riscv64/
Dinterpreter.h517 if (args.opcode == Decoder::VSUmOpOpcode::kVsX) { in OpVector()
2861 case Decoder::VSUmOpOpcode::kVseXX: in OpVector()
2866 Decoder::VSUmOpOpcode::kVseXX>(args.data, src, [](size_t index) { in OpVector()
2869 case Decoder::VSUmOpOpcode::kVsm: in OpVector()
2876 Decoder::VSUmOpOpcode::kVsm>( in OpVector()
2891 typename Decoder::VSUmOpOpcode opcode = typename Decoder::VSUmOpOpcode{},
2904 if constexpr (opcode == Decoder::VSUmOpOpcode::kVsm) {