Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/priv/
Dhost_amd64_defs.c687 i->Ain.Lea64.am = am; in AMD64Instr_Lea64()
688 i->Ain.Lea64.dst = dst; in AMD64Instr_Lea64()
1104 ppAMD64AMode(i->Ain.Lea64.am); in ppAMD64Instr()
1106 ppHRegAMD64(i->Ain.Lea64.dst); in ppAMD64Instr()
1451 addRegUsage_AMD64AMode(u, i->Ain.Lea64.am); in getRegUsage_AMD64Instr()
1452 addHRegUse(u, HRmWrite, i->Ain.Lea64.dst); in getRegUsage_AMD64Instr()
1756 mapRegs_AMD64AMode(m, i->Ain.Lea64.am); in mapRegs_AMD64Instr()
1757 mapReg(m, &i->Ain.Lea64.dst); in mapRegs_AMD64Instr()
2625 *p++ = rexAMode_M(i->Ain.Lea64.dst, i->Ain.Lea64.am); in emit_AMD64Instr()
2627 p = doAMode_M(p, i->Ain.Lea64.dst, i->Ain.Lea64.am); in emit_AMD64Instr()
Dhost_amd64_defs.h453 } Lea64; member