Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_ppc_defs.c1043 i->Pin.FpSTFIW.addr = addr; in PPCInstr_FpSTFIW()
1044 i->Pin.FpSTFIW.data = data; in PPCInstr_FpSTFIW()
1871 ppHRegPPC(i->Pin.FpSTFIW.data); in ppPPCInstr()
1873 ppHRegPPC(i->Pin.FpSTFIW.addr); in ppPPCInstr()
2522 addHRegUse(u, HRmRead, i->Pin.FpSTFIW.addr); in getRegUsage_PPCInstr()
2523 addHRegUse(u, HRmRead, i->Pin.FpSTFIW.data); in getRegUsage_PPCInstr()
2890 mapReg(m, &i->Pin.FpSTFIW.addr); in mapRegs_PPCInstr()
2891 mapReg(m, &i->Pin.FpSTFIW.data); in mapRegs_PPCInstr()
5100 UInt ir_addr = iregEnc(i->Pin.FpSTFIW.addr, mode64); in emit_PPCInstr()
5101 UInt fr_data = fregEnc(i->Pin.FpSTFIW.data); in emit_PPCInstr()
Dhost_ppc_defs.h798 } FpSTFIW; member