commit | 311fdf52f7d33b988130d07b3d3a86eb148051ca | [log] [tgz] |
---|---|---|
author | Igor Murashkin <iam@google.com> | Fri Jul 22 15:59:16 2016 -0700 |
committer | Igor Murashkin <iam@google.com> | Mon Jul 25 15:15:03 2016 -0700 |
tree | 107308e59eb8cf528ff74029c3c180ca2a7242a6 | |
parent | a69e790ad9751807d4a660bb4432b7ea79f0ad3b [diff] |
runtime: Refactor asm_support to be auto-generated (mostly) Usage: * If the defines are no longer up to date, re-run generate-asm-support * To add a new field: --- Edit one of the offset_ or constant def files. --- Rebuild cpp-define-generator and re-run generate-asm-support Change-Id: I772430fcf1ad9af40898ebb453848f8412612386 TODO: Integrate this into the build somehow TODO: Account for 32 vs 64-bit and read barrier vs no read barrier