Lines Matching refs:Sse32FLo
929 i->Ain.Sse32FLo.op = op; in AMD64Instr_Sse32FLo()
930 i->Ain.Sse32FLo.src = src; in AMD64Instr_Sse32FLo()
931 i->Ain.Sse32FLo.dst = dst; in AMD64Instr_Sse32FLo()
1256 vex_printf("%sss ", showAMD64SseOp(i->Ain.Sse32FLo.op)); in ppAMD64Instr()
1257 ppHRegAMD64(i->Ain.Sse32FLo.src); in ppAMD64Instr()
1259 ppHRegAMD64(i->Ain.Sse32FLo.dst); in ppAMD64Instr()
1547 vassert(i->Ain.Sse32FLo.op != Asse_MOV); in getRegUsage_AMD64Instr()
1548 unary = toBool( i->Ain.Sse32FLo.op == Asse_RCPF in getRegUsage_AMD64Instr()
1549 || i->Ain.Sse32FLo.op == Asse_RSQRTF in getRegUsage_AMD64Instr()
1550 || i->Ain.Sse32FLo.op == Asse_SQRTF ); in getRegUsage_AMD64Instr()
1551 addHRegUse(u, HRmRead, i->Ain.Sse32FLo.src); in getRegUsage_AMD64Instr()
1553 i->Ain.Sse32FLo.dst); in getRegUsage_AMD64Instr()
1767 mapReg(m, &i->Ain.Sse32FLo.src); in mapRegs_AMD64Instr()
1768 mapReg(m, &i->Ain.Sse32FLo.dst); in mapRegs_AMD64Instr()
3265 rexAMode_R( vreg2ireg(i->Ain.Sse32FLo.dst), in emit_AMD64Instr()
3266 vreg2ireg(i->Ain.Sse32FLo.src) )); in emit_AMD64Instr()
3268 switch (i->Ain.Sse32FLo.op) { in emit_AMD64Instr()
3284 p = doAMode_R(p, vreg2ireg(i->Ain.Sse32FLo.dst), in emit_AMD64Instr()
3285 vreg2ireg(i->Ain.Sse32FLo.src) ); in emit_AMD64Instr()