Searched refs:OpFp (Results 1 – 3 of 3) sorted by relevance
358 FpRegister OpFp(Decoder::OpFpOpcode opcode, in OpFp() function in berberis::__anonb69021fa0111::Interpreter365 return NanBoxFloatToFPReg(OpFp<Float32>( in OpFp()368 return NanBoxFloatToFPReg(OpFp<Float64>( in OpFp()379 FloatType OpFp(Decoder::OpFpOpcode opcode, uint8_t rm, FloatType arg1, FloatType arg2) { in OpFp() function in berberis::__anonb69021fa0111::Interpreter
138 void OpFp(const typename Decoder::OpFpArgs& args) { in OpFp() function141 FpRegister result = listener_->OpFp(args.opcode, args.float_size, args.rm, arg1, arg2); in OpFp()
860 insn_consumer_->OpFp(args); in DecodeOpFp()