Searched refs:reg_comp (Results 1 – 5 of 5) sorted by relevance
224 "xyzw"[reg_comp(reg)]); in print_ssa_name()286 "xyzw"[reg_comp(reg)]); in print_reg_name()289 "xyzw"[reg_comp(reg)]); in print_reg_name()
569 unsigned comp = reg_comp(addr->dsts[0]); in ir3_instr_set_address()
755 reg_comp(const struct ir3_register *reg) in reg_comp() function
49 signed reg_comp = reg_offset >> srcshift; in offset_swizzle() local54 assert(reg_comp << srcshift == reg_offset); in offset_swizzle()59 out[c] = MIN2(swizzle[comp] + reg_comp, max_component); in offset_swizzle()
43 * Change POSIX reg_comp API to not check potentially uninitialized memory, note that code which was…