Searched refs:FmvIntegerToFloat (Results 1 – 2 of 2) sorted by relevance
675 void FmvIntegerToFloat(const typename Decoder::FmvIntegerToFloatArgs& args) { in FmvIntegerToFloat() function680 result = listener_->template FmvIntegerToFloat<Float32, int32_t>(arg); in FmvIntegerToFloat()684 result = listener_->template FmvIntegerToFloat<Float64, int64_t>(arg); in FmvIntegerToFloat()
2086 return insn_consumer_->FmvIntegerToFloat(args); in DecodeOpFp()