Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_x86_defs.c819 i->Xin.FpCmp.srcL = srcL; in X86Instr_FpCmp()
820 i->Xin.FpCmp.srcR = srcR; in X86Instr_FpCmp()
821 i->Xin.FpCmp.dst = dst; in X86Instr_FpCmp()
1134 ppHRegX86(i->Xin.FpCmp.srcL); in ppX86Instr()
1136 ppHRegX86(i->Xin.FpCmp.srcR); in ppX86Instr()
1138 ppHRegX86(i->Xin.FpCmp.dst); in ppX86Instr()
1403 addHRegUse(u, HRmRead, i->Xin.FpCmp.srcL); in getRegUsage_X86Instr()
1404 addHRegUse(u, HRmRead, i->Xin.FpCmp.srcR); in getRegUsage_X86Instr()
1405 addHRegUse(u, HRmWrite, i->Xin.FpCmp.dst); in getRegUsage_X86Instr()
1607 mapReg(m, &i->Xin.FpCmp.srcL); in mapRegs_X86Instr()
[all …]
Dhost_ppc_defs.c1315 i->Pin.FpCmp.dst = dst; in PPCInstr_FpCmp()
1316 i->Pin.FpCmp.srcL = srcL; in PPCInstr_FpCmp()
1317 i->Pin.FpCmp.srcR = srcR; in PPCInstr_FpCmp()
1942 ppHRegPPC(i->Pin.FpCmp.srcL); in ppPPCInstr()
1944 ppHRegPPC(i->Pin.FpCmp.srcR); in ppPPCInstr()
1946 ppHRegPPC(i->Pin.FpCmp.dst); in ppPPCInstr()
1948 ppHRegPPC(i->Pin.FpCmp.dst); in ppPPCInstr()
1950 ppHRegPPC(i->Pin.FpCmp.dst); in ppPPCInstr()
2541 addHRegUse(u, HRmWrite, i->Pin.FpCmp.dst); in getRegUsage_PPCInstr()
2542 addHRegUse(u, HRmRead, i->Pin.FpCmp.srcL); in getRegUsage_PPCInstr()
[all …]
Dhost_x86_defs.h592 } FpCmp; member
Dhost_ppc_defs.h833 } FpCmp; member