~ubuntu-branches/debian/squeeze/erlang/squeeze

« back to all changes in this revision

Viewing changes to lib/hipe/x86/hipe_x86.hrl

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2009-02-15 16:42:52 UTC
  • mfrom: (1.1.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20090215164252-dxpjjuq108nz4noa
Tags: 1:12.b.5-dfsg-2
Upload to unstable after lenny is released.

Show diffs side-by-side

added added

removed removed

Lines of Context:
87
87
-record(movzx, {src, dst}).
88
88
-record(pseudo_call, {'fun', sdesc, contlab, linkage}).
89
89
-record(pseudo_jcc, {cc, true_label, false_label, pred}).
 
90
-record(pseudo_spill, {args=[]}).
90
91
-record(pseudo_tailcall, {'fun', arity, stkargs, linkage}).
91
92
-record(pseudo_tailcall_prepare, {}).
92
93
-record(push, {src}).