Searched refs:CStore (Results 1 – 2 of 2) sorted by relevance
744 i->Ain.CStore.cond = cond; in AMD64Instr_CStore()745 i->Ain.CStore.szB = szB; in AMD64Instr_CStore()746 i->Ain.CStore.src = src; in AMD64Instr_CStore()747 i->Ain.CStore.addr = addr; in AMD64Instr_CStore()1161 showAMD64CondCode(i->Ain.CStore.cond)); in ppAMD64Instr()1162 vex_printf("mov%c ", i->Ain.CStore.szB == 4 ? 'l' : 'q'); in ppAMD64Instr()1163 (i->Ain.CStore.szB == 4 ? ppHRegAMD64_lo32 : ppHRegAMD64) in ppAMD64Instr()1164 (i->Ain.CStore.src); in ppAMD64Instr()1166 ppAMD64AMode(i->Ain.CStore.addr); in ppAMD64Instr()1535 addRegUsage_AMD64AMode(u, i->Ain.CStore.addr); in getRegUsage_AMD64Instr()[all …]
525 } CStore; member