~rdoering/ubuntu/intrepid/erlang/fix-535090

« back to all changes in this revision

Viewing changes to lib/hipe/arm/hipe_arm.hrl

  • Committer: Bazaar Package Importer
  • Author(s): Soren Hansen
  • Date: 2007-05-01 16:57:10 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20070501165710-2sapk0hp2gf3o0ip
Tags: 1:11.b.4-2ubuntu1
* Merge with Debian Unstable. Remaining changes:
  - Add -fno-stack-protector to fix broken crypto_drv.
* DebianMaintainerField update.

Show diffs side-by-side

added added

removed removed

Lines of Context:
82
82
-record(load, {ldop, dst, am2}).        % cond not included; ldrh/ldrsh not included
83
83
-record(ldrsb, {dst, am3}).             % cond not included
84
84
-record(move, {movop, s, dst, am1}).    % cond not included
 
85
-record(mul, {dst, src1, src2}).        % cond not included, s not included
85
86
-record(pseudo_bc, {'cond', true_label, false_label, pred}).
86
87
-record(pseudo_blr, {}).                % alias for "mov pc,lr" to help cfg
87
88
-record(pseudo_bx, {src}).              % alias for "mov pc,src" to help cfg
92
93
-record(pseudo_switch, {jtab, index, labels}).
93
94
-record(pseudo_tailcall, {funv, arity, stkargs, linkage}).
94
95
-record(pseudo_tailcall_prepare, {}).
 
96
-record(smull, {dstlo, dsthi, src1, src2}). % cond not included, s not included
95
97
-record(store, {stop, src, am2}).       % cond not included; strh not included
96
98
 
97
99
%%% Function definitions.