Searched refs:SseCStore (Results 1 – 2 of 2) sorted by relevance
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()[all …]
650 } SseCStore; member