Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/decoder/include/berberis/decoder/riscv64/
Ddecoder.h568 enum class VRXUnary0Opcode : uint8_t { enum
924 VRXUnary0Opcode vrxunary0_opcode;
/frameworks/libs/binary_translation/interpreter/riscv64/
Dinterpreter.h2713 case Decoder::VRXUnary0Opcode::kVmvsx: in OpVector()