Lines Matching refs:Sse32Fx4
948 i->Ain.Sse32Fx4.op = op; in AMD64Instr_Sse32Fx4()
949 i->Ain.Sse32Fx4.src = src; in AMD64Instr_Sse32Fx4()
950 i->Ain.Sse32Fx4.dst = dst; in AMD64Instr_Sse32Fx4()
1318 vex_printf("%sps ", showAMD64SseOp(i->Ain.Sse32Fx4.op)); in ppAMD64Instr()
1319 ppHRegAMD64(i->Ain.Sse32Fx4.src); in ppAMD64Instr()
1321 ppHRegAMD64(i->Ain.Sse32Fx4.dst); in ppAMD64Instr()
1622 vassert(i->Ain.Sse32Fx4.op != Asse_MOV); in getRegUsage_AMD64Instr()
1623 unary = toBool( i->Ain.Sse32Fx4.op == Asse_RCPF in getRegUsage_AMD64Instr()
1624 || i->Ain.Sse32Fx4.op == Asse_RSQRTF in getRegUsage_AMD64Instr()
1625 || i->Ain.Sse32Fx4.op == Asse_SQRTF ); in getRegUsage_AMD64Instr()
1626 addHRegUse(u, HRmRead, i->Ain.Sse32Fx4.src); in getRegUsage_AMD64Instr()
1628 i->Ain.Sse32Fx4.dst); in getRegUsage_AMD64Instr()
1863 mapReg(m, &i->Ain.Sse32Fx4.src); in mapRegs_AMD64Instr()
1864 mapReg(m, &i->Ain.Sse32Fx4.dst); in mapRegs_AMD64Instr()
3567 rexAMode_R_enc_enc( vregEnc3210(i->Ain.Sse32Fx4.dst), in emit_AMD64Instr()
3568 vregEnc3210(i->Ain.Sse32Fx4.src) )); in emit_AMD64Instr()
3570 switch (i->Ain.Sse32Fx4.op) { in emit_AMD64Instr()
3586 p = doAMode_R_enc_enc(p, vregEnc3210(i->Ain.Sse32Fx4.dst), in emit_AMD64Instr()
3587 vregEnc3210(i->Ain.Sse32Fx4.src) ); in emit_AMD64Instr()