~ubuntu-branches/ubuntu/vivid/atlas/vivid

« back to all changes in this revision

Viewing changes to CONFIG/src/backend/probe_gas_ppc.S

  • Committer: Bazaar Package Importer
  • Author(s): Sylvestre Ledru
  • Date: 2009-09-17 23:31:54 UTC
  • mto: (2.2.1 experimental)
  • mto: This revision was merged to the branch mainline in revision 10.
  • Revision ID: james.westby@ubuntu.com-20090917233154-9esw88ub02twbuab
Tags: upstream-3.8.3
ImportĀ upstreamĀ versionĀ 3.8.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#define ATL_GAS_PPC
 
2
#include "atlas_asm.h"
 
3
/*
 
4
 * Linux PPC assembler for:
 
5
 * int asm_probe(int i)
 
6
 * RETURNS: i*3
 
7
 */
 
8
.globl ATL_asmdecor(asm_probe)
 
9
ATL_asmdecor(asm_probe):
 
10
        add     r4, r3, r3
 
11
        add     r3, r3, r4
 
12
        blr