Lines Matching refs:SseReRg
889 i->Xin.SseReRg.op = op; in X86Instr_SseReRg()
890 i->Xin.SseReRg.src = re; in X86Instr_SseReRg()
891 i->Xin.SseReRg.dst = rg; in X86Instr_SseReRg()
1187 vex_printf("%s ", showX86SseOp(i->Xin.SseReRg.op)); in ppX86Instr()
1188 ppHRegX86(i->Xin.SseReRg.src); in ppX86Instr()
1190 ppHRegX86(i->Xin.SseReRg.dst); in ppX86Instr()
1457 if (i->Xin.SseReRg.op == Xsse_XOR in getRegUsage_X86Instr()
1458 && sameHReg(i->Xin.SseReRg.src, i->Xin.SseReRg.dst)) { in getRegUsage_X86Instr()
1461 addHRegUse(u, HRmWrite, i->Xin.SseReRg.dst); in getRegUsage_X86Instr()
1463 addHRegUse(u, HRmRead, i->Xin.SseReRg.src); in getRegUsage_X86Instr()
1464 addHRegUse(u, i->Xin.SseReRg.op == Xsse_MOV in getRegUsage_X86Instr()
1466 i->Xin.SseReRg.dst); in getRegUsage_X86Instr()
1639 mapReg(m, &i->Xin.SseReRg.src); in mapRegs_X86Instr()
1640 mapReg(m, &i->Xin.SseReRg.dst); in mapRegs_X86Instr()
1691 if (i->Xin.SseReRg.op != Xsse_MOV) in isMove_X86Instr()
1693 *src = i->Xin.SseReRg.src; in isMove_X86Instr()
1694 *dst = i->Xin.SseReRg.dst; in isMove_X86Instr()
3179 switch (i->Xin.SseReRg.op) { in emit_X86Instr()
3236 p = doAMode_R_enc_enc(p, vregEnc(i->Xin.SseReRg.dst), in emit_X86Instr()
3237 vregEnc(i->Xin.SseReRg.src) ); in emit_X86Instr()