~ubuntu-branches/debian/sid/ocaml/sid

« back to all changes in this revision

Viewing changes to byterun/instruct.h

  • Committer: Bazaar Package Importer
  • Author(s): Stéphane Glondu
  • Date: 2011-04-21 21:35:08 UTC
  • mfrom: (1.1.11 upstream) (12.1.14 sid)
  • Revision ID: james.westby@ubuntu.com-20110421213508-kg34453aqmb0moha
* Fixes related to -output-obj with g++ (in debian/patches):
  - add Declare-primitive-name-table-as-const-char
  - add Avoid-multiple-declarations-in-generated-.c-files-in
  - fix Embed-bytecode-in-C-object-when-using-custom: the closing
    brace for extern "C" { ... } was missing in some cases

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
/*                                                                     */
12
12
/***********************************************************************/
13
13
 
14
 
/* $Id: instruct.h 6331 2004-05-26 11:10:52Z garrigue $ */
 
14
/* $Id: instruct.h 9547 2010-01-22 12:48:24Z doligez $ */
15
15
 
16
16
/* The instruction set. */
17
17
 
27
27
  ENVACC1, ENVACC2, ENVACC3, ENVACC4, ENVACC,
28
28
  PUSHENVACC1, PUSHENVACC2, PUSHENVACC3, PUSHENVACC4, PUSHENVACC,
29
29
  PUSH_RETADDR, APPLY, APPLY1, APPLY2, APPLY3,
30
 
  APPTERM, APPTERM1, APPTERM2, APPTERM3, 
 
30
  APPTERM, APPTERM1, APPTERM2, APPTERM3,
31
31
  RETURN, RESTART, GRAB,
32
32
  CLOSURE, CLOSUREREC,
33
33
  OFFSETCLOSUREM2, OFFSETCLOSURE0, OFFSETCLOSURE2, OFFSETCLOSURE,
48
48
  NEGINT, ADDINT, SUBINT, MULINT, DIVINT, MODINT,
49
49
  ANDINT, ORINT, XORINT, LSLINT, LSRINT, ASRINT,
50
50
  EQ, NEQ, LTINT, LEINT, GTINT, GEINT,
51
 
  OFFSETINT, OFFSETREF, ISINT, 
 
51
  OFFSETINT, OFFSETREF, ISINT,
52
52
  GETMETHOD,
53
53
  BEQ, BNEQ,  BLTINT, BLEINT, BGTINT, BGEINT,
54
54
  ULTINT, UGEINT,