Searched refs:phys_reg (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/panfrost/midgard/ |
D | midgard_ra.c | 31 struct phys_reg { struct 67 static struct phys_reg 70 struct phys_reg r = { in default_phys_reg() 82 static struct phys_reg 93 struct phys_reg r = { in index_to_reg() 681 struct phys_reg src1 = index_to_reg(ctx, l, ins->src[0], src_shift[0]); in install_registers_instr() 682 struct phys_reg src2 = index_to_reg(ctx, l, ins->src[1], src_shift[1]); in install_registers_instr() 683 struct phys_reg dest = index_to_reg(ctx, l, ins->dest, dest_shift); in install_registers_instr() 711 struct phys_reg src = index_to_reg(ctx, l, ins->src[0], src_shift[0]); in install_registers_instr() 717 struct phys_reg dst = index_to_reg(ctx, l, ins->dest, dest_shift); in install_registers_instr() [all …]
|