/*--------------------------------------------------------------------*/
/*--- The core dispatch loop, for jumping to a code address. ---*/
-/*--- dispatch-amd64.S ---*/
+/*--- dispatch-amd64-linux.S ---*/
/*--------------------------------------------------------------------*/
/*
/*--------------------------------------------------------------------*/
/*--- The core dispatch loop, for jumping to a code address. ---*/
-/*--- dispatch-ppc32.S ---*/
+/*--- dispatch-ppc32-linux.S ---*/
/*--------------------------------------------------------------------*/
/*
/* Found a match. Call tce[1], which is 8 bytes along, since
each tce element is a 64-bit int. */
addi 8,5,8
- mtlr 8
+ mtctr 8
/* run the translation */
- blrl
+ bctrl
/* On return from guest code:
r3 holds destination (original) address.
/* Found a match. Call tce[1], which is 8 bytes along, since
each tce element is a 64-bit int. */
addi 8,5,8
- mtlr 8
+ mtctr 8
/* run the translation */
- blrl
+ bctrl
/* On return from guest code:
r3 holds destination (original) address.
/*--------------------------------------------------------------------*/
/*--- The core dispatch loop, for jumping to a code address. ---*/
-/*--- dispatch-ppc64.S ---*/
+/*--- dispatch-ppc64-linux.S ---*/
/*--------------------------------------------------------------------*/
/*
/* Found a match. Call tce[1], which is 8 bytes along, since
each tce element is a 64-bit int. */
addi 8,5,8
- mtlr 8
+ mtctr 8
/* run the translation */
- blrl
+ bctrl
/* On return from guest code:
r3 holds destination (original) address.
/* Found a match. Call tce[1], which is 8 bytes along, since
each tce element is a 64-bit int. */
addi 8,5,8
- mtlr 8
+ mtctr 8
/* run the translation */
- blrl
+ bctrl
/* On return from guest code:
r3 holds destination (original) address.
/*--------------------------------------------------------------------*/
/*--- The core dispatch loop, for jumping to a code address. ---*/
-/*--- dispatch-x86.S ---*/
+/*--- dispatch-x86-linux.S ---*/
/*--------------------------------------------------------------------*/
/*