SCM Repository
Diff of /trunk/src/compiler/IL/gen/high-il.spec
Parent Directory
|
Revision Log
|
Patch
revision 399, Thu Oct 14 20:08:35 2010 UTC | revision 400, Thu Oct 14 21:06:49 2010 UTC | |
---|---|---|
# | Line 17 | Line 17 |
17 | NEQ : ty : 2 : | NEQ : ty : 2 : |
18 | GT : ty : 2 : | GT : ty : 2 : |
19 | GTE : ty : 2 : | GTE : ty : 2 : |
20 | Max : : 2 : | |
21 | Min : : 2 : | |
22 | Sin : : 1 : | |
23 | Cos : : 1 : | |
24 | Pow : : 2 : | |
25 | Not : : 1 : boolean negation | |
26 | Dot : ty : 2 : | Dot : ty : 2 : |
27 | Cross : : 2 : | Cross : : 2 : |
28 | # | # |
29 | # vector operations | # tensor/vector operations |
30 | # | |
31 | Norm : ty : 1 : | Norm : ty : 1 : |
32 | Scale : ty : 2 : scalar*tensor multiplication | Scale : ty : 2 : scalar*tensor multiplication |
33 | InvScale : ty : 2 : tensor/scalar division | InvScale : ty : 2 : tensor/scalar division |
34 | CL : : 1 : linear anisotropy measures | CL : : 1 : linear anisotropy measures |
35 | PrincipleEvec : ty : 2 : principle eigenvector; ty is result vector type | PrincipleEvec : ty : 2 : principle eigenvector; ty is result vector type |
36 | Subscript : ty : 2 : | Slice : ty * mask : 1 : tensor slice; type is result type |
37 | Max : : 2 : | Subscript : ty : * : tensor subscript (special case of slice) |
Min : : 2 : | ||
Sin : : 1 : | ||
Cos : : 1 : | ||
Pow : : 2 : | ||
Not : : 1 : boolean negation | ||
38 | # | # |
39 | # conversions | # conversions |
40 | IntToReal : : 1 : | IntToReal : : 1 : |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |