Lines Matching refs:reg1
1131 void compare_reg_reg(int reg1, bool isPhysical1, in compare_reg_reg() argument
1134 …dump_reg_reg(m, ATOM_NORMAL, OpndSize_32, reg1, isPhysical1, reg2, isPhysical2, LowOpndRegType_gp); in compare_reg_reg()
1136 void compare_reg_reg_16(int reg1, bool isPhysical1, in compare_reg_reg_16() argument
1139 …dump_reg_reg(m, ATOM_NORMAL, OpndSize_16, reg1, isPhysical1, reg2, isPhysical2, LowOpndRegType_gp); in compare_reg_reg_16()
1154 void compare_ss_reg_with_reg(LowOp* op, int reg1, bool isPhysical1, in compare_ss_reg_with_reg() argument
1157 …dump_reg_reg(m, ATOM_NORMAL, OpndSize_32, reg1, isPhysical1, reg2, isPhysical2, LowOpndRegType_xm… in compare_ss_reg_with_reg()
1171 void compare_sd_reg_with_reg(LowOp* op, int reg1, bool isPhysical1, in compare_sd_reg_with_reg() argument
1174 …dump_reg_reg(m, ATOM_NORMAL, OpndSize_64, reg1, isPhysical1, reg2, isPhysical2, LowOpndRegType_xmm… in compare_sd_reg_with_reg()
1370 int reg1, bool isPhysical1, in alu_binary_reg_reg() argument
1377 …dump_reg_reg(m, ATOM_NORMAL_ALU, size, reg1, isPhysical1, reg2, isPhysical2, getTypeFromIntSize(si… in alu_binary_reg_reg()
1663 void conditional_move_reg_to_reg(OpndSize size, ConditionCode cc, int reg1, bool isPhysical1, int r… in conditional_move_reg_to_reg() argument
1665 dump_reg_reg(m, ATOM_NORMAL, size, reg1, isPhysical1, reg, isPhysical, LowOpndRegType_gp); in conditional_move_reg_to_reg()