• Home
  • Raw
  • Download

Lines Matching full:used

11 …on gate has multiple dependencies, an auxiliary gate `DEPEND_SELECTOR` is used to merge dependenci…
19 …) as input, and reinterpret it as a kind of memory dependency that can be used by computation gate…
53 * The 31st bit is used to distinguish between MIR type and TS type, `0` means TS type, `1` means MI…
55 * The 30th and 29th bits are used to indicate whether the output values of the MIR gates are GC rel…
61 * In the case of MIR type, the 1st bit in GateType is used to indicate whether there are output val…
99 | `RETURN_LIST` | not used |
112 | `THROW_LIST` | not used |
116 An ordinary state. Usually used as a placeholder. It will be eliminated by IR optimization.
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 |
233 …electors). Currently, there is only one type of auxiliary gates, which is used to represent multip…
246 | not used | number of data inputs (N) |
259 | not used | number of dependency inputs (N) |
272 | not used | not used |
287 | not used | number of value inputs (N) |
304 | not used | number of function args (N) |
317 | not used | not used |
322 * **SUB**: returns the difference of its two integer operands. It is used to implement the "-" unar…
330 * **XOR**: returns the bitwise logical exclusive or of its two operands. It is used to implement th…
343 | not used | not used |
361 | not used | not used |
384 | not used | condition code |
416 | not used | condition code |
436 | not used | not used |
442 This instruction is used to read from memory.
451 | not used | not used |
455 This instruction is used to write to memory.
464 | not used | not used |
483 This instruction is used to represent an argument of the function.