Lines Matching full:are
17 operands are _stack operands_ that reside in a special data structure called _stack_. The program
37 In case there is a chance for ambiguity, the terms "virtual registers" and "virtual stack" are used
47 In _stack-based_ approach, operands are implicitly encoded in the operation, which results in
60 In _register-based approach_, operands are explicitly encoded in the operation, which results in
89 However, to address the issue of compactness, two main tweaks are used:
92 * Variable size of instructions with frequent instructions are encoded to be smaller.
110 With this approach, we are no longer required to encode destination register, it is "hardcoded" to
118 are popular) and for increment/decrement instructions (when loop variable is only read in a loop
179 overloads are calls (different number of operands) and calls are the most popular instructions in
185 `adda ...` instruction, what are types of its operands?
208 Thus, as we are required to support multiple languages (both statically and dynamically typed),
214 sets are "statically-typed" in our terminology.