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

  /external/qemu/tcg/ppc/
tcg-target.c 367 #define SPR(a,b) ((((a)<<5)|(b))<<11)
368 #define LR SPR(8, 0)
369 #define CTR SPR(9, 0)
    [all...]
  /external/qemu/tcg/ppc64/
tcg-target.c 359 #define SPR(a,b) ((((a)<<5)|(b))<<11)
360 #define LR SPR(8, 0)
361 #define CTR SPR(9, 0)
    [all...]
  /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 127 milliseconds