Lines Matching refs:reg2
322 int reg, int reg2, LowOpndRegType type) { in lower_reg_reg() argument
325 reg-reg2, size==OpndSize_64, stream); in lower_reg_reg()
328 stream = encoder_reg_reg(m, size, reg, true, reg2, true, type, stream); in lower_reg_reg()
338 int reg2, bool isPhysical2, LowOpndRegType type) { in dump_reg_reg_noalloc() argument
339 return lower_reg_reg(m, ATOM_NORMAL, size, reg, reg2, type); in dump_reg_reg_noalloc()
352 int reg2, bool isPhysical2, LowOpndRegType type) { in dump_reg_reg_noalloc_dst() argument
356 if(isMnemonicMove(m) && regAll == reg2) return NULL; in dump_reg_reg_noalloc_dst()
357 return lower_reg_reg(m, ATOM_NORMAL, size, regAll, reg2, type); in dump_reg_reg_noalloc_dst()
359 stream = encoder_reg_reg(m, size, reg, isPhysical, reg2, isPhysical2, type, stream); in dump_reg_reg_noalloc_dst()
368 int reg2, bool isPhysical2, LowOpndRegType type) { in dump_reg_reg_noalloc_src() argument
371 if(isMnemonicMove(m) && checkTempReg2(reg2, type, isPhysical2, reg)) { //dst reg is logical in dump_reg_reg_noalloc_src()
373 regAll2 = registerAllocMove(reg2, type, isPhysical2, reg); in dump_reg_reg_noalloc_src()
375 regAll2 = registerAlloc(type, reg2, isPhysical2, true); in dump_reg_reg_noalloc_src()
379 stream = encoder_reg_reg(m, size, reg, isPhysical, reg2, isPhysical2, type, stream); in dump_reg_reg_noalloc_src()
389 int reg2, bool isPhysical2, LowOpndRegType type) { in dump_reg_reg() argument
402 regAll2 = registerAllocMove(reg2, type, isPhysical2, regAll); in dump_reg_reg()
406 regAll2 = registerAlloc(type, reg2, isPhysical2, true); in dump_reg_reg()
415 stream = encoder_reg_reg(m, size, reg, isPhysical, reg2, isPhysical2, type, stream); in dump_reg_reg()
536 int reg2, bool isPhysical2) { in dump_movez_reg_reg() argument
543 set_reg_opnd(&(op->regOpnd1), reg2, isPhysical2, LowOpndRegType_gp); in dump_movez_reg_reg()
551 int regAll2 = registerAlloc(LowOpndRegType_gp, reg2, isPhysical2, true); in dump_movez_reg_reg()
557 stream = encoder_movez_reg_to_reg(size, reg, isPhysical, reg2, in dump_movez_reg_reg()
1132 int reg2, bool isPhysical2) { in compare_reg_reg() argument
1134 …dump_reg_reg(m, ATOM_NORMAL, OpndSize_32, reg1, isPhysical1, reg2, isPhysical2, LowOpndRegType_gp); in compare_reg_reg()
1137 int reg2, bool isPhysical2) { 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()
1155 int reg2, bool isPhysical2) { 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()
1172 int reg2, bool isPhysical2) { 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()
1371 int reg2, bool isPhysical2) { 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()
1403 int reg2, bool isPhysical2) { in alu_ss_binary_reg_reg() argument
1405 …dump_reg_reg(m, ATOM_NORMAL_ALU, OpndSize_32, reg, isPhysical, reg2, isPhysical2, LowOpndRegType_x… in alu_ss_binary_reg_reg()
1411 int reg2, bool isPhysical2) { in alu_sd_binary_reg_reg() argument
1413 …dump_reg_reg(m, ATOM_NORMAL_ALU, OpndSize_64, reg, isPhysical, reg2, isPhysical2, LowOpndRegType_x… in alu_sd_binary_reg_reg()
1496 int reg2, bool isPhysical2) { in movez_reg_to_reg() argument
1498 dump_movez_reg_reg(m, size, reg, isPhysical, reg2, isPhysical2); in movez_reg_to_reg()
1532 int reg2, bool isPhysical2) { in move_reg_to_reg() argument
1534 … dump_reg_reg(m, ATOM_NORMAL, size, reg, isPhysical, reg2, isPhysical2, getTypeFromIntSize(size)); in move_reg_to_reg()
1541 int reg2, bool isPhysical2) { in move_reg_to_reg_noalloc() argument
1543 dump_reg_reg_noalloc(m, size, reg, isPhysical, reg2, isPhysical2, getTypeFromIntSize(size)); in move_reg_to_reg_noalloc()