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.c1227 i->Pin.FpCmp.dst = dst; in PPCInstr_FpCmp()
1228 i->Pin.FpCmp.srcL = srcL; in PPCInstr_FpCmp()
1229 i->Pin.FpCmp.srcR = srcR; in PPCInstr_FpCmp()
1823 ppHRegPPC(i->Pin.FpCmp.srcL); in ppPPCInstr()
1825 ppHRegPPC(i->Pin.FpCmp.srcR); in ppPPCInstr()
1827 ppHRegPPC(i->Pin.FpCmp.dst); in ppPPCInstr()
1829 ppHRegPPC(i->Pin.FpCmp.dst); in ppPPCInstr()
1831 ppHRegPPC(i->Pin.FpCmp.dst); in ppPPCInstr()
2401 addHRegUse(u, HRmWrite, i->Pin.FpCmp.dst); in getRegUsage_PPCInstr()
2402 addHRegUse(u, HRmRead, i->Pin.FpCmp.srcL); in getRegUsage_PPCInstr()
[all …]
Dhost_x86_defs.h592 } FpCmp; member
Dhost_ppc_defs.h752 } FpCmp; member