Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 313663
b: refs/heads/master
c: 55a5db1
h: refs/heads/master
i:
  313661: b03a841
  313659: 59dc5b2
  313655: cd5c7ee
  313647: a9b3c2b
  313631: 1a080ee
  313599: 33d50d7
v: v3
  • Loading branch information
Michael Neuling authored and Benjamin Herrenschmidt committed Jul 10, 2012
1 parent 9db2662 commit 9853f91
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 178f2ae092a6e70b08bcbf98dc2b7499d8196885
refs/heads/master: 55a5db184667433add3c8136c9e3b27899c79d3c
4 changes: 4 additions & 0 deletions trunk/arch/powerpc/include/asm/ppc-opcode.h
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,10 @@
#define PPC_INST_STBCIX 0x7c0007aa

/* macros to insert fields into opcodes */
#define ___PPC_RA(a) (((a) & 0x1f) << 16)
#define ___PPC_RB(b) (((b) & 0x1f) << 11)
#define ___PPC_RS(s) (((s) & 0x1f) << 21)
#define ___PPC_RT(t) ___PPC_RS(t)
#define __PPC_RA(a) (((a) & 0x1f) << 16)
#define __PPC_RB(b) (((b) & 0x1f) << 11)
#define __PPC_RS(s) (((s) & 0x1f) << 21)
Expand Down

0 comments on commit 9853f91

Please sign in to comment.