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()
1076 ppAMD64AMode(i->Ain.Lea64.am); in ppAMD64Instr()
1078 ppHRegAMD64(i->Ain.Lea64.dst); in ppAMD64Instr()
1431 addRegUsage_AMD64AMode(u, i->Ain.Lea64.am); in getRegUsage_AMD64Instr()
1432 addHRegUse(u, HRmWrite, i->Ain.Lea64.dst); in getRegUsage_AMD64Instr()
1745 mapRegs_AMD64AMode(m, i->Ain.Lea64.am); in mapRegs_AMD64Instr()
1746 mapReg(m, &i->Ain.Lea64.dst); in mapRegs_AMD64Instr()
2728 *p++ = rexAMode_M(i->Ain.Lea64.dst, i->Ain.Lea64.am); in emit_AMD64Instr()
2730 p = doAMode_M(p, i->Ain.Lea64.dst, i->Ain.Lea64.am); in emit_AMD64Instr()
Dhost_amd64_defs.h449 } Lea64; member