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

  /external/valgrind/main/VEX/priv/
guest_ppc_helpers.c 96 UInt spr; local
98 __asm__ __volatile__("mfspr %0,269" : "=b"(spr));
100 __asm__ __volatile__("mfspr %0,268" : "=b"(spr));
102 return spr;
114 UInt spr; local
115 __asm__ __volatile__("mfspr %0,287" : "=b"(spr));
116 return spr;
  /external/qemu/
ppc-dis.c 778 /* The SPR field in an XFX form instruction. This is flipped--the
780 #define SPR SISIGNOPT + 1
781 #define PMR SPR
786 #define SPRBAT SPR + 1
806 /* The TBR field in an XFX form instruction. This is like the SPR
    [all...]

Completed in 70 milliseconds