Home
last modified time | relevance | path

Searched refs:operation (Results 1 – 25 of 137) sorted by relevance

123456

/arkcompiler/ets_frontend/es2panda/test/parser/js/
Dinvalid-left-hand-side-in-prefix-operation-expected.txt1 SyntaxError: Invalid left-hand side operator. [invalid-left-hand-side-in-prefix-operation.js:17:5]
/arkcompiler/runtime_core/docs/
Drationale-for-bytecode.md14 somewhere in memory and executes corresponding _operations_ on operation's arguments,
15 also known as operation's _operands_. Operands may be _registers_ (very fast "variables" located
45 One very important question is how an operation refers to its operands.
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
153 | operation code | vreg 1 | vreg 2 |
162 | operation code | vreg 1 | vreg 2 |
187 One option is to make the operation _statically typed_, i.e. specify explicitly that it works only
191 Another option is to make the operation _dynamically typed_, i.e. specify that `adda ...` handles
/arkcompiler/runtime_core/tests/cts-assembly/
Dmath-26.pa14 # assert(7 && 5 == 5) operation --> and2.64
Dmath-03.pa14 # assert(2 * 3 == 6) operation --> muli
Dmath-17.pa14 # assert(28 >> 2 == 7) operation --> shr
Dmath-36.pa14 # assert(neg(1) == -1) operation --> neg.64
Dop-08.pa14 #Assert that operation jgtz works fine
Dmath-13.pa14 # assert(6 && 2 == 6) operation --> and
Dop-20.pa14 #Assert that operation lda.str works fine
Dmath-12.pa14 # assert(6 * 7 == 42) operation --> mul
Dmath-08.pa14 # assert(28 shri 2 == 7) operation --> shri
Dop-09.pa14 #Assert that operation jlez works fine
Dmath-14.pa14 # assert(1 || 6 == 7) operation --> or
Dmath-27.pa14 # assert(5 || 2 == 7) operation --> or2.64
Dmath-21.pa14 # assert(5 + 7 == 12) operation --> and2.64
Dmath-10.pa14 # assert(7 + 6 == 13) operation --> and
Dop-10.pa14 #Assert that operation jgez works fine
Dmath-05.pa14 # assert(1 || 6 == 7) operation --> ori
Dmath-29.pa14 # assert(100 >> 2 == 25) operation --> shr2.64
Dmath-06.pa14 # assert(7 xor 5 == 2) operation --> xori
Dop-07.pa14 #Assert that operation jltz works fine
Dmath-31.pa14 # assert(151 ashr 1 == 75) operation --> ashr2.64
Dop-06.pa14 #Assert that operation jnez works fine
Dmath-28.pa14 # assert(7 xor 5 == 2) operation --> xor2.64
Dop-14.pa14 #Assert that operation jgt works fine

123456