Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_amd64_defs.c607 i->Ain.Alu64M.op = op; in AMD64Instr_Alu64M()
608 i->Ain.Alu64M.src = src; in AMD64Instr_Alu64M()
609 i->Ain.Alu64M.dst = dst; in AMD64Instr_Alu64M()
1053 vex_printf("%sq ", showAMD64AluOp(i->Ain.Alu64M.op)); in ppAMD64Instr()
1054 ppAMD64RI(i->Ain.Alu64M.src); in ppAMD64Instr()
1056 ppAMD64AMode(i->Ain.Alu64M.dst); in ppAMD64Instr()
1416 addRegUsage_AMD64RI(u, i->Ain.Alu64M.src); in getRegUsage_AMD64Instr()
1417 addRegUsage_AMD64AMode(u, i->Ain.Alu64M.dst); in getRegUsage_AMD64Instr()
1732 mapRegs_AMD64RI(m, i->Ain.Alu64M.src); in mapRegs_AMD64Instr()
1733 mapRegs_AMD64AMode(m, i->Ain.Alu64M.dst); in mapRegs_AMD64Instr()
[all …]
Dhost_amd64_defs.h430 } Alu64M; member