Searched defs:ir3_info (Results 1 – 1 of 1) sorted by relevance
46 struct ir3_info { struct47 void *data; /* used internally in ir3 assembler */51 uint32_t size;53 uint32_t constant_data_offset;55 uint16_t sizedwords;56 uint16_t instrs_count; /* expanded to account for rpt's */57 uint16_t nops_count; /* # of nop instructions, including nopN */58 uint16_t mov_count;59 uint16_t cov_count;60 uint16_t stp_count;[all …]