Searched hist:f21b9f6d6e6ddda6d92ec25b01f70c30bcc82d57 (Results 1 – 2 of 2) sorted by relevance
| /rk3399_ARM-atf/include/lib/cpus/aarch32/ |
| H A D | cpu_macros.S | f21b9f6d6e6ddda6d92ec25b01f70c30bcc82d57 Tue May 01 08:54:54 UTC 2018 Roberto Vargas <roberto.vargas@arm.com> Remove .struct directive
This directive is not implemented by clang assembler. The traditional way to implement structs in assembly is using two macros for every field, one for the offset, and another one for the size. For every field, the offset can be calculated using the size and offset of the previous field.
Change-Id: Iacc6781e8f302fb925898737b8e85ab4e88a51cc Signed-off-by: Roberto Vargas <roberto.vargas@arm.com>
|
| /rk3399_ARM-atf/include/lib/cpus/aarch64/ |
| H A D | cpu_macros.S | f21b9f6d6e6ddda6d92ec25b01f70c30bcc82d57 Tue May 01 08:54:54 UTC 2018 Roberto Vargas <roberto.vargas@arm.com> Remove .struct directive
This directive is not implemented by clang assembler. The traditional way to implement structs in assembly is using two macros for every field, one for the offset, and another one for the size. For every field, the offset can be calculated using the size and offset of the previous field.
Change-Id: Iacc6781e8f302fb925898737b8e85ab4e88a51cc Signed-off-by: Roberto Vargas <roberto.vargas@arm.com>
|