Home
last modified time | relevance | path

Searched full:nop (Results 1 – 25 of 206) sorted by relevance

123456789

/arkcompiler/runtime_core/static_core/compiler/docs/
Ddeoptimize_elimination_doc.md17 If `SaveStateDeoptimize` didn't have users, this instruction is replaced by `NOP`.
21 * Constant is equal 0 -> `DeoptimizeIf` is replaced by `NOP`.
29 For another inputs, algorithm try to replaced by `NOP` all `DeoptimizeIf` instruction which is domi…
58 3. NOP
65 10. NOP
66 7. NOP
Dcheck_elimination_doc.md20 2. Check instruction replace on `NOP` instruction.
117 4.ref NOP
118 5.i32 NOP
119 6.i32 NOP
/arkcompiler/runtime_core/compiler/docs/
Ddeoptimize_elimination_doc.md17 If `SaveStateDeoptimize` didn't have users, this instruction is replaced by `NOP`.
21 * Constant is equal 0 -> `DeoptimizeIf` is replaced by `NOP`.
29 For another inputs, algorithm try to replaced by `NOP` all `DeoptimizeIf` instruction which is domi…
58 3. NOP
65 10. NOP
66 7. NOP
/arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/
Dnop.yaml16 - file-name: nop
28 - sig: nop
31 description: Check 'nop' doesn't affect register values.
36 nop
46 - '#{[*0..255].map do |i| " ldai #{i}\n nop\n jne v#{i}, err\n" end .join}'
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dnop.yaml16 - file-name: nop
29 - sig: nop
32 description: Check 'nop' doesn't affect register values.
37 nop
47 - '#{[*0..255].map do |i| " ldai #{i}\n nop\n jne v#{i}, err\n" end .join}'
/arkcompiler/ets_frontend/es2panda/test/optimizer/js/opt-try-catch-func/
Dtest-passes-under-try-catch-expected.pa.txt4 nop
40 nop
62 nop
109 nop
Dtest-raw-try-catch-expected.pa.txt4 nop
117 nop
257 nop
408 nop
490 nop
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/perf/
Dtest_frontend.ets16 import { GetObject, GetNumber, GetString, Nop } from "js_code";
20 Nop();
37 Nop(u0, u1, u2, u3, u4, u5, u6, u7, u8, u9);
54 Nop(u0, u1, u2, u3, u4, u5, u6, u7, u8, u9);
/arkcompiler/runtime_core/static_core/compiler/tests/
Ddeoptimize_elimination_test.cpp123 INST(3U, Opcode::NOP); in TEST_F()
124 INST(4U, Opcode::NOP); in TEST_F()
125 INST(5U, Opcode::NOP); in TEST_F()
200 INST(11U, Opcode::NOP); in TEST_F()
201 INST(12U, Opcode::NOP); in TEST_F()
202 INST(13U, Opcode::NOP); in TEST_F()
245 INST(3U, Opcode::NOP); in TEST_F()
246 INST(4U, Opcode::NOP); in TEST_F()
247 INST(5U, Opcode::NOP); in TEST_F()
360 INST(6U, Opcode::NOP); in OUT_GRAPH()
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/tests/
Dtyped_array_lowering_test.cpp67 EXPECT_EQ(acc.GetOpCode(loadLength), OpCode::NOP); in HWTEST_F_L0()
98 EXPECT_EQ(acc.GetOpCode(loadElement), OpCode::NOP); in HWTEST_F_L0()
137 EXPECT_EQ(acc.GetOpCode(loadElement), OpCode::NOP); in HWTEST_F_L0()
170 EXPECT_EQ(acc.GetOpCode(loadElement), OpCode::NOP); in HWTEST_F_L0()
204 EXPECT_EQ(acc.GetOpCode(loadElement), OpCode::NOP); in HWTEST_F_L0()
241 EXPECT_EQ(acc.GetOpCode(loadElement), OpCode::NOP); in HWTEST_F_L0()
277 EXPECT_EQ(acc.GetOpCode(loadElement), OpCode::NOP); in HWTEST_F_L0()
313 EXPECT_EQ(acc.GetOpCode(loadElement), OpCode::NOP); in HWTEST_F_L0()
349 EXPECT_EQ(acc.GetOpCode(loadElement), OpCode::NOP); in HWTEST_F_L0()
383 EXPECT_EQ(acc.GetOpCode(storeElement), OpCode::NOP); in HWTEST_F_L0()
[all …]
/arkcompiler/runtime_core/static_core/disassembler/tests/
Dextractor_test.cpp30 nop in TEST()
34 nop in TEST()
/arkcompiler/ets_frontend/es2panda/test/bytecode/js/lexicalEnv/
Dconstructor-try-catch-expected.txt14 nop
119 nop
/arkcompiler/ets_runtime/test/quickfix/class_mem_var/
Dmodule.js16 export var nop = undefined variable
/arkcompiler/ets_runtime/test/quickfix/print_string/
Dmodule.js16 export var nop = undefined variable
/arkcompiler/ets_runtime/test/quickfix/closure/
Dmodule_modify.js16 export var nop = undefined variable
/arkcompiler/ets_runtime/test/quickfix/add_callfunction/
Dmodule_modify.js16 export var nop = undefined variable
/arkcompiler/ets_runtime/test/quickfix/multi_funccallconstpool/
Dmodule_modify.js16 export var nop = undefined variable
Dmodule.js16 export var nop = undefined variable
/arkcompiler/ets_runtime/test/quickfix/multiconstpool_multifunc/
Dmodule.js16 export var nop = undefined variable
Dmodule_modify.js16 export var nop = undefined variable
/arkcompiler/ets_runtime/test/quickfix/class_inheritance/
Dmodule.js16 export var nop = undefined variable
/arkcompiler/ets_runtime/test/quickfix/check_import/
Dmodule_modify.js16 export var nop = undefined variable
/arkcompiler/ets_runtime/test/quickfix/cold_classmemvar/
Dmodule_modify.js16 export var nop = undefined variable
/arkcompiler/ets_runtime/test/quickfix/global_var/
Dmodule_modify.js16 export var nop = undefined variable
/arkcompiler/ets_runtime/test/quickfix/cold_classmemfunc/
Dmodule_modify.js16 export var nop = undefined variable

123456789