Searched refs:Alu64M (Results 1 – 2 of 2) sorted by relevance
656 i->Ain.Alu64M.op = op; in AMD64Instr_Alu64M()657 i->Ain.Alu64M.src = src; in AMD64Instr_Alu64M()658 i->Ain.Alu64M.dst = dst; in AMD64Instr_Alu64M()1081 vex_printf("%sq ", showAMD64AluOp(i->Ain.Alu64M.op)); in ppAMD64Instr()1082 ppAMD64RI(i->Ain.Alu64M.src); in ppAMD64Instr()1084 ppAMD64AMode(i->Ain.Alu64M.dst); in ppAMD64Instr()1436 addRegUsage_AMD64RI(u, i->Ain.Alu64M.src); in getRegUsage_AMD64Instr()1437 addRegUsage_AMD64AMode(u, i->Ain.Alu64M.dst); in getRegUsage_AMD64Instr()1743 mapRegs_AMD64RI(m, i->Ain.Alu64M.src); in mapRegs_AMD64Instr()1744 mapRegs_AMD64AMode(m, i->Ain.Alu64M.dst); in mapRegs_AMD64Instr()[all …]
434 } Alu64M; member