Home
last modified time | relevance | path

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

/third_party/mesa3d/src/panfrost/midgard/
H A Dmidgard_ra.c31 struct phys_reg { struct
65 /* Helper to return the default phys_reg for a given register */
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()
752 struct phys_reg src1 = index_to_reg(ctx, l, ins->src[0], src_shift[0]); in install_registers_instr()
753 struct phys_reg src2 = index_to_reg(ctx, l, ins->src[1], src_shift[1]); in install_registers_instr()
754 struct phys_reg dest = index_to_reg(ctx, l, ins->dest, dest_shift); in install_registers_instr()
782 struct phys_reg sr in install_registers_instr()
[all...]

Completed in 2 milliseconds