Home
last modified time | relevance | path

Searched refs:LoadEX (Results 1 – 4 of 4) sorted by relevance

/external/valgrind/VEX/priv/
Dhost_amd64_defs.c763 i->Ain.LoadEX.szSmall = szSmall; in AMD64Instr_LoadEX()
764 i->Ain.LoadEX.syned = syned; in AMD64Instr_LoadEX()
765 i->Ain.LoadEX.src = src; in AMD64Instr_LoadEX()
766 i->Ain.LoadEX.dst = dst; in AMD64Instr_LoadEX()
1155 if (i->Ain.LoadEX.szSmall==4 && !i->Ain.LoadEX.syned) { in ppAMD64Instr()
1157 ppAMD64AMode(i->Ain.LoadEX.src); in ppAMD64Instr()
1159 ppHRegAMD64_lo32(i->Ain.LoadEX.dst); in ppAMD64Instr()
1162 i->Ain.LoadEX.syned ? 's' : 'z', in ppAMD64Instr()
1163 i->Ain.LoadEX.szSmall==1 in ppAMD64Instr()
1165 : (i->Ain.LoadEX.szSmall==2 ? 'w' : 'l')); in ppAMD64Instr()
[all …]
Dhost_x86_defs.c694 i->Xin.LoadEX.szSmall = szSmall; in X86Instr_LoadEX()
695 i->Xin.LoadEX.syned = syned; in X86Instr_LoadEX()
696 i->Xin.LoadEX.src = src; in X86Instr_LoadEX()
697 i->Xin.LoadEX.dst = dst; in X86Instr_LoadEX()
1032 i->Xin.LoadEX.syned ? 's' : 'z', in ppX86Instr()
1033 i->Xin.LoadEX.szSmall==1 ? 'b' : 'w'); in ppX86Instr()
1034 ppX86AMode(i->Xin.LoadEX.src); in ppX86Instr()
1036 ppHRegX86(i->Xin.LoadEX.dst); in ppX86Instr()
1341 addRegUsage_X86AMode(u, i->Xin.LoadEX.src); in getRegUsage_X86Instr()
1342 addHRegUse(u, HRmWrite, i->Xin.LoadEX.dst); in getRegUsage_X86Instr()
[all …]
Dhost_x86_defs.h495 } LoadEX; member
Dhost_amd64_defs.h536 } LoadEX; member