commit | b387dc044efaa07cd8a47316c83fe2a5c08f9650 | [log] [tgz] |
---|---|---|
author | Max Filippov <jcmvbkbc@gmail.com> | Tue Oct 15 22:04:13 2019 -0700 |
committer | Max Filippov <jcmvbkbc@gmail.com> | Tue Nov 26 11:33:38 2019 -0800 |
tree | 24aa130e27a872a6cb1527a4403f7c093a5f5ff9 | |
parent | cbc6e28703c44a321e9d8a8894ec11bc6e7e473d [diff] |
xtensa: use macros to generate *_bit and test_and_*_bit functions Parameterize macros with function name, opcode and inversion pattern. This reduces code duplication removing 2/3 of definitions. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>