Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_amd64_defs.c638 i->Ain.Lea64.am = am; in AMD64Instr_Lea64()
639 i->Ain.Lea64.dst = dst; in AMD64Instr_Lea64()
1054 ppAMD64AMode(i->Ain.Lea64.am); in ppAMD64Instr()
1056 ppHRegAMD64(i->Ain.Lea64.dst); in ppAMD64Instr()
1391 addRegUsage_AMD64AMode(u, i->Ain.Lea64.am); in getRegUsage_AMD64Instr()
1392 addHRegUse(u, HRmWrite, i->Ain.Lea64.dst); in getRegUsage_AMD64Instr()
1697 mapRegs_AMD64AMode(m, i->Ain.Lea64.am); in mapRegs_AMD64Instr()
1698 mapReg(m, &i->Ain.Lea64.dst); in mapRegs_AMD64Instr()
2602 *p++ = rexAMode_M(i->Ain.Lea64.dst, i->Ain.Lea64.am); in emit_AMD64Instr()
2604 p = doAMode_M(p, i->Ain.Lea64.dst, i->Ain.Lea64.am); in emit_AMD64Instr()
Dhost_amd64_defs.h447 } Lea64; member