Home
last modified time | relevance | path

Searched refs:FpSTFIW (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/VEX/priv/
Dhost_ppc_defs.c955 i->Pin.FpSTFIW.addr = addr; in PPCInstr_FpSTFIW()
956 i->Pin.FpSTFIW.data = data; in PPCInstr_FpSTFIW()
1752 ppHRegPPC(i->Pin.FpSTFIW.data); in ppPPCInstr()
1754 ppHRegPPC(i->Pin.FpSTFIW.addr); in ppPPCInstr()
2382 addHRegUse(u, HRmRead, i->Pin.FpSTFIW.addr); in getRegUsage_PPCInstr()
2383 addHRegUse(u, HRmRead, i->Pin.FpSTFIW.data); in getRegUsage_PPCInstr()
2733 mapReg(m, &i->Pin.FpSTFIW.addr); in mapRegs_PPCInstr()
2734 mapReg(m, &i->Pin.FpSTFIW.data); in mapRegs_PPCInstr()
4670 UInt ir_addr = iregEnc(i->Pin.FpSTFIW.addr, mode64); in emit_PPCInstr()
4671 UInt fr_data = fregEnc(i->Pin.FpSTFIW.data); in emit_PPCInstr()
Dhost_ppc_defs.h717 } FpSTFIW; member