Home
last modified time | relevance | path

Searched refs:OpFp (Results 1 – 3 of 3) sorted by relevance

/frameworks/libs/binary_translation/interpreter/riscv64/
Dinterpreter.cc358 FpRegister OpFp(Decoder::OpFpOpcode opcode, in OpFp() function in berberis::__anonb69021fa0111::Interpreter
365 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
/frameworks/libs/binary_translation/decoder/include/berberis/decoder/riscv64/
Dsemantics_player.h138 void OpFp(const typename Decoder::OpFpArgs& args) { in OpFp() function
141 FpRegister result = listener_->OpFp(args.opcode, args.float_size, args.rm, arg1, arg2); in OpFp()
Ddecoder.h860 insn_consumer_->OpFp(args); in DecodeOpFp()