Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/priv/
Dhost_amd64_defs.c1050 i->Ain.SseCMov.cond = cond; in AMD64Instr_SseCMov()
1051 i->Ain.SseCMov.src = src; in AMD64Instr_SseCMov()
1052 i->Ain.SseCMov.dst = dst; in AMD64Instr_SseCMov()
1395 vex_printf("cmov%s ", showAMD64CondCode(i->Ain.SseCMov.cond)); in ppAMD64Instr()
1396 ppHRegAMD64(i->Ain.SseCMov.src); in ppAMD64Instr()
1398 ppHRegAMD64(i->Ain.SseCMov.dst); in ppAMD64Instr()
1712 addHRegUse(u, HRmRead, i->Ain.SseCMov.src); in getRegUsage_AMD64Instr()
1713 addHRegUse(u, HRmModify, i->Ain.SseCMov.dst); in getRegUsage_AMD64Instr()
1904 mapReg(m, &i->Ain.SseCMov.src); in mapRegs_AMD64Instr()
1905 mapReg(m, &i->Ain.SseCMov.dst); in mapRegs_AMD64Instr()
[all …]
Dhost_x86_defs.c874 i->Xin.SseCMov.cond = cond; in X86Instr_SseCMov()
875 i->Xin.SseCMov.src = src; in X86Instr_SseCMov()
876 i->Xin.SseCMov.dst = dst; in X86Instr_SseCMov()
1144 vex_printf("cmov%s ", showX86CondCode(i->Xin.SseCMov.cond)); in ppX86Instr()
1145 ppHRegX86(i->Xin.SseCMov.src); in ppX86Instr()
1147 ppHRegX86(i->Xin.SseCMov.dst); in ppX86Instr()
1406 addHRegUse(u, HRmRead, i->Xin.SseCMov.src); in getRegUsage_X86Instr()
1407 addHRegUse(u, HRmModify, i->Xin.SseCMov.dst); in getRegUsage_X86Instr()
1562 mapReg(m, &i->Xin.SseCMov.src); in mapRegs_X86Instr()
1563 mapReg(m, &i->Xin.SseCMov.dst); in mapRegs_X86Instr()
[all …]
Dhost_x86_defs.h612 } SseCMov; member
Dhost_amd64_defs.h671 } SseCMov; member