Searched refs:NanBoxAndSetFpReg (Results 1 – 6 of 6) sorted by relevance
/frameworks/libs/binary_translation/lite_translator/riscv64_to_x86_64/ |
D | lite_translator_tests.cc | 84 TEST(Riscv64LiteTranslatorTest, NanBoxAndSetFpReg) { in TEST() argument 104 translator.NanBoxAndSetFpReg<LiteTranslator::Float32>(1, reg); in TEST() 108 translator.NanBoxAndSetFpReg<LiteTranslator::Float32>(1, reg); in TEST()
|
D | lite_translator_exec_tests.cc | 85 translator_.NanBoxAndSetFpReg<LiteTranslator::Float64>(1, reg); in TEST_F()
|
D | lite_translator.h | 269 void NanBoxAndSetFpReg(uint8_t reg, FpRegister value) { in NanBoxAndSetFpReg() function
|
/frameworks/libs/binary_translation/decoder/include/berberis/decoder/riscv64/ |
D | semantics_player.h | 183 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/ |
D | frontend.h | 261 void NanBoxAndSetFpReg(uint8_t reg, FpRegister value) { in NanBoxAndSetFpReg() function
|
/frameworks/libs/binary_translation/interpreter/riscv64/ |
D | interpreter.h | 3039 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) {
|