File: ast.hgen

package info (click to toggle)
sail-ocaml 0.19.1%2Bdfsg5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 18,008 kB
  • sloc: ml: 75,941; ansic: 8,848; python: 1,342; exp: 560; sh: 474; makefile: 218; cpp: 36
file content (26 lines) | stat: -rw-r--r-- 790 bytes parent folder | download
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
| `X86BINOP of bool * x86Binop * x86Size * x86Dest_src
| `X86BITOP of bool * x86Bitop * x86Size * x86Bit_offset
| `X86CALL of x86Imm_rm
| `X86CLC
| `X86CMC
| `X86CMPXCHG of bool * x86Size * x86Rm * reg
| `X86DIV of x86Size * x86Rm
| `X86JCC of x86Cond * bit64
| `X86JMP of x86Rm
| `X86LEA of x86Size * x86Dest_src
| `X86LEAVE
| `X86LOOP of x86Cond * bit64
| `X86MFENCE
| `X86MONOP of bool * x86Monop * x86Size * x86Rm
| `X86MOV of x86Cond * x86Size * x86Dest_src
| `X86MOVSX of x86Size * x86Dest_src * x86Size
| `X86MOVZX of x86Size * x86Dest_src * x86Size
| `X86MUL of x86Size * x86Rm
| `X86NOP
| `X86POP of x86Rm
| `X86PUSH of x86Imm_rm
| `X86RET of bit64
| `X86SET of x86Cond * bool * x86Rm
| `X86STC
| `X86XADD of bool * x86Size * x86Rm * reg
| `X86XCHG of bool * x86Size * x86Rm * reg