Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/runtime/
Drun_guest_call_riscv64.cc99 memcpy(buf->fp_argv, &(state->cpu.f[FA0]), buf->fp_resc * sizeof(buf->fp_argv[0])); in RunGuestCall()
/frameworks/libs/binary_translation/guest_abi/riscv64/include/berberis/guest_abi/
Dguest_arguments_arch.h33 int fp_resc; // in float registers. member
/frameworks/libs/binary_translation/code_gen_lib/
Dgen_wrapper_riscv64_to_x86_64.cc95 constexpr int kFpRescOffset = offsetof(GuestArgumentBuffer, fp_resc); in GenWrapGuestFunction()
Dcode_gen_lib_riscv64_test.cc331 ASSERT_EQ(1, buf->fp_resc); in Run18Fp()