File: index.md

package info (click to toggle)
intel-graphics-compiler2 2.16.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 106,644 kB
  • sloc: cpp: 805,640; lisp: 287,672; ansic: 16,414; python: 3,952; yacc: 2,588; lex: 1,666; pascal: 313; sh: 186; makefile: 35
file content (59 lines) | stat: -rw-r--r-- 1,891 bytes parent folder | download | duplicates (2)
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
<!---======================= begin_copyright_notice ============================

Copyright (C) 2020-2022 Intel Corporation

SPDX-License-Identifier: MIT

============================= end_copyright_notice ==========================-->

GEN Virtual ISA Specification
=============================

**Primary Author(s):** W. Chen, K. Lueh

**Contributor(s):** P. Ashar, B. Cheng, K. Chen, J. Fuentes, B. George,
J. Gu, R. Geva, S. Ghosh, C. Hu, M. Liao, Z. Liu, W. Pan, A.
Yermolovich, T. Bauer, F. Liu

Legal Notices and Disclaimers:

© Intel Corporation. Intel, the Intel logo, and other Intel marks
are trademarks of Intel Corporation or its subsidiaries.
Other names and brands may be claimed as the property of others.

You may not use or facilitate the use of this document in connection
with any infringement or other legal analysis concerning Intel products
described herein. You agree to grant Intel a non-exclusive, royalty-free
license to any patent claim thereafter drafted which includes subject
matter disclosed herein.

No license (express or implied, by estoppel or otherwise) to any
intellectual property rights is granted by this document.

Intel disclaims all express and implied warranties, including without
limitation, the implied warranties of merchantability, fitness for a
particular purpose, and non-infringement, as well as any warranty
arising from course of performance, course of dealing, or usage in trade.


Contents
========

[Introduction](1_introduction.md)

[Data Types](2_datatypes.md)

[Execution Model](3_execution_model.md)

[Virtual ISA Object Format](4_visa_header.md)

[Operands](5_operands.md)

[Instructions](6_instructions.md)

[Appendix: Debug Information](7_appendix_debug_information.md)

[Appendix: vISA Assembly Syntax](8_appendix_visa_assembly_syntax.md)

[Appendix: vISA Instructions (per platform)](appendix_instruction_by_platform.md)