Home
last modified time | relevance | path

Searched refs:Alu64R (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/VEX/priv/
Dhost_amd64_defs.c599 i->Ain.Alu64R.op = op; in AMD64Instr_Alu64R()
600 i->Ain.Alu64R.src = src; in AMD64Instr_Alu64R()
601 i->Ain.Alu64R.dst = dst; in AMD64Instr_Alu64R()
1047 vex_printf("%sq ", showAMD64AluOp(i->Ain.Alu64R.op)); in ppAMD64Instr()
1048 ppAMD64RMI(i->Ain.Alu64R.src); in ppAMD64Instr()
1050 ppHRegAMD64(i->Ain.Alu64R.dst); in ppAMD64Instr()
1404 addRegUsage_AMD64RMI(u, i->Ain.Alu64R.src); in getRegUsage_AMD64Instr()
1405 if (i->Ain.Alu64R.op == Aalu_MOV) { in getRegUsage_AMD64Instr()
1406 addHRegUse(u, HRmWrite, i->Ain.Alu64R.dst); in getRegUsage_AMD64Instr()
1409 if (i->Ain.Alu64R.op == Aalu_CMP) { in getRegUsage_AMD64Instr()
[all …]
Dhost_amd64_defs.h425 } Alu64R; member