Searched refs:CMov64 (Results 1 – 2 of 2) sorted by relevance
723 i->Ain.CMov64.cond = cond; in AMD64Instr_CMov64()724 i->Ain.CMov64.src = src; in AMD64Instr_CMov64()725 i->Ain.CMov64.dst = dst; in AMD64Instr_CMov64()1122 vex_printf("cmov%s ", showAMD64CondCode(i->Ain.CMov64.cond)); in ppAMD64Instr()1123 ppHRegAMD64(i->Ain.CMov64.src); in ppAMD64Instr()1125 ppHRegAMD64(i->Ain.CMov64.dst); in ppAMD64Instr()1487 addHRegUse(u, HRmRead, i->Ain.CMov64.src); in getRegUsage_AMD64Instr()1488 addHRegUse(u, HRmModify, i->Ain.CMov64.dst); in getRegUsage_AMD64Instr()1727 mapReg(m, &i->Ain.CMov64.src); in mapRegs_AMD64Instr()1728 mapReg(m, &i->Ain.CMov64.dst); in mapRegs_AMD64Instr()[all …]
507 } CMov64; member