Lines Matching refs:Sse64FLo
975 i->Ain.Sse64FLo.op = op; in AMD64Instr_Sse64FLo()
976 i->Ain.Sse64FLo.src = src; in AMD64Instr_Sse64FLo()
977 i->Ain.Sse64FLo.dst = dst; in AMD64Instr_Sse64FLo()
1336 vex_printf("%ssd ", showAMD64SseOp(i->Ain.Sse64FLo.op)); in ppAMD64Instr()
1337 ppHRegAMD64(i->Ain.Sse64FLo.src); in ppAMD64Instr()
1339 ppHRegAMD64(i->Ain.Sse64FLo.dst); in ppAMD64Instr()
1649 vassert(i->Ain.Sse64FLo.op != Asse_MOV); in getRegUsage_AMD64Instr()
1650 unary = toBool( i->Ain.Sse64FLo.op == Asse_RCPF in getRegUsage_AMD64Instr()
1651 || i->Ain.Sse64FLo.op == Asse_RSQRTF in getRegUsage_AMD64Instr()
1652 || i->Ain.Sse64FLo.op == Asse_SQRTF ); in getRegUsage_AMD64Instr()
1653 addHRegUse(u, HRmRead, i->Ain.Sse64FLo.src); in getRegUsage_AMD64Instr()
1655 i->Ain.Sse64FLo.dst); in getRegUsage_AMD64Instr()
1875 mapReg(m, &i->Ain.Sse64FLo.src); in mapRegs_AMD64Instr()
1876 mapReg(m, &i->Ain.Sse64FLo.dst); in mapRegs_AMD64Instr()
3652 rexAMode_R_enc_enc( vregEnc3210(i->Ain.Sse64FLo.dst), in emit_AMD64Instr()
3653 vregEnc3210(i->Ain.Sse64FLo.src) )); in emit_AMD64Instr()
3655 switch (i->Ain.Sse64FLo.op) { in emit_AMD64Instr()
3669 p = doAMode_R_enc_enc(p, vregEnc3210(i->Ain.Sse64FLo.dst), in emit_AMD64Instr()
3670 vregEnc3210(i->Ain.Sse64FLo.src) ); in emit_AMD64Instr()