Lines Matching refs:SseCStore
918 i->Ain.SseCStore.cond = cond; in AMD64Instr_SseCStore()
919 i->Ain.SseCStore.src = src; in AMD64Instr_SseCStore()
920 i->Ain.SseCStore.addr = addr; in AMD64Instr_SseCStore()
1295 showAMD64CondCode(i->Ain.SseCStore.cond)); in ppAMD64Instr()
1297 ppHRegAMD64(i->Ain.SseCStore.src); in ppAMD64Instr()
1299 ppAMD64AMode(i->Ain.SseCStore.addr); in ppAMD64Instr()
1610 addRegUsage_AMD64AMode(u, i->Ain.SseCStore.addr); in getRegUsage_AMD64Instr()
1611 addHRegUse(u, HRmRead, i->Ain.SseCStore.src); in getRegUsage_AMD64Instr()
1851 mapRegs_AMD64AMode(m, i->Ain.SseCStore.addr); in mapRegs_AMD64Instr()
1852 mapReg(m, &i->Ain.SseCStore.src); in mapRegs_AMD64Instr()
3498 vassert(i->Ain.SseCStore.cond != Acc_ALWAYS); in emit_AMD64Instr()
3504 *p++ = toUChar(0x70 + (0xF & (i->Ain.SseCStore.cond ^ 1))); in emit_AMD64Instr()
3510 rexAMode_M_enc(vregEnc3210(i->Ain.SseCStore.src), in emit_AMD64Instr()
3511 i->Ain.SseCStore.addr)); in emit_AMD64Instr()
3514 p = doAMode_M_enc(p, vregEnc3210(i->Ain.SseCStore.src), in emit_AMD64Instr()
3515 i->Ain.SseCStore.addr); in emit_AMD64Instr()