Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/decoder/include/berberis/decoder/riscv64/
Dsemantics_player.h287 void Fma(typename Decoder::FmaOpcode opcode, in Fma()
299 case Decoder::FmaOpcode::kFmadd: in Fma()
302 case Decoder::FmaOpcode::kFmsub: in Fma()
315 case Decoder::FmaOpcode::kFnmsub: in Fma()
318 case Decoder::FmaOpcode::kFnmadd: in Fma()
Ddecoder.h79 enum class FmaOpcode : uint8_t { enum
721 FmaOpcode opcode;
1677 .opcode = FmaOpcode{opcode_bits}, in DecodeFma()