Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/decoder/include/berberis/decoder/riscv64/
Dsemantics_player.h507 void OpFp(typename Decoder::OpFpOpcode opcode, int8_t rm, int8_t dst, int8_t src1, int8_t src2) { in OpFp()
513 case Decoder::OpFpOpcode::kFAdd: in OpFp()
516 case Decoder::OpFpOpcode::kFSub: in OpFp()
519 case Decoder::OpFpOpcode::kFMul: in OpFp()
522 case Decoder::OpFpOpcode::kFDiv: in OpFp()
Ddecoder.h169 enum class OpFpOpcode : uint8_t { enum
761 OpFpOpcode opcode;
1965 .opcode = OpFpOpcode{opcode_bits}, in DecodeOpFp()