Home
last modified time | relevance | path

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

123

/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/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/runtime_core/compiler/tests/
Ddeoptimize_elimination_test.cpp110 INST(3, Opcode::NOP); in TEST_F()
111 INST(4, Opcode::NOP); in TEST_F()
112 INST(5, Opcode::NOP); in TEST_F()
187 INST(11, Opcode::NOP); in TEST_F()
188 INST(12, Opcode::NOP); in TEST_F()
189 INST(13, Opcode::NOP); in TEST_F()
232 INST(3, Opcode::NOP); in TEST_F()
233 INST(4, Opcode::NOP); in TEST_F()
234 INST(5, Opcode::NOP); in TEST_F()
357 INST(6, Opcode::NOP); in TEST_F()
[all …]
/arkcompiler/ets_runtime/test/quickfix/print_string/
Dmodule.js16 export var nop = undefined variable
/arkcompiler/ets_runtime/test/quickfix/global_func/
Dmodule.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/class_mem_func/patch/
Dmodule.js16 export var nop = undefined variable
/arkcompiler/ets_runtime/test/quickfix/closure/patch/
Dmodule.js16 export var nop = undefined variable
/arkcompiler/ets_runtime/test/quickfix/check_import/
Dmodule.js16 export var nop = undefined variable
/arkcompiler/ets_runtime/test/quickfix/global_func/patch/
Dmodule.js16 export var nop = undefined variable
/arkcompiler/ets_runtime/test/quickfix/class_name/
Dmodule.js16 export var nop = undefined variable
/arkcompiler/ets_runtime/test/quickfix/global_var/patch/
Dmodule.js16 export var nop = undefined variable
/arkcompiler/ets_runtime/test/quickfix/class_inheritance/patch/
Dmodule.js16 export var nop = undefined variable
/arkcompiler/ets_runtime/test/quickfix/global_var/
Dmodule.js16 export var nop = undefined variable
/arkcompiler/ets_runtime/test/quickfix/class_mem_func/
Dmodule.js16 export var nop = undefined variable
/arkcompiler/ets_runtime/test/quickfix/class_mem_var/patch/
Dmodule.js16 export var nop = undefined variable
/arkcompiler/ets_runtime/test/quickfix/closure/
Dmodule.js16 export var nop = undefined variable
/arkcompiler/ets_runtime/test/quickfix/class_name/patch/
Dmodule.js16 export var nop = undefined variable
/arkcompiler/ets_runtime/test/quickfix/check_import/patch/
Dmodule.js16 export var nop = undefined variable
Dbase.js16 import { nop } from './module.js'
/arkcompiler/ets_runtime/test/quickfix/class_mem_var/
Dmodule.js16 export var nop = undefined variable
/arkcompiler/ets_runtime/test/quickfix/print_string/patch/
Dmodule.js16 export var nop = undefined variable
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/quickfix/multi_file/base/
Dmodule.js16 export let nop = undefined; variable
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/quickfix/multi_file/patch/
Dmodule.js16 export let nop = undefined; variable
Dindex.js16 import { nop } from './module.js';

123