Searched refs:BUNDLE_SIZE (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/utils/testgen/
H A Dmc-bundling-x86-gen.py18 BUNDLE_SIZE = 2 ** BUNDLE_SIZE_POW2 variable
46 for instlen in range(1, BUNDLE_SIZE + 1):
47 for offset in range(0, BUNDLE_SIZE):
50 print(ALIGNTO.format(2 * BUNDLE_SIZE))
57 base_offset = ntest * 2 * BUNDLE_SIZE
70 if offset + instlen == BUNDLE_SIZE:
73 elif offset + instlen < BUNDLE_SIZE:
75 offset_to_end = base_offset + (BUNDLE_SIZE - instlen)
77 else: # offset + instlen > BUNDLE_SIZE
80 offset_to_nearest_bundle = base_offset + BUNDLE_SIZE
[all...]
/netbsd-current/sys/arch/ia64/disasm/
H A Ddisasm_int.h45 #define BUNDLE_SIZE (SLOT_COUNT * SLOT_BITS + TMPL_BITS) macro
46 #define BUNDLE_BYTES ((BUNDLE_SIZE+7) >> 3)

Completed in 203 milliseconds