HomeSort by relevance Sort by last modified time
    Searched refs:theInstr (Results 1 - 4 of 4) sorted by null

  /external/valgrind/main/VEX/priv/
guest_ppc_toIR.c     [all...]
host_ppc_defs.c     [all...]
guest_arm_toIR.c     [all...]
  /external/valgrind/main/coregrind/
launcher-aix5.c 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;
    [all...]

Completed in 321 milliseconds