Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/interpreter/riscv64/
Dinterpreter.h2124 case Decoder::VOpIVvOpcode::kVaddvv: in OpVector()
2127 case Decoder::VOpIVvOpcode::kVsubvv: in OpVector()
2130 case Decoder::VOpIVvOpcode::kVandvv: in OpVector()
2133 case Decoder::VOpIVvOpcode::kVorvv: in OpVector()
2136 case Decoder::VOpIVvOpcode::kVxorvv: in OpVector()
2139 case Decoder::VOpIVvOpcode::kVrgathervv: { in OpVector()
2150 case Decoder::VOpIVvOpcode::kVmseqvv: in OpVector()
2153 case Decoder::VOpIVvOpcode::kVmsnevv: in OpVector()
2156 case Decoder::VOpIVvOpcode::kVmsltuvv: in OpVector()
2159 case Decoder::VOpIVvOpcode::kVmsltvv: in OpVector()
[all …]
/frameworks/libs/binary_translation/decoder/include/berberis/decoder/riscv64/
Ddecoder.h359 enum class VOpIVvOpcode : uint8_t { enum
891 VOpIVvOpcode opcode;
2112 .opcode = VOpIVvOpcode{opcode}, in DecodeOpV()