Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/interpreter/riscv64/
Dinterpreter.cc358 FpRegister OpFp(Decoder::OpFpOpcode opcode, in OpFp()
379 FloatType OpFp(Decoder::OpFpOpcode opcode, uint8_t rm, FloatType arg1, FloatType arg2) { in OpFp()
381 case Decoder::OpFpOpcode::kFAdd: in OpFp()
/frameworks/libs/binary_translation/decoder/include/berberis/decoder/riscv64/
Ddecoder.h197 enum class OpFpOpcode { enum
402 OpFpOpcode opcode;
853 .opcode = OpFpOpcode(opcode_bits), in DecodeOpFp()