Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/decoder/include/berberis/decoder/riscv64/
Dsemantics_player.h675 void FmvIntegerToFloat(const typename Decoder::FmvIntegerToFloatArgs& args) { in FmvIntegerToFloat() function
680 result = listener_->template FmvIntegerToFloat<Float32, int32_t>(arg); in FmvIntegerToFloat()
684 result = listener_->template FmvIntegerToFloat<Float64, int64_t>(arg); in FmvIntegerToFloat()
Ddecoder.h2086 return insn_consumer_->FmvIntegerToFloat(args); in DecodeOpFp()