Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_x86_defs.c897 i->Xin.SseCMov.cond = cond; in X86Instr_SseCMov()
898 i->Xin.SseCMov.src = src; in X86Instr_SseCMov()
899 i->Xin.SseCMov.dst = dst; in X86Instr_SseCMov()
1193 vex_printf("cmov%s ", showX86CondCode(i->Xin.SseCMov.cond)); in ppX86Instr()
1194 ppHRegX86(i->Xin.SseCMov.src); in ppX86Instr()
1196 ppHRegX86(i->Xin.SseCMov.dst); in ppX86Instr()
1470 addHRegUse(u, HRmRead, i->Xin.SseCMov.src); in getRegUsage_X86Instr()
1471 addHRegUse(u, HRmModify, i->Xin.SseCMov.dst); in getRegUsage_X86Instr()
1643 mapReg(m, &i->Xin.SseCMov.src); in mapRegs_X86Instr()
1644 mapReg(m, &i->Xin.SseCMov.dst); in mapRegs_X86Instr()
[all …]
Dhost_amd64_defs.c992 i->Ain.SseCMov.cond = cond; in AMD64Instr_SseCMov()
993 i->Ain.SseCMov.src = src; in AMD64Instr_SseCMov()
994 i->Ain.SseCMov.dst = dst; in AMD64Instr_SseCMov()
1348 vex_printf("cmov%s ", showAMD64CondCode(i->Ain.SseCMov.cond)); in ppAMD64Instr()
1349 ppHRegAMD64(i->Ain.SseCMov.src); in ppAMD64Instr()
1351 ppHRegAMD64(i->Ain.SseCMov.dst); in ppAMD64Instr()
1674 addHRegUse(u, HRmRead, i->Ain.SseCMov.src); in getRegUsage_AMD64Instr()
1675 addHRegUse(u, HRmModify, i->Ain.SseCMov.dst); in getRegUsage_AMD64Instr()
1883 mapReg(m, &i->Ain.SseCMov.src); in mapRegs_AMD64Instr()
1884 mapReg(m, &i->Ain.SseCMov.dst); in mapRegs_AMD64Instr()
[all …]
Dhost_x86_defs.h640 } SseCMov; member
Dhost_amd64_defs.h692 } SseCMov; member