Home | History | Annotate | Download | only in priv

Lines Matching refs:theInstr

2967    UInt theInstr;
2972 theInstr = ((opc1<<26) | (r1<<21) | (r2<<16) | (imm));
2973 return emit32(p, theInstr);
2979 UInt theInstr;
2987 theInstr = ((opc1<<26) | (r1<<21) | (r2<<16) |
2990 return emit32(p, theInstr);
2996 UInt theInstr;
3003 theInstr = ((opc1<<26) | (r1<<21) | (r2<<16) |
3005 return emit32(p, theInstr);
3011 UInt theInstr;
3019 theInstr = ((opc1<<26) | (r1<<21) | (r2<<16) |
3021 return emit32(p, theInstr);
3027 UInt theInstr;
3034 theInstr = ((opc1<<26) | (f1<<21) | (f2<<16) |
3036 return emit32(p, theInstr);
3042 UInt theInstr;
3060 theInstr = ((31<<26) | (r1<<21) | (f2<<11) | (opc2<<1));
3061 return emit32(p, theInstr);
3067 UInt theInstr;
3070 theInstr = ((63<<26) | (FM<<17) | (dfp_rm<<16) | (freg<<11) | (711<<1));
3071 return emit32(p, theInstr);
3077 UInt theInstr;
3084 theInstr = ((opc1<<26) | (r1<<21) | (r2<<16) |
3086 return emit32(p, theInstr);
3094 UInt theInstr;
3098 theInstr = ((18<<26) | (LI<<2) | (AA<<1) | (LK));
3099 return emit32(p, theInstr);
3107 UInt theInstr;
3113 theInstr = ((16<<26) | (BO<<21) | (BI<<16) |
3115 return emit32(p, theInstr);
3122 UInt theInstr;
3130 theInstr = ((opc1<<26) | (r1<<21) | (r2<<16) |
3132 return emit32(p, theInstr);
3138 UInt theInstr;
3146 theInstr = ((opc1<<26) | (r1<<21) | (r2<<16) | (r3<<11) |
3148 return emit32(p, theInstr);
3154 UInt theInstr;
3161 theInstr = ((opc1<<26) | (r1<<21) | (r2<<16) |
3163 return emit32(p, theInstr);
3169 UInt theInstr;
3177 theInstr = ((opc1<<26) | (r1<<21) | (r2<<16) |
3179 return emit32(p, theInstr);
3494 UInt theInstr;
3500 theInstr = ((opc1<<26) | (r1<<21) | (r2<<16) | (r3<<11) | opc2);
3501 return emit32(p, theInstr);
3507 UInt theInstr;
3514 theInstr = ((opc1<<26) | (r1<<21) | (r2<<16) |
3516 return emit32(p, theInstr);
3522 UInt theInstr;
3529 theInstr = ((opc1<<26) | (r1<<21) | (r2<<16) |
3531 return emit32(p, theInstr);