Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/calling_conventions/include/berberis/calling_conventions/
Dcalling_conventions_x86_32.h62 constexpr ArgLocation GetFpResLoc(unsigned size) { in GetFpResLoc() function
Dcalling_conventions_x86_64.h83 constexpr ArgLocation GetFpResLoc(unsigned size) { in GetFpResLoc() function
Dcalling_conventions_riscv64.h93 constexpr ArgLocation GetFpResLoc(unsigned size) { in GetFpResLoc() function
Dcalling_conventions_arm64.h93 constexpr ArgLocation GetFpResLoc(unsigned size) { in GetFpResLoc() function
Dcalling_conventions_arm.h134 constexpr ArgLocation GetFpResLoc(unsigned size) { in GetFpResLoc() function
/frameworks/libs/binary_translation/calling_conventions/
Dcalling_conventions_x86_32_test.cc69 loc = conv.GetFpResLoc(8); in TEST()
Dcalling_conventions_x86_64_test.cc93 loc = conv.GetFpResLoc(8); in TEST()
Dcalling_conventions_riscv64_test.cc182 loc = conv.GetFpResLoc(4); in TEST()
/frameworks/libs/binary_translation/guest_abi/arm64/include/berberis/guest_abi/
Dguest_arguments_arch.h142 return conv.GetFpResLoc(ResultInfo::kSize); in ResultInfoHelper()
Dguest_params_arch.h134 return conv.GetFpResLoc(ReturnInfo::kSize); in ResultInfoHelper()
/frameworks/libs/binary_translation/guest_abi/arm/include/berberis/guest_abi/
Dguest_arguments_arch.h160 return conv.GetFpResLoc(ResultInfo::kSize); in ResultInfoHelper()
Dguest_params_arch.h168 return conv.GetFpResLoc(ReturnInfo::kSize); in ReturnInfoHelper()
/frameworks/libs/binary_translation/guest_abi/riscv64/include/berberis/guest_abi/
Dguest_arguments_arch.h143 return conv.GetFpResLoc(ResultInfo::kSize); in ResultInfoHelper()
Dguest_params_arch.h148 return conv.GetFpResLoc(ReturnInfo::kSize); in ReturnInfoHelper()