Home
last modified time | relevance | path

Searched refs:count_instr (Results 1 – 25 of 60) sorted by relevance

123

/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/utils/
H A Dcount72 count_instr(Line),
78 count_instr([$\s|T]) ->
80 count_instr([_|T]) ->
81 count_instr(T);
82 count_instr([]) ->
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/utils/
H A Dcount72 count_instr(Line),
78 count_instr([$\s|T]) ->
80 count_instr([_|T]) ->
81 count_instr(T);
82 count_instr([]) ->
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/emulator/utils/
H A Dcount72 count_instr(Line),
78 count_instr([$\s|T]) ->
80 count_instr([_|T]) ->
81 count_instr(T);
82 count_instr([]) ->
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/utils/
H A Dcount72 count_instr(Line),
78 count_instr([$\s|T]) ->
80 count_instr([_|T]) ->
81 count_instr(T);
82 count_instr([]) ->
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/utils/
H A Dcount72 count_instr(Line),
78 count_instr([$\s|T]) ->
80 count_instr([_|T]) ->
81 count_instr(T);
82 count_instr([]) ->
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/emulator/utils/
H A Dcount72 count_instr(Line),
78 count_instr([$\s|T]) ->
80 count_instr([_|T]) ->
81 count_instr(T);
82 count_instr([]) ->
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/utils/
H A Dcount72 count_instr(Line),
78 count_instr([$\s|T]) ->
80 count_instr([_|T]) ->
81 count_instr(T);
82 count_instr([]) ->
/dports/lang/duktape-lib/duktape-2.6.0/src-input/
H A Dduk_api_bytecode.c224 duk_uint32_t count_instr; in duk__dump_func() local
253 tmp32 = count_instr; in duk__dump_func()
281 DUK_ASSERT((duk_size_t) (ins_end - ins) == (duk_size_t) count_instr); in duk__dump_func()
378 duk_uint32_t count_instr, count_const, count_funcs; in duk__load_func() local
401 count_instr = DUK_RAW_READINC_U32_BE(p); in duk__load_func()
407 sizeof(duk_instr_t) * count_instr; in duk__load_func()
410 (long) count_instr, (long) count_const, in duk__load_func()
467 DUK__ASSERT_LEFT(count_instr * sizeof(duk_instr_t)); in duk__load_func()
472 sizeof(duk_instr_t) * count_instr); in duk__load_func()
473 p += sizeof(duk_instr_t) * count_instr; in duk__load_func()
[all …]
/dports/lang/duktape-lib/duktape-2.6.0/src-separate/
H A Dduk_api_bytecode.c224 duk_uint32_t count_instr; in duk__dump_func() local
253 tmp32 = count_instr; in duk__dump_func()
281 DUK_ASSERT((duk_size_t) (ins_end - ins) == (duk_size_t) count_instr); in duk__dump_func()
378 duk_uint32_t count_instr, count_const, count_funcs; in duk__load_func() local
401 count_instr = DUK_RAW_READINC_U32_BE(p); in duk__load_func()
407 sizeof(duk_instr_t) * count_instr; in duk__load_func()
410 (long) count_instr, (long) count_const, in duk__load_func()
467 DUK__ASSERT_LEFT(count_instr * sizeof(duk_instr_t)); in duk__load_func()
472 sizeof(duk_instr_t) * count_instr); in duk__load_func()
473 p += sizeof(duk_instr_t) * count_instr; in duk__load_func()
[all …]
/dports/lang/duktape/duktape-2.6.0/src-input/
H A Dduk_api_bytecode.c224 duk_uint32_t count_instr; in duk__dump_func() local
253 tmp32 = count_instr; in duk__dump_func()
281 DUK_ASSERT((duk_size_t) (ins_end - ins) == (duk_size_t) count_instr); in duk__dump_func()
378 duk_uint32_t count_instr, count_const, count_funcs; in duk__load_func() local
401 count_instr = DUK_RAW_READINC_U32_BE(p); in duk__load_func()
407 sizeof(duk_instr_t) * count_instr; in duk__load_func()
410 (long) count_instr, (long) count_const, in duk__load_func()
467 DUK__ASSERT_LEFT(count_instr * sizeof(duk_instr_t)); in duk__load_func()
472 sizeof(duk_instr_t) * count_instr); in duk__load_func()
473 p += sizeof(duk_instr_t) * count_instr; in duk__load_func()
[all …]
/dports/lang/duktape/duktape-2.6.0/src-separate/
H A Dduk_api_bytecode.c224 duk_uint32_t count_instr; in duk__dump_func() local
253 tmp32 = count_instr; in duk__dump_func()
281 DUK_ASSERT((duk_size_t) (ins_end - ins) == (duk_size_t) count_instr); in duk__dump_func()
378 duk_uint32_t count_instr, count_const, count_funcs; in duk__load_func() local
401 count_instr = DUK_RAW_READINC_U32_BE(p); in duk__load_func()
407 sizeof(duk_instr_t) * count_instr; in duk__load_func()
410 (long) count_instr, (long) count_const, in duk__load_func()
467 DUK__ASSERT_LEFT(count_instr * sizeof(duk_instr_t)); in duk__load_func()
472 sizeof(duk_instr_t) * count_instr); in duk__load_func()
473 p += sizeof(duk_instr_t) * count_instr; in duk__load_func()
[all …]
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.5.2/src-separate/
H A Dduk_api_bytecode.c226 duk_uint32_t count_instr; in duk__dump_func() local
259 tmp32 = count_instr; in duk__dump_func()
286 DUK_ASSERT((duk_size_t) (ins_end - ins) == (duk_size_t) count_instr); in duk__dump_func()
376 duk_uint32_t count_instr, count_const, count_funcs; in duk__load_func() local
397 count_instr = DUK_RAW_READ_U32_BE(p); in duk__load_func()
403 sizeof(duk_instr_t) * count_instr; in duk__load_func()
406 (long) count_instr, (long) count_const, in duk__load_func()
459 DUK__ASSERT_LEFT(count_instr * sizeof(duk_instr_t)); in duk__load_func()
464 sizeof(duk_instr_t) * count_instr); in duk__load_func()
465 p += sizeof(duk_instr_t) * count_instr; in duk__load_func()
[all …]
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.8.0/src-separate/
H A Dduk_api_bytecode.c226 duk_uint32_t count_instr; in duk__dump_func() local
259 tmp32 = count_instr; in duk__dump_func()
286 DUK_ASSERT((duk_size_t) (ins_end - ins) == (duk_size_t) count_instr); in duk__dump_func()
376 duk_uint32_t count_instr, count_const, count_funcs; in duk__load_func() local
397 count_instr = DUK_RAW_READ_U32_BE(p); in duk__load_func()
403 sizeof(duk_instr_t) * count_instr; in duk__load_func()
406 (long) count_instr, (long) count_const, in duk__load_func()
459 DUK__ASSERT_LEFT(count_instr * sizeof(duk_instr_t)); in duk__load_func()
464 sizeof(duk_instr_t) * count_instr); in duk__load_func()
465 p += sizeof(duk_instr_t) * count_instr; in duk__load_func()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/cpu/s390/
H A Ddisassembler_s390.cpp188 int Disassembler::count_instr(address begin, address end) { in count_instr() function in Disassembler
231 while ((start < here) && ((i_count = count_instr(start, here)) <= 0)) start += 2; in find_prev_instr()
238 assert(n_instr >= count_instr(start, here), "just checking"); in find_prev_instr()
H A Ddisassembler_s390.hpp50 static int count_instr(address begin, address end);
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/cpu/s390/
H A Ddisassembler_s390.cpp186 int Disassembler::count_instr(address begin, address end) { in count_instr() function in Disassembler
229 while ((start < here) && ((i_count = count_instr(start, here)) <= 0)) start += 2; in find_prev_instr()
236 assert(n_instr >= count_instr(start, here), "just checking"); in find_prev_instr()
H A Ddisassembler_s390.hpp50 static int count_instr(address begin, address end);
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/cpu/s390/
H A Ddisassembler_s390.cpp185 int Disassembler::count_instr(address begin, address end) { in count_instr() function in Disassembler
228 while ((start < here) && ((i_count = count_instr(start, here)) <= 0)) start += 2; in find_prev_instr()
235 assert(n_instr >= count_instr(start, here), "just checking"); in find_prev_instr()
H A Ddisassembler_s390.hpp50 static int count_instr(address begin, address end);
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/cpu/s390/
H A Ddisassembler_s390.cpp186 int Disassembler::count_instr(address begin, address end) { in count_instr() function in Disassembler
229 while ((start < here) && ((i_count = count_instr(start, here)) <= 0)) start += 2; in find_prev_instr()
236 assert(n_instr >= count_instr(start, here), "just checking"); in find_prev_instr()
H A Ddisassembler_s390.hpp50 static int count_instr(address begin, address end);
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/cpu/s390/
H A Ddisassembler_s390.cpp186 int Disassembler::count_instr(address begin, address end) { in count_instr() function in Disassembler
229 while ((start < here) && ((i_count = count_instr(start, here)) <= 0)) start += 2; in find_prev_instr()
236 assert(n_instr >= count_instr(start, here), "just checking"); in find_prev_instr()
H A Ddisassembler_s390.hpp50 static int count_instr(address begin, address end);
/dports/devel/trellis/prjtrellis-5eb0ad87/timing/resource/
H A Dpicorv32_large.v210 reg [63:0] count_cycle, count_instr; register
1461 count_instr <= 'bx;
1491 count_instr <= 0;
1594 count_instr <= count_instr + 1;
1595 if (!ENABLE_COUNTERS64) count_instr[63:32] <= 0;
1664 reg_out <= count_instr[31:0];
1666 reg_out <= count_instr[63:32];
H A Dpicorv32_x20.v222 reg [63:0] count_cycle, count_instr; register
1473 count_instr <= 'bx;
1503 count_instr <= 0;
1606 count_instr <= count_instr + 1;
1607 if (!ENABLE_COUNTERS64) count_instr[63:32] <= 0;
1676 reg_out <= count_instr[31:0];
1678 reg_out <= count_instr[63:32];

123