Home | History | Annotate | Download | only in coregrind

Lines Matching refs:theInstr

388    UInt theInstr;
393 theInstr = ((opc1<<26) | (r1<<21) | (r2<<16) | (imm));
394 return theInstr;
399 UInt theInstr;
406 theInstr = ((opc1<<26) | (r1<<21) | (r2<<16) |
408 return theInstr;
412 UInt theInstr;
430 theInstr = ((31<<26) | (r1<<21) | (f2<<11) | (opc2<<1));
431 return theInstr;
436 UInt theInstr;
444 theInstr = ((opc1<<26) | (r1<<21) | (r2<<16) |
447 return theInstr;
452 UInt theInstr;
460 theInstr = ((opc1<<26) | (r1<<21) | (r2<<16) |
462 return theInstr;