Searched refs:PPC_GST_CTR (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/VEX/priv/ |
D | guest_ppc_toIR.c | 426 PPC_GST_CTR, // Count Register enumerator 2694 case PPC_GST_CTR: in getGST() 2874 case PPC_GST_CTR: in putGST() 5663 getGST( PPC_GST_CTR ), in branch_ctr_ok() 5668 getGST( PPC_GST_CTR ), in branch_ctr_ok() 5791 putGST( PPC_GST_CTR, in dis_branch() 5793 getGST( PPC_GST_CTR ), mkSzImm(ty, 1)) ); in dis_branch() 5845 assign( lr_old, addr_align( getGST( PPC_GST_CTR ), 4 )); in dis_branch() 5874 putGST( PPC_GST_CTR, in dis_branch() 5876 getGST( PPC_GST_CTR ), mkSzImm(ty, 1)) ); in dis_branch() [all …]
|