Lines Matching defs:theInstr
3128 UInt theInstr;
3133 theInstr = ((opc1<<26) | (r1<<21) | (r2<<16) | (imm));
3134 return emit32(p, theInstr, endness_host);
3141 UInt theInstr;
3149 theInstr = ((opc1<<26) | (r1<<21) | (r2<<16) |
3152 return emit32(p, theInstr, endness_host);
3158 UInt theInstr;
3165 theInstr = ((opc1<<26) | (r1<<21) | (r2<<16) |
3167 return emit32(p, theInstr, endness_host);
3174 UInt theInstr;
3182 theInstr = ((opc1<<26) | (r1<<21) | (r2<<16) |
3184 return emit32(p, theInstr, endness_host);
3190 UInt theInstr;
3197 theInstr = ((opc1<<26) | (f1<<21) | (f2<<16) |
3199 return emit32(p, theInstr, endness_host);
3206 UInt theInstr;
3224 theInstr = ((31<<26) | (r1<<21) | (f2<<11) | (opc2<<1));
3225 return emit32(p, theInstr, endness_host);
3232 UInt theInstr;
3235 theInstr = ((63<<26) | (FM<<17) | (dfp_rm<<16) | (freg<<11) | (711<<1));
3236 return emit32(p, theInstr, endness_host);
3243 UInt theInstr;
3250 theInstr = ((opc1<<26) | (r1<<21) | (r2<<16) |
3252 return emit32(p, theInstr, endness_host);
3261 UInt theInstr;
3265 theInstr = ((18<<26) | (LI<<2) | (AA<<1) | (LK));
3266 return emit32(p, theInstr, endness_host);
3274 UInt theInstr;
3280 theInstr = ((16<<26) | (BO<<21) | (BI<<16) |
3282 return emit32(p, theInstr, endness_host);
3290 UInt theInstr;
3298 theInstr = ((opc1<<26) | (r1<<21) | (r2<<16) |
3300 return emit32(p, theInstr, endness_host);
3307 UInt theInstr;
3315 theInstr = ((opc1<<26) | (r1<<21) | (r2<<16) | (r3<<11) |
3317 return emit32(p, theInstr, endness_host);
3324 UInt theInstr;
3331 theInstr = ((opc1<<26) | (r1<<21) | (r2<<16) |
3333 return emit32(p, theInstr, endness_host);
3340 UInt theInstr;
3348 theInstr = ((opc1<<26) | (r1<<21) | (r2<<16) |
3350 return emit32(p, theInstr, endness_host);
3670 UInt theInstr;
3676 theInstr = ((opc1<<26) | (r1<<21) | (r2<<16) | (r3<<11) | opc2);
3677 return emit32(p, theInstr, endness_host);
3683 UInt theInstr;
3689 theInstr = ((opc1<<26) | (r1<<21) | (r2<<16) | (r3<<11) | opc2<<1);
3690 return emit32(p, theInstr, endness_host);
3697 UInt theInstr;
3704 theInstr = ((opc1<<26) | (r1<<21) | (r2<<16) |
3706 return emit32(p, theInstr, endness_host);
3712 UInt theInstr;
3719 theInstr = ((opc1<<26) | (r1<<21) | (r2<<16) |
3721 return emit32(p, theInstr, endness_host);