package conan-database

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Source file conan_hitachi_sh.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
let tree = Conan.Tree.Unsafe.node
             [(Conan.Tree.Unsafe.elt ?filename:(Some "hitachi-sh")
                 ?line:(Some 23)
                 (let ty = Conan.Ty.numeric ~unsigned:false ~endian:`LE
                             Conan.Integer.short (Conan.Arithmetic.Add 0) in
                  Conan.Tree.Unsafe.rule
                    ~offset:(Conan.Offset.Absolute (Conan.Offset.Value 0L))
                    ty
                    (Conan.Test.numeric Conan.Integer.short
                       (Conan.Comparison.equal_to 1360))
                    (`Space "")),
               Conan.Tree.Unsafe.node
                 [(Conan.Tree.Unsafe.elt ?filename:(Some "hitachi-sh")
                     ?line:(Some 25)
                     (let ty = Conan.Ty.numeric ~unsigned:true ~endian:`LE
                                 Conan.Integer.short (Conan.Arithmetic.Bitwise_and
                                                      36480) in
                      Conan.Tree.Unsafe.rule
                        ~offset:(Conan.Offset.Absolute
                                 (Conan.Offset.Value 18L))
                        ty
                        (Conan.Test.numeric Conan.Integer.short
                           (Conan.Comparison.equal_to 0))
                        (`Space "")),
                   Conan.Tree.Unsafe.node
                     [(Conan.Tree.Unsafe.elt ?filename:(Some "hitachi-sh")
                         ?line:(Some 28)
                         (Conan.Tree.Unsafe.use
                            ~offset:(Conan.Offset.Absolute
                                     (Conan.Offset.Value 0L))
                            ~invert:false "display-coff"),
                       Conan.Tree.Unsafe.leaf)])]);
              (Conan.Tree.Unsafe.elt ?filename:(Some "hitachi-sh")
                 ?line:(Some 15)
                 (let ty = Conan.Ty.numeric ~unsigned:false ~endian:`BE
                             Conan.Integer.short (Conan.Arithmetic.Add 0) in
                  Conan.Tree.Unsafe.rule
                    ~offset:(Conan.Offset.Absolute (Conan.Offset.Value 0L))
                    ty
                    (Conan.Test.numeric Conan.Integer.short
                       (Conan.Comparison.equal_to 1280))
                    (`Space "")),
               Conan.Tree.Unsafe.node
                 [(Conan.Tree.Unsafe.elt ?filename:(Some "hitachi-sh")
                     ?line:(Some 17)
                     (let ty = Conan.Ty.numeric ~unsigned:true ~endian:`BE
                                 Conan.Integer.short (Conan.Arithmetic.Bitwise_and
                                                      36480) in
                      Conan.Tree.Unsafe.rule
                        ~offset:(Conan.Offset.Absolute
                                 (Conan.Offset.Value 18L))
                        ty
                        (Conan.Test.numeric Conan.Integer.short
                           (Conan.Comparison.equal_to 0))
                        (`Space "")),
                   Conan.Tree.Unsafe.node
                     [(Conan.Tree.Unsafe.elt ?filename:(Some "hitachi-sh")
                         ?line:(Some 20)
                         (Conan.Tree.Unsafe.use
                            ~offset:(Conan.Offset.Absolute
                                     (Conan.Offset.Value 0L))
                            ~invert:true "display-coff"),
                       Conan.Tree.Unsafe.leaf)])])]
OCaml

Innovation. Community. Security.