Searched refs:BUNDLE_TEMPLATE_MASK (Results 1 – 2 of 2) sorted by relevance
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-tilepro.c | 303 #define BUNDLE_TEMPLATE_MASK(p0, p1, p2) \ macro 307 BUNDLE_TEMPLATE_MASK(1 << (p0), 1 << (p1), (1 << (p2))) \ 813 BUNDLE_TEMPLATE_MASK(current_bundle[0].opcode->pipes, in tilepro_flush_bundle()
|
D | tc-tilegx.c | 348 #define BUNDLE_TEMPLATE_MASK(p0, p1, p2) \ macro 352 BUNDLE_TEMPLATE_MASK(1 << (p0), 1 << (p1), (1 << (p2))) \ 922 BUNDLE_TEMPLATE_MASK(current_bundle[0].opcode->pipes, in tilegx_flush_bundle()
|