Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_mips_defs.c1001 i->Min.StoreC.sz = sz; in MIPSInstr_StoreC()
1002 i->Min.StoreC.src = src; in MIPSInstr_StoreC()
1003 i->Min.StoreC.dst = dst; in MIPSInstr_StoreC()
1426 ppHRegMIPS(i->Min.StoreC.src, mode64); in ppMIPSInstr()
1428 ppMIPSAMode(i->Min.StoreC.dst, mode64); in ppMIPSInstr()
1716 addHRegUse(u, HRmWrite, i->Min.StoreC.src); in getRegUsage_MIPSInstr()
1717 addHRegUse(u, HRmRead, i->Min.StoreC.src); in getRegUsage_MIPSInstr()
1718 addRegUsage_MIPSAMode(u, i->Min.StoreC.dst); in getRegUsage_MIPSInstr()
1874 mapReg(m, &i->Min.StoreC.src); in mapRegs_MIPSInstr()
1875 mapRegs_MIPSAMode(m, i->Min.StoreC.dst); in mapRegs_MIPSInstr()
[all …]
Dhost_ppc_defs.c882 i->Pin.StoreC.sz = sz; in PPCInstr_StoreC()
883 i->Pin.StoreC.src = src; in PPCInstr_StoreC()
884 i->Pin.StoreC.dst = dst; in PPCInstr_StoreC()
1667 UChar sz = i->Pin.StoreC.sz; in ppPPCInstr()
1670 ppHRegPPC(i->Pin.StoreC.src); in ppPPCInstr()
1672 ppHRegPPC(i->Pin.StoreC.dst); in ppPPCInstr()
2349 addHRegUse(u, HRmRead, i->Pin.StoreC.src); in getRegUsage_PPCInstr()
2350 addHRegUse(u, HRmRead, i->Pin.StoreC.dst); in getRegUsage_PPCInstr()
2702 mapReg(m, &i->Pin.StoreC.src); in mapRegs_PPCInstr()
2703 mapReg(m, &i->Pin.StoreC.dst); in mapRegs_PPCInstr()
[all …]
Dhost_mips_defs.h506 } StoreC; member
Dhost_ppc_defs.h673 } StoreC; member