Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/decoder/include/berberis/decoder/riscv64/
Dsemantics_player.h693 void OpFpSingleInput(const typename Decoder::OpFpSingleInputArgs& args) { in OpFpSingleInput() function
696 return OpFpSingleInput<Float32>(args.opcode, args.rm, args.dst, args.src); in OpFpSingleInput()
698 return OpFpSingleInput<Float64>(args.opcode, args.rm, args.dst, args.src); in OpFpSingleInput()
705 void OpFpSingleInput(typename Decoder::OpFpSingleInputOpcode opcode, in OpFpSingleInput() function
Ddecoder.h2022 return insn_consumer_->OpFpSingleInput(args); in DecodeOpFp()