Searched refs:off_high (Results 1 – 3 of 3) sorted by relevance
766 int32_t off_high : 5; member
1143 } else if (cat6->c.off || cat6->c.off_high) { in print_instr_cat6_a3xx()1144 fprintf(ctx->out, "%+d", ((uint32_t)cat6->c.off_high << 8) | cat6->c.off); in print_instr_cat6_a3xx()
884 cat6c->off_high = instr->cat6.dst_offset >> 8; in emit_cat6()