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

  /external/llvm/lib/Target/PowerPC/
PPCJITInfo.cpp 42 #define BUILD_MTSPR(RS,SPR) \
43 ((31 << 26) | ((RS) << 21) | ((SPR) << 16) | (467 << 1))
  /external/valgrind/main/VEX/priv/
guest_ppc_toIR.c     [all...]
  /external/qemu/disas/
ppc.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 795 milliseconds