Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_ppc_defs.c861 i->Pin.LoadL.sz = sz; in PPCInstr_LoadL()
862 i->Pin.LoadL.src = src; in PPCInstr_LoadL()
863 i->Pin.LoadL.dst = dst; in PPCInstr_LoadL()
1648 UChar sz = i->Pin.LoadL.sz; in ppPPCInstr()
1651 ppHRegPPC(i->Pin.LoadL.dst); in ppPPCInstr()
1653 ppHRegPPC(i->Pin.LoadL.src); in ppPPCInstr()
2341 addHRegUse(u, HRmRead, i->Pin.LoadL.src); in getRegUsage_PPCInstr()
2342 addHRegUse(u, HRmWrite, i->Pin.LoadL.dst); in getRegUsage_PPCInstr()
2694 mapReg(m, &i->Pin.LoadL.src); in mapRegs_PPCInstr()
2695 mapReg(m, &i->Pin.LoadL.dst); in mapRegs_PPCInstr()
[all …]
Dhost_mips_defs.c970 i->Min.LoadL.sz = sz; in MIPSInstr_LoadL()
971 i->Min.LoadL.src = src; in MIPSInstr_LoadL()
972 i->Min.LoadL.dst = dst; in MIPSInstr_LoadL()
1370 ppHRegMIPS(i->Min.LoadL.dst, mode64); in ppMIPSInstr()
1372 ppMIPSAMode(i->Min.LoadL.src, mode64); in ppMIPSInstr()
1706 addRegUsage_MIPSAMode(u, i->Min.LoadL.src); in getRegUsage_MIPSInstr()
1707 addHRegUse(u, HRmWrite, i->Min.LoadL.dst); in getRegUsage_MIPSInstr()
1864 mapRegs_MIPSAMode(m, i->Min.LoadL.src); in mapRegs_MIPSInstr()
1865 mapReg(m, &i->Min.LoadL.dst); in mapRegs_MIPSInstr()
3289 MIPSAMode *am_addr = i->Min.LoadL.src; in emit_MIPSInstr()
[all …]
Dhost_mips_defs.h494 } LoadL; member
Dhost_ppc_defs.h661 } LoadL; member