Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_amd64_defs.c970 i->Ain.SseCMov.cond = cond; in AMD64Instr_SseCMov()
971 i->Ain.SseCMov.src = src; in AMD64Instr_SseCMov()
972 i->Ain.SseCMov.dst = dst; in AMD64Instr_SseCMov()
1308 vex_printf("cmov%s ", showAMD64CondCode(i->Ain.SseCMov.cond)); in ppAMD64Instr()
1309 ppHRegAMD64(i->Ain.SseCMov.src); in ppAMD64Instr()
1311 ppHRegAMD64(i->Ain.SseCMov.dst); in ppAMD64Instr()
1626 addHRegUse(u, HRmRead, i->Ain.SseCMov.src); in getRegUsage_AMD64Instr()
1627 addHRegUse(u, HRmModify, i->Ain.SseCMov.dst); in getRegUsage_AMD64Instr()
1827 mapReg(m, &i->Ain.SseCMov.src); in mapRegs_AMD64Instr()
1828 mapReg(m, &i->Ain.SseCMov.dst); in mapRegs_AMD64Instr()
[all …]
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_x86_defs.h640 } SseCMov; member
Dhost_amd64_defs.h680 } SseCMov; member