Lines Matching refs:phys_reg
31 struct phys_reg {
65 /* Helper to return the default phys_reg for a given register */
67 static struct phys_reg
70 struct phys_reg r = {
82 static struct phys_reg
93 struct phys_reg r = {
752 struct phys_reg src1 = index_to_reg(ctx, l, ins->src[0], src_shift[0]);
753 struct phys_reg src2 = index_to_reg(ctx, l, ins->src[1], src_shift[1]);
754 struct phys_reg dest = index_to_reg(ctx, l, ins->dest, dest_shift);
782 struct phys_reg src = index_to_reg(ctx, l, ins->src[0], src_shift[0]);
788 struct phys_reg dst = index_to_reg(ctx, l, ins->dest, dest_shift);
800 struct phys_reg src = index_to_reg(ctx, l, src_index, src_shift[i]);
816 struct phys_reg dest = index_to_reg(ctx, l, ins->dest, dest_shift);
817 struct phys_reg coord = index_to_reg(ctx, l, ins->src[1], src_shift[1]);
818 struct phys_reg lod = index_to_reg(ctx, l, ins->src[2], src_shift[2]);
819 struct phys_reg offset = index_to_reg(ctx, l, ins->src[3], src_shift[3]);