Lines Matching full:not
11 … so they should be executed non-simultaneously and in some order that will not violate memory depe…
13 …pedia.org/wiki/Total_order). However, in Circuit IR, computation gates are not tied to state gates…
19 …utation gate with side effect (i.e. may store to the global memory) should not be executed before …
21 …not be interfered by the other part, so the implementation will be simpler. In addition, some spec…
23 …everal nodes named **root nodes** in Circuit IR. They are not called "gates" since they do not con…
25 * `CIRCUIT_ROOT`: A very special gate located at zero offset. It is the only gate that does not hav…
33 …ch as constants and arguments. (they are special computation gates that do not depend on other val…
43 …2` `INT64` `F32` `F64`. Note that pointer type is not included in primary types, since pointers ar…
56 * `00` means GC may or may not occur (within the `GC` or `NOGC` tagged value category)
58 * `10` means GC will not occur (within the `NOGC` tagged value category)
59 * `11` means not within the category of tagged values (within the C++ world category)
65 … verifier will verify consistency of primary types. Secondary types can be not precisely set durin…
69 …not necessarily computational gates. Some instructions may throw an exception and lead to state tr…
99 | `RETURN_LIST` | not used |
112 | `THROW_LIST` | not used |
125 | not used | not used |
138 | not used | not used |
151 | not used | not used |
164 | not used | not used |
177 | not used | not used |
190 | not used | represent case value for `SWITCH_CASE` and not used for `DEFAULT_CASE` |
203 | not used | number of state inputs (N) |
216 | not used | not used |
229 | not used | not used |
246 | not used | number of data inputs (N) |
259 | not used | number of dependency inputs (N) |
272 | not used | not used |
285 | not used | number of dependency inputs (N) |
300 | not used | number of value inputs (N) |
308 Represents a simple function call (would not get an exception).
317 | not used | number of function args (N) |
330 | not used | not used |
356 | not used | not used |
374 | not used | not used |
397 | not used | condition code |
410 * `0110` `ONE`: ordered and not equal
418 * `1110` `UNE`: unordered or not equal
429 | not used | condition code |
449 | not used | not used |
464 | not used | not used |
477 | not used | not used |
522 Currently, LIR instructions are not implemented. They will be added later for JIT compilation.