Searched refs:PPC_GST_CIA (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/VEX/priv/ |
D | guest_ppc_toIR.c | 426 PPC_GST_CIA, // Current Instruction Address enumerator 2698 case PPC_GST_CIA: in getGST() 2885 case PPC_GST_CIA: in putGST() 5890 putGST( PPC_GST_CIA, mkSzImm(ty, tgt) ); in dis_branch() 5929 putGST( PPC_GST_CIA, e_nia ); in dis_branch() 5969 putGST( PPC_GST_CIA, mkexpr(lr_old) ); in dis_branch() 6012 putGST( PPC_GST_CIA, mkexpr(lr_old) ); in dis_branch() 6261 putGST( PPC_GST_CIA, mkSzImm( ty, nextInsnAddr() )); in dis_trapi() 6315 putGST( PPC_GST_CIA, mkSzImm( ty, nextInsnAddr() )); in dis_trap() 6343 putGST( PPC_GST_IP_AT_SYSCALL, getGST( PPC_GST_CIA ) ); in dis_syslink() [all …]
|