Searched refs:arg_byte_size (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/lldb/source/Plugins/ABI/AArch64/ |
D | ABISysV_arm64.cpp | 189 const uint32_t arg_byte_size = (bit_width + (8 - 1)) / 8; in GetArgumentValues() local 192 sp, arg_byte_size, is_signed, value->GetScalar(), error)) in GetArgumentValues() 195 sp += arg_byte_size; in GetArgumentValues()
|
D | ABIMacOSX_arm64.cpp | 217 const uint32_t arg_byte_size = (bit_width + (8 - 1)) / 8; in GetArgumentValues() local 220 sp, arg_byte_size, is_signed, value->GetScalar(), error)) in GetArgumentValues() 223 sp += arg_byte_size; in GetArgumentValues()
|
/external/deqp-deps/amber/src/ |
D | pipeline.cc | 890 const auto arg_byte_size = arg_info.fmt->SizeInBytes(); in GenerateOpenCLPodBuffers() local 892 for (uint32_t i = 0; i < arg_byte_size; ++i) { in GenerateOpenCLPodBuffers() 895 if (arg_byte_size == sizeof(double)) { in GenerateOpenCLPodBuffers()
|
/external/llvm-project/lldb/source/Plugins/ABI/ARM/ |
D | ABIMacOSX_arm.cpp | 1514 const uint32_t arg_byte_size = (bit_width + (8 - 1)) / 8; in GetArgumentValues() local 1517 sp, arg_byte_size, is_signed, value->GetScalar(), error)) in GetArgumentValues() 1520 sp += arg_byte_size; in GetArgumentValues()
|
D | ABISysV_arm.cpp | 1495 const uint32_t arg_byte_size = (bit_width + (8 - 1)) / 8; in GetArgumentValues() local 1498 sp, arg_byte_size, is_signed, value->GetScalar(), error)) in GetArgumentValues() 1501 sp += arg_byte_size; in GetArgumentValues()
|