Lines Matching refs:Sse32Fx4
920 i->Ain.Sse32Fx4.op = op; in AMD64Instr_Sse32Fx4()
921 i->Ain.Sse32Fx4.src = src; in AMD64Instr_Sse32Fx4()
922 i->Ain.Sse32Fx4.dst = dst; in AMD64Instr_Sse32Fx4()
1250 vex_printf("%sps ", showAMD64SseOp(i->Ain.Sse32Fx4.op)); in ppAMD64Instr()
1251 ppHRegAMD64(i->Ain.Sse32Fx4.src); in ppAMD64Instr()
1253 ppHRegAMD64(i->Ain.Sse32Fx4.dst); in ppAMD64Instr()
1538 vassert(i->Ain.Sse32Fx4.op != Asse_MOV); in getRegUsage_AMD64Instr()
1539 unary = toBool( i->Ain.Sse32Fx4.op == Asse_RCPF in getRegUsage_AMD64Instr()
1540 || i->Ain.Sse32Fx4.op == Asse_RSQRTF in getRegUsage_AMD64Instr()
1541 || i->Ain.Sse32Fx4.op == Asse_SQRTF ); in getRegUsage_AMD64Instr()
1542 addHRegUse(u, HRmRead, i->Ain.Sse32Fx4.src); in getRegUsage_AMD64Instr()
1544 i->Ain.Sse32Fx4.dst); in getRegUsage_AMD64Instr()
1763 mapReg(m, &i->Ain.Sse32Fx4.src); in mapRegs_AMD64Instr()
1764 mapReg(m, &i->Ain.Sse32Fx4.dst); in mapRegs_AMD64Instr()
3209 rexAMode_R( vreg2ireg(i->Ain.Sse32Fx4.dst), in emit_AMD64Instr()
3210 vreg2ireg(i->Ain.Sse32Fx4.src) )); in emit_AMD64Instr()
3212 switch (i->Ain.Sse32Fx4.op) { in emit_AMD64Instr()
3228 p = doAMode_R(p, vreg2ireg(i->Ain.Sse32Fx4.dst), in emit_AMD64Instr()
3229 vreg2ireg(i->Ain.Sse32Fx4.src) ); in emit_AMD64Instr()