Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/code_gen_lib/
Dgen_wrapper_riscv64_to_x86_64.cc116 static constexpr Assembler::XMMRegister kFpParamRegs[] = { in GenWrapGuestFunction() local
151 if (fp_argc < static_cast<int>(std::size(kFpParamRegs))) { in GenWrapGuestFunction()
155 as.MacroNanBoxAVX<intrinsics::Float32>(kFpParamRegs[fp_argc], kFpParamRegs[fp_argc]); in GenWrapGuestFunction()
157 as.MacroNanBox<intrinsics::Float32>(kFpParamRegs[fp_argc]); in GenWrapGuestFunction()
162 kFpParamRegs[fp_argc]); in GenWrapGuestFunction()
165 kFpParamRegs[fp_argc]); in GenWrapGuestFunction()