/frameworks/libs/binary_translation/calling_conventions/ |
D | calling_conventions_arm64_test.cc | 29 loc = conv.GetNextIntArgLoc(4, 4); in TEST() 33 loc = conv.GetNextIntArgLoc(16, 16); in TEST() 37 loc = conv.GetNextIntArgLoc(8, 8); in TEST() 41 loc = conv.GetNextIntArgLoc(16, 16); in TEST() 45 loc = conv.GetNextIntArgLoc(4, 4); in TEST() 49 loc = conv.GetNextIntArgLoc(4, 4); in TEST() 71 conv.GetNextIntArgLoc(4, 4); in TEST() 72 conv.GetNextIntArgLoc(4, 4); in TEST() 73 conv.GetNextIntArgLoc(4, 4); in TEST() 74 conv.GetNextIntArgLoc(4, 4); in TEST() [all …]
|
D | calling_conventions_x86_64_test.cc | 29 loc = conv.GetNextIntArgLoc(1, 1); in TEST() 33 loc = conv.GetNextIntArgLoc(16, 16); in TEST() 37 loc = conv.GetNextIntArgLoc(8, 8); in TEST() 41 loc = conv.GetNextIntArgLoc(16, 16); in TEST() 45 loc = conv.GetNextIntArgLoc(1, 1); in TEST() 49 loc = conv.GetNextIntArgLoc(1, 1); in TEST() 103 conv.GetNextIntArgLoc(4, 4); in TEST() 104 conv.GetNextIntArgLoc(4, 4); in TEST() 105 conv.GetNextIntArgLoc(4, 4); in TEST() 106 conv.GetNextIntArgLoc(4, 4); in TEST() [all …]
|
D | calling_conventions_riscv64_test.cc | 29 loc = conv.GetNextIntArgLoc(4, 4); in TEST() 33 loc = conv.GetNextIntArgLoc(8, 8); in TEST() 37 loc = conv.GetNextIntArgLoc(8, 8); in TEST() 41 loc = conv.GetNextIntArgLoc(8, 8); in TEST() 45 loc = conv.GetNextIntArgLoc(2, 2); in TEST() 49 loc = conv.GetNextIntArgLoc(1, 1); in TEST() 53 loc = conv.GetNextIntArgLoc(1, 1); in TEST() 57 loc = conv.GetNextIntArgLoc(2, 2); in TEST() 61 loc = conv.GetNextIntArgLoc(4, 4); in TEST() 65 loc = conv.GetNextIntArgLoc(4, 4); in TEST() [all …]
|
D | calling_conventions_arm_test.cc | 29 loc = conv.GetNextIntArgLoc(4, 4); in TEST() 33 loc = conv.GetNextIntArgLoc(8, 8); in TEST() 37 loc = conv.GetNextIntArgLoc(8, 8); in TEST() 50 loc = conv.GetNextIntArgLoc(4, 4); in TEST() 54 loc = conv.GetNextIntArgLoc(16, 8); in TEST() 58 loc = conv.GetNextIntArgLoc(4, 4); in TEST() 67 loc = conv.GetNextIntArgLoc(16, 16); in TEST() 134 loc = conv.GetNextIntArgLoc(4, 4); in TEST() 138 loc = conv.GetNextIntArgLoc(16, 8); in TEST() 142 loc = conv.GetNextIntArgLoc(4, 4); in TEST()
|
/frameworks/libs/binary_translation/calling_conventions/include/berberis/calling_conventions/ |
D | calling_conventions_riscv64.h | 53 constexpr ArgLocation GetNextIntArgLoc(unsigned size, unsigned alignment) { in GetNextIntArgLoc() function 82 return GetNextIntArgLoc(size, alignment); in GetNextFpArgLoc()
|
D | calling_conventions_x86_64.h | 44 constexpr ArgLocation GetNextIntArgLoc(unsigned size, unsigned alignment) { in GetNextIntArgLoc() function
|
D | calling_conventions_arm64.h | 47 constexpr ArgLocation GetNextIntArgLoc(unsigned size, unsigned alignment) { in GetNextIntArgLoc() function
|
D | calling_conventions_arm.h | 60 constexpr ArgLocation GetNextIntArgLoc(unsigned size, unsigned alignment) { in GetNextIntArgLoc() function
|
/frameworks/libs/binary_translation/guest_abi/riscv64/include/berberis/guest_abi/ |
D | guest_params_arch.h | 124 conv.GetNextIntArgLoc(kArgInfo.kSize, kArgInfo.kAlignment); in ParamsInfoHelper() 153 return conv.GetNextIntArgLoc(ReturnInfo::kSize, ReturnInfo::kAlignment); in ReturnInfoHelper() 258 calling_conventions_.GetNextIntArgLoc(ArgumentInfo::kSize, ArgumentInfo::kAlignment)); in GetParam()
|
D | guest_arguments_arch.h | 124 conv.GetNextIntArgLoc(kArgInfo.kSize, kArgInfo.kAlignment); in ArgumentsInfoHelper() 148 return conv.GetNextIntArgLoc(ResultInfo::kSize, ResultInfo::kAlignment); in ResultInfoHelper()
|
/frameworks/libs/binary_translation/guest_abi/arm/include/berberis/guest_abi/ |
D | guest_params_arch.h | 138 conv.GetNextIntArgLoc( in ParamsInfoHelper() 148 conv.GetNextIntArgLoc(kArgInfo.kSize, kArgInfo.kAlignment); in ParamsInfoHelper() 268 calling_conventions_.GetNextIntArgLoc( in GetParam()
|
D | guest_arguments_arch.h | 130 conv.GetNextIntArgLoc( in ArgumentsInfoHelper() 140 conv.GetNextIntArgLoc(kArgInfo.kSize, kArgInfo.kAlignment); in ArgumentsInfoHelper()
|
/frameworks/libs/binary_translation/guest_abi/arm64/include/berberis/guest_abi/ |
D | guest_params_arch.h | 114 conv.GetNextIntArgLoc(kArgInfo.kSize, kArgInfo.kAlignment); in ParamsInfoHelper() 230 calling_conventions_.GetNextIntArgLoc(GuestArgumentInfo<T>::kSize, in GetParam()
|
D | guest_arguments_arch.h | 122 conv.GetNextIntArgLoc(kArgInfo.kSize, kArgInfo.kAlignment); in ArgumentsInfoHelper()
|