Lines Matching refs:Sse64Fx2
944 i->Ain.Sse64Fx2.op = op; in AMD64Instr_Sse64Fx2()
945 i->Ain.Sse64Fx2.src = src; in AMD64Instr_Sse64Fx2()
946 i->Ain.Sse64Fx2.dst = dst; in AMD64Instr_Sse64Fx2()
1290 vex_printf("%spd ", showAMD64SseOp(i->Ain.Sse64Fx2.op)); in ppAMD64Instr()
1291 ppHRegAMD64(i->Ain.Sse64Fx2.src); in ppAMD64Instr()
1293 ppHRegAMD64(i->Ain.Sse64Fx2.dst); in ppAMD64Instr()
1592 vassert(i->Ain.Sse64Fx2.op != Asse_MOV); in getRegUsage_AMD64Instr()
1593 unary = toBool( i->Ain.Sse64Fx2.op == Asse_RCPF in getRegUsage_AMD64Instr()
1594 || i->Ain.Sse64Fx2.op == Asse_RSQRTF in getRegUsage_AMD64Instr()
1595 || i->Ain.Sse64Fx2.op == Asse_SQRTF ); in getRegUsage_AMD64Instr()
1596 addHRegUse(u, HRmRead, i->Ain.Sse64Fx2.src); in getRegUsage_AMD64Instr()
1598 i->Ain.Sse64Fx2.dst); in getRegUsage_AMD64Instr()
1815 mapReg(m, &i->Ain.Sse64Fx2.src); in mapRegs_AMD64Instr()
1816 mapReg(m, &i->Ain.Sse64Fx2.dst); in mapRegs_AMD64Instr()
3465 rexAMode_R_enc_enc( vregEnc3210(i->Ain.Sse64Fx2.dst), in emit_AMD64Instr()
3466 vregEnc3210(i->Ain.Sse64Fx2.src) )); in emit_AMD64Instr()
3468 switch (i->Ain.Sse64Fx2.op) { in emit_AMD64Instr()
3482 p = doAMode_R_enc_enc(p, vregEnc3210(i->Ain.Sse64Fx2.dst), in emit_AMD64Instr()
3483 vregEnc3210(i->Ain.Sse64Fx2.src) ); in emit_AMD64Instr()