Skip to content

Commit

Permalink
Fri Nov 19 17:29:22 CET 2004 Paolo Molaro <lupus@ximian.com>
Browse files Browse the repository at this point in the history
	* ppc/ppc-codegen.h: counter reg decrement branch values
	(patch by Geoff Norton <gnorton@customerdna.com>).


svn path=/branches/mono-1-0/mono/; revision=37331
  • Loading branch information
illupus committed Dec 7, 2004
1 parent e614a20 commit ebbae7a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions mono/arch/ChangeLog
@@ -1,3 +1,9 @@

Fri Nov 19 17:29:22 CET 2004 Paolo Molaro <lupus@ximian.com>

* ppc/ppc-codegen.h: counter reg decrement branch values
(patch by Geoff Norton <gnorton@customerdna.com>).

2004-05-07 Bernie Solomon <bernard@ugsolutions.com>

* ppc/ppc-codegen.h: remove GCC-ism in ppc_emit32
Expand Down
6 changes: 6 additions & 0 deletions mono/arch/ppc/ppc-codegen.h
Expand Up @@ -88,9 +88,15 @@ typedef enum {

enum {
/* B0 operand for branches */
PPC_BR_DEC_CTR_NONZERO_FALSE = 0,
PPC_BR_LIKELY = 1, /* can be or'ed with the conditional variants */
PPC_BR_DEC_CTR_ZERO_FALSE = 2,
PPC_BR_FALSE = 4,
PPC_BR_DEC_CTR_NONZERO_TRUE = 8,
PPC_BR_DEC_CTR_ZERO_TRUE = 10,
PPC_BR_TRUE = 12,
PPC_BR_DEC_CTR_NONZERO = 16,
PPC_BR_DEC_CTR_ZERO = 18,
PPC_BR_ALWAYS = 20,
/* B1 operand for branches */
PPC_BR_LT = 0,
Expand Down

0 comments on commit ebbae7a

Please sign in to comment.