Home
last modified time | relevance | path

Searched refs:assert (Results 1 – 25 of 59) sorted by relevance

123

/ark/runtime_core/isa/
Dasserts.rb14 def assert(name) method
33 assert('Unique opcodes') { Panda.instructions.map(&:opcode).uniq? }
35 assert('Non-prefixed instruction opcodes and prefixes should fit one byte') do
39 assert('Non-prefixed instruction opcode indexes are sorted') do
43 assert('Prefix opcode indexes are sorted') do
47 assert('All instructions for a prefix should fit one byte') do
53 assert('Prefixed instruction should have some prefix specified') do
59 assert('Prefix should be defined') do
67 assert('All prefixes should have unique name') do
71 assert('There should be non-zero gap between non-prefixed and prefixes') do
[all …]
Dgen.rb77 if options.assert
78 require options.assert
/ark/ts2abc/ts2panda/
Dts2abc_config.gni68 assert(defined(invoker.plugin_path), "plugin_path is required!")
69 assert(defined(invoker.plugin_name), "plugin_name is required!")
70 assert(defined(invoker.generat_file), "generat_file is required!")
71 assert(defined(invoker.package_name), "package_name is required!")
72 assert(defined(invoker.out_puts), "out_puts is required!")
112 assert(defined(invoker.src_js), "src_js is required!")
113 assert(defined(invoker.dst_file), "dst_file is required!")
114 assert(defined(invoker.out_puts), "out_puts is required!")
194 assert(defined(invoker.js_file), "js_file is required!")
/ark/runtime_core/gn/build/toolchain/
DBUILD.gn15 assert(defined(invoker.ar))
16 assert(defined(invoker.cc))
17 assert(defined(invoker.cxx))
18 assert(defined(invoker.ld))
/ark/runtime_core/tests/cts-assembly/
Dintrinsics-20.pa15 .function void System.assert(u1 a0) <external>
19 call.short System.assert, v0, v0
Dmath-07.pa14 # assert(7 shli 2 == 28) operation --> shli
Dmath-21.pa14 # assert(5 + 7 == 12) operation --> and2.64
Dmath-13.pa14 # assert(6 && 2 == 6) operation --> and
Dmath-09.pa14 # assert(151 ashri 1 == 71) operation --> ashri
Dmath-28.pa14 # assert(7 xor 5 == 2) operation --> xor2.64
Dmath-03.pa14 # assert(2 * 3 == 6) operation --> muli
Dmath-10.pa14 # assert(7 + 6 == 13) operation --> and
Dmath-31.pa14 # assert(151 ashr 1 == 75) operation --> ashr2.64
Dmath-30.pa14 # assert(25 << 2 == 100) operation --> shl2.64
Dmath-08.pa14 # assert(28 shri 2 == 7) operation --> shri
Dmath-24.pa14 # assert(5 * 7 == 35) operation --> mul2.64
Dmath-12.pa14 # assert(6 * 7 == 42) operation --> mul
Dmath-01.pa14 # assert(1 + 2 == 3) operation --> andi
Dmath-32.pa14 # assert(5 - 2 == 3) operation --> sub2.64
Dmath-11.pa14 # assert(7 - 6 == 1) operation --> sub
Dmath-29.pa14 # assert(100 >> 2 == 25) operation --> shr2.64
Dmath-35.pa14 # assert(not(1) == -2) operation --> not.64
/ark/js_runtime/
Djs_runtime_config.gni34 assert(defined(invoker.data_file), "data_file is required!")
35 assert(defined(invoker.template_file), "template_file is required!")
36 assert(defined(invoker.output_file), "output_file is required!")
/ark/runtime_core/
Dark_config.gni59 assert(defined(invoker.data_file), "data_file is required!")
60 assert(defined(invoker.template_file), "template_file is required!")
61 assert(defined(invoker.output_file), "output_file is required!")
111 assert(defined(invoker.data), "data were not passed to ark_gen")
112 assert(defined(invoker.template_files),
/ark/runtime_core/gn/ark/runtime/
Dark_config.gni59 assert(defined(invoker.data_file), "data_file is required!")
60 assert(defined(invoker.template_file), "template_file is required!")
61 assert(defined(invoker.output_file), "output_file is required!")
111 assert(defined(invoker.data), "data were not passed to ark_gen")
112 assert(defined(invoker.template_files),

123