Lines Matching refs:Sse32Fx4
926 i->Ain.Sse32Fx4.op = op; in AMD64Instr_Sse32Fx4()
927 i->Ain.Sse32Fx4.src = src; in AMD64Instr_Sse32Fx4()
928 i->Ain.Sse32Fx4.dst = dst; in AMD64Instr_Sse32Fx4()
1278 vex_printf("%sps ", showAMD64SseOp(i->Ain.Sse32Fx4.op)); in ppAMD64Instr()
1279 ppHRegAMD64(i->Ain.Sse32Fx4.src); in ppAMD64Instr()
1281 ppHRegAMD64(i->Ain.Sse32Fx4.dst); in ppAMD64Instr()
1574 vassert(i->Ain.Sse32Fx4.op != Asse_MOV); in getRegUsage_AMD64Instr()
1575 unary = toBool( i->Ain.Sse32Fx4.op == Asse_RCPF in getRegUsage_AMD64Instr()
1576 || i->Ain.Sse32Fx4.op == Asse_RSQRTF in getRegUsage_AMD64Instr()
1577 || i->Ain.Sse32Fx4.op == Asse_SQRTF ); in getRegUsage_AMD64Instr()
1578 addHRegUse(u, HRmRead, i->Ain.Sse32Fx4.src); in getRegUsage_AMD64Instr()
1580 i->Ain.Sse32Fx4.dst); in getRegUsage_AMD64Instr()
1807 mapReg(m, &i->Ain.Sse32Fx4.src); in mapRegs_AMD64Instr()
1808 mapReg(m, &i->Ain.Sse32Fx4.dst); in mapRegs_AMD64Instr()
3436 rexAMode_R_enc_enc( vregEnc3210(i->Ain.Sse32Fx4.dst), in emit_AMD64Instr()
3437 vregEnc3210(i->Ain.Sse32Fx4.src) )); in emit_AMD64Instr()
3439 switch (i->Ain.Sse32Fx4.op) { in emit_AMD64Instr()
3455 p = doAMode_R_enc_enc(p, vregEnc3210(i->Ain.Sse32Fx4.dst), in emit_AMD64Instr()
3456 vregEnc3210(i->Ain.Sse32Fx4.src) ); in emit_AMD64Instr()