Searched refs:OpFp (Results 1 – 2 of 2) sorted by relevance
/frameworks/libs/binary_translation/decoder/include/berberis/decoder/riscv64/ |
D | semantics_player.h | 495 void OpFp(const typename Decoder::OpFpArgs& args) { in OpFp() function 498 return OpFp<Float32>(args.opcode, args.rm, args.dst, args.src1, args.src2); in OpFp() 500 return OpFp<Float64>(args.opcode, args.rm, args.dst, args.src1, args.src2); in OpFp() 507 void OpFp(typename Decoder::OpFpOpcode opcode, int8_t rm, int8_t dst, int8_t src1, int8_t src2) { in OpFp() function
|
D | decoder.h | 1972 return insn_consumer_->OpFp(args); in DecodeOpFp()
|