Lines Matching refs:phys_reg
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()
729 struct phys_reg src = index_to_reg(ctx, l, src_index, src_shift[i]); in install_registers_instr()
745 struct phys_reg dest = index_to_reg(ctx, l, ins->dest, dest_shift); in install_registers_instr()
746 struct phys_reg coord = index_to_reg(ctx, l, ins->src[1], src_shift[1]); in install_registers_instr()
747 struct phys_reg lod = index_to_reg(ctx, l, ins->src[2], src_shift[2]); in install_registers_instr()
748 struct phys_reg offset = index_to_reg(ctx, l, ins->src[3], src_shift[3]); in install_registers_instr()