Home
last modified time | relevance | path

Searched full:operation (Results 1 – 25 of 250) sorted by relevance

12345678910

/arkcompiler/runtime_core/assembler/tests/
Dlexer_test.cpp30 ASSERT_EQ(TokenTypeWhat(tok.first[0].type), "OPERATION") << "OPERATION expected"; in TEST()
42 ASSERT_EQ(TokenTypeWhat(tok.first[0].type), "OPERATION") << "OPERATION expected"; in TEST()
52 ASSERT_EQ(TokenTypeWhat(tok.first[0].type), "OPERATION") << "OPERATION expected"; in TEST()
53 ASSERT_EQ(TokenTypeWhat(tok.first[1].type), "OPERATION") << "OPERATION expected"; in TEST()
56 ASSERT_EQ(TokenTypeWhat(tok.first[4].type), "OPERATION") << "OPERATION expected"; in TEST()
66 ASSERT_EQ(TokenTypeWhat(tok.first[0].type), "OPERATION") << "OPERATION expected"; in TEST()
76 ASSERT_EQ(TokenTypeWhat(tok.first[0].type), "OPERATION") << "OPERATION expected"; in TEST()
88 ASSERT_EQ(TokenTypeWhat(tok.first[0].type), "OPERATION") << "OPERATION expected"; in TEST()
/arkcompiler/ets_frontend/es2panda/test/parser/js/
Dinvalid-left-hand-side-in-prefix-operation-expected.txt1 SyntaxError: Invalid left-hand side in prefix operation [invalid-left-hand-side-in-prefix-operation
/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-generator/cts-template/
Dnop.yaml18 title: No operation
19 description: Perform an operation without behavior.
/arkcompiler/runtime_core/scripts/
Drun_check_atomic_format.py111 "specified for atomic operation".format(FILE, index))
116 "atomic operation".format(FILE, index))
/arkcompiler/runtime_core/tests/cts-assembly/
Dmath-43.pa14 #Assert that operation divu works fine
Dop-04.pa14 #Assert that operation jmp works fine
Dobj-03.pa14 #Assert that operation newobj works fine
Dop-08.pa14 #Assert that operation jgtz works fine
Dop-09.pa14 #Assert that operation jlez works fine
Dop-10.pa14 #Assert that operation jgez works fine
Dop-05.pa14 #Assert that operation jeqz works fine
Dop-14.pa14 #Assert that operation jgt works fine
Dop-26.pa14 #Assert that operation u32toi64 works fine
Dop-20.pa14 #Assert that operation lda.str works fine
Dop-06.pa14 #Assert that operation jnez works fine
Dmath-45.pa14 #Assert that operation modu2 works fine
Dop-07.pa14 #Assert that operation jltz works fine
Dop-03.pa14 #Assert that operation sta.64 works fine
Dop-11.pa14 #Assert that operation jeq works fine
Dmath-18.pa14 # assert(151 ashr 1 == 75) operation --> ashr
Dmath-36.pa14 # assert(neg(1) == -1) operation --> neg.64
Dmath-03.pa14 # assert(2 * 3 == 6) operation --> muli
Dobj-04.pa14 #Assert that operation initobj works fine
/arkcompiler/runtime_core/verification/models/
DREADME.md4 And compatibility check operation is changed to:

12345678910