Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_ppc_defs.c1107 i->Pin.InsertExpD128.op = op; in PPCInstr_InsertExpD128()
1108 i->Pin.InsertExpD128.dst_hi = dst_hi; in PPCInstr_InsertExpD128()
1109 i->Pin.InsertExpD128.dst_lo = dst_lo; in PPCInstr_InsertExpD128()
1110 i->Pin.InsertExpD128.srcL = srcL; in PPCInstr_InsertExpD128()
1111 i->Pin.InsertExpD128.srcR_hi = srcR_hi; in PPCInstr_InsertExpD128()
1112 i->Pin.InsertExpD128.srcR_lo = srcR_lo; in PPCInstr_InsertExpD128()
2164 ppHRegPPC(i->Pin.InsertExpD128.dst_hi); in ppPPCInstr()
2166 ppHRegPPC(i->Pin.InsertExpD128.srcL); in ppPPCInstr()
2168 ppHRegPPC(i->Pin.InsertExpD128.srcR_hi); in ppPPCInstr()
2591 addHRegUse(u, HRmWrite, i->Pin.InsertExpD128.dst_hi); in getRegUsage_PPCInstr()
[all …]
Dhost_ppc_defs.h960 } InsertExpD128; member