Searched refs:OpFpSingleInput (Results 1 – 2 of 2) sorted by relevance
693 void OpFpSingleInput(const typename Decoder::OpFpSingleInputArgs& args) { in OpFpSingleInput() function696 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
2022 return insn_consumer_->OpFpSingleInput(args); in DecodeOpFp()