Break down a D type into basic (register) types for the 32-bit x86 ABI.
This breaks a type down into 'simpler' types that can be passed to a function in registers, and returned in registers. This is the implementation for the 32-bit x86 ABI.
See Source File _argtypes_x86.d Documentation: https://dlang.org/phobos/dmd_argtypes_x86.html Coverage: https://codecov.io/gh/dlang/dmd/src/master/src/dmd/argtypes_x86.d
Walter Bright
Copyright (C) 1999-2023 by The D Language Foundation, All Rights Reserved
Boost License 1.0
Break down a D type into basic (register) types for the 32-bit x86 ABI.