Home
last modified time | relevance | path

Searched refs:NanBoxAndSetFpReg (Results 1 – 6 of 6) sorted by relevance

/frameworks/libs/binary_translation/lite_translator/riscv64_to_x86_64/
Dlite_translator_tests.cc84 TEST(Riscv64LiteTranslatorTest, NanBoxAndSetFpReg) { in TEST() argument
104 translator.NanBoxAndSetFpReg<LiteTranslator::Float32>(1, reg); in TEST()
108 translator.NanBoxAndSetFpReg<LiteTranslator::Float32>(1, reg); in TEST()
Dlite_translator_exec_tests.cc85 translator_.NanBoxAndSetFpReg<LiteTranslator::Float64>(1, reg); in TEST_F()
Dlite_translator.h269 void NanBoxAndSetFpReg(uint8_t reg, FpRegister value) { in NanBoxAndSetFpReg() function
/frameworks/libs/binary_translation/decoder/include/berberis/decoder/riscv64/
Dsemantics_player.h183 NanBoxAndSetFpReg<Float32>(args.dst, result); in Fcvt()
189 NanBoxAndSetFpReg<Float64>(args.dst, result); in Fcvt()
270 NanBoxAndSetFpReg<FloatType>(dst, result); in FcvtIntegerToFloat()
325 NanBoxAndSetFpReg<FloatType>(dst, result); in Fma()
398 NanBoxAndSetFpReg<FloatType>(dst, result); in Load()
529 NanBoxAndSetFpReg<FloatType>(dst, result); in OpFp()
655 NanBoxAndSetFpReg<FloatType>(dst, result); in OpFpNoRounding()
681 NanBoxAndSetFpReg<Float32>(args.dst, result); in FmvIntegerToFloat()
685 NanBoxAndSetFpReg<Float64>(args.dst, result); in FmvIntegerToFloat()
720 NanBoxAndSetFpReg<FloatType>(dst, result); in OpFpSingleInput()
[all …]
/frameworks/libs/binary_translation/heavy_optimizer/riscv64/
Dfrontend.h261 void NanBoxAndSetFpReg(uint8_t reg, FpRegister value) { in NanBoxAndSetFpReg() function
/frameworks/libs/binary_translation/interpreter/riscv64/
Dinterpreter.h3039 NanBoxAndSetFpReg<ElementType>(dst, SIMD128Register{state_->cpu.v[src]}.Get<FpRegister>(0)); in OpVectorVmvfs()
4139 void NanBoxAndSetFpReg(uint8_t reg, FpRegister value);
4498 void inline Interpreter::NanBoxAndSetFpReg<Interpreter::Float32>(uint8_t reg, FpRegister value) {
4508 void inline Interpreter::NanBoxAndSetFpReg<Interpreter::Float64>(uint8_t reg, FpRegister value) {