Searched refs:mapRegs_PPCAMode (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/VEX/priv/ |
D | host_ppc_defs.c | 300 static void mapRegs_PPCAMode ( HRegRemap* m, PPCAMode* am ) { in mapRegs_PPCAMode() function 2675 mapRegs_PPCAMode(m, i->Pin.XDirect.amCIA); in mapRegs_PPCInstr() 2679 mapRegs_PPCAMode(m, i->Pin.XIndir.amCIA); in mapRegs_PPCInstr() 2683 mapRegs_PPCAMode(m, i->Pin.XAssisted.amCIA); in mapRegs_PPCInstr() 2690 mapRegs_PPCAMode(m, i->Pin.Load.src); in mapRegs_PPCInstr() 2699 mapRegs_PPCAMode(m, i->Pin.Store.dst); in mapRegs_PPCInstr() 2730 mapRegs_PPCAMode(m, i->Pin.FpLdSt.addr); in mapRegs_PPCInstr() 2761 mapRegs_PPCAMode(m, i->Pin.AvLdSt.addr); in mapRegs_PPCInstr() 2815 mapRegs_PPCAMode(m, i->Pin.AvSh.addr); in mapRegs_PPCInstr() 2947 mapRegs_PPCAMode(m, i->Pin.EvCheck.amCounter); in mapRegs_PPCInstr() [all …]
|