Home
last modified time | relevance | path

Searched full:bc (Results 1 – 25 of 42) sorted by relevance

12

/arkcompiler/runtime_core/compiler/docs/
Dmove_constants_closer_to_usage_doc.md46 prop: bc: 0x00000000
48 …E i32 v0(r27), 0x5 bc: 0x00000004
52 prop: bc: 0x00000006
53 … 0x5 bc: 0x00000008
57 prop: bc: 0x00000009
59 … v0(r27), v6(r0) -> r0 (v116) bc: 0x0000000b
61 … v0(r27), v8(r2), v5(r0) -> r0 (v117) bc: 0x000000e3
63 … v0(r27), v10(r3), v116(r0) -> r0 (v118) bc: 0x000000e9
68 … v0(r27), v76(r26), v149(r0) -> r0 (v112) bc: 0x000001af
69 … v150(r0) bc: 0x000001b5
[all …]
Davoid-calculating-start-of-array.md36 …y 181 v8(r21), v6(r2), v5 -> r21 (v31, v24, v17, v20, v27, v33) bc: 0x00000002
37 …ray v7(r21), v23(r19), v11p(r19) bc: 0x00000013
40 …ray v7(r21), v30(r23), v44(r24) bc: 0x0000001f
41 00bc: add x16, x21, #0x10 // (16)
48 …y 181 v8(r21), v6(r2), v5 -> r21 (v47, v17, v20, v27, v33) bc: 0x00000002
49 … v7(r21), 0x10 -> r25 (v49, v48) bc: 0x00000002
54 00bc: str w24, [x25, w23, uxtw #2]
/arkcompiler/runtime_core/disassembler/
DCMakeLists.txt157 FILE_DST ${DISASM_BIN_DIR}/labels1.bc)
160 FILE_DST ${DISASM_BIN_DIR}/labels2.bc)
163 FILE_DST ${DISASM_BIN_DIR}/exceptions.bc)
172 FILE_DST ${DISASM_BIN_DIR}/record_with_fields.bc)
175 FILE_DST ${DISASM_BIN_DIR}/record_in_record.bc)
178 FILE_DST ${DISASM_BIN_DIR}/empty_record.bc)
187 FILE_DST ${DISASM_BIN_DIR}/empty_function.bc)
190 FILE_DST ${DISASM_BIN_DIR}/overloading.bc)
198 FILE_DST ${DISASM_BIN_DIR}/instructions.bc)
201 FILE_DST ${DISASM_BIN_DIR}/returns.bc)
[all …]
/arkcompiler/ets_frontend/ts2panda/scripts/
Dts2abc.js56 // keep bc-version to be compatible with old IDE versions
57 if (args.length == 1 && args[0] == "--bc-version") {
69 args = ["--bc-version"];
/arkcompiler/runtime_core/disassembler/tests/
Drecords_test.cpp.in31 d.Disassemble(std::string(DISASM_BIN_DIR) + "empty_record.bc");
42 d.Disassemble(std::string(DISASM_BIN_DIR) + "record_with_fields.bc");
63 d.Disassemble(std::string(DISASM_BIN_DIR) + "record_in_record.bc");
Dfunctions_test.cpp.in31 d.Disassemble(std::string(DISASM_BIN_DIR) + "empty_function.bc");
42 d.Disassemble(std::string(DISASM_BIN_DIR) + "overloading.bc");
Dlabels_test.cpp.in31 d.Disassemble(std::string(DISASM_BIN_DIR) + "labels1.bc");
56 d.Disassemble(std::string(DISASM_BIN_DIR) + "labels2.bc");
91 d.Disassemble(std::string(DISASM_BIN_DIR) + "exceptions.bc");
Dliterals_test.cpp.in31 d.Disassemble(std::string(DISASM_BIN_DIR) + "literals_same.bc");
47 d.Disassemble(std::string(DISASM_BIN_DIR) + "literals.bc");
Dinstructions_test.cpp.in31 d.Disassemble(std::string(DISASM_BIN_DIR) + "empty_record.bc");
42 d.Disassemble(std::string(DISASM_BIN_DIR) + "instructions.bc");
222 d.Disassemble(std::string(DISASM_BIN_DIR) + "calls.bc");
268 d.Disassemble(std::string(DISASM_BIN_DIR) + "returns.bc");
282 d.Disassemble(std::string(DISASM_BIN_DIR) + "newarrs.bc");
310 d.Disassemble(std::string(DISASM_BIN_DIR) + "instructions.bc");
Dmetadata_test.cpp.in31 d.Disassemble(std::string(DISASM_BIN_DIR) + "meta.bc");
/arkcompiler/ets_frontend/ts2panda/src/
DcmdOptions.ts41 …{ name: 'bc-version', alias: 'v', type: Boolean, defaultValue: false, description: "Print ark byte…
42 …{ name: 'bc-min-version', type: Boolean, defaultValue: false, description: "Print ark bytecode min…
279 return this.options["bc-version"];
284 let version_arg = isBcVersion ? "--bc-version" : "--bc-min-version"
292 return this.options["bc-min-version"];
/arkcompiler/toolchain/build/
Dpreconfig_ubuntu.md24 …btinfo5 lib32z1-dev ccache libgl1-mesa-dev libxml2-utils xsltproc unzip m4 bc gnutls-bin python3.8…
/arkcompiler/ets_frontend/ts2panda/ts2abc/
Dts2abc_options.h242 panda::PandArg<bool> bc_version_arg_{ "bc-version", false,
244 panda::PandArg<bool> bc_min_version_arg_{ "bc-min-version", false,
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinstructions.yaml22 …Note: any check instructions might be eliminated by optimizer, thus operand checks (nc, zc, bc, ng…
277 signature: [d-real, ref-nc, int-bc]
283 signature: [d-u16, ref-nc, int-bc, int]
289 signature: [ref-nc, int-bc, real]
885 signature: [d-real, ref-nc, int-bc]
906 signature: [ref-nc, int-bc, real, real]
1140 bc: bounds check - input must be the BoundsCheck instruction
/arkcompiler/runtime_core/libpandabase/events/
Devents.yaml18 # EVENT_OSR_ENTRY(method->GetFullName(), bc, events::OsrEntryKind::TOP_FRAME, events::OsrEntryResul…
/arkcompiler/ets_frontend/es2panda/test/compiler/js/regAllocator/
Dtest-spill-fill-with-CFG.js45 let bc = undefined; variable
Dtest-spill-fill-2.js43 let bc = undefined;
Dtest-spill-fill.js43 let bc = undefined;
Dtest-spill-fill-with-env-args.js43 let bc = undefined;
Dtest-range-spill-fill-with-CFG.js45 let bc = undefined; variable
/arkcompiler/runtime_core/compiler/optimizer/templates/
Dinstructions.rb55 BOUNDS_CHECK = 'bc'
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dframe_handler.h263 // for collecting bc offset in aot
/arkcompiler/ets_frontend/es2panda/aot/
Doptions.cpp201 panda::PandArg<bool> bcVersion("bc-version", false, "Print ark bytecode version"); in Parse()
202 …panda::PandArg<bool> bcMinVersion("bc-min-version", false, "Print ark bytecode minimum supported v… in Parse()
/arkcompiler/ets_runtime/docs/
Dusing-the-toolchain-zh.md124 …"><p id="p1235410329479"><a name="p1235410329479"></a><a name="p1235410329479"></a>--bc-version</p>
135 … id="p1346883524711"><a name="p1346883524711"></a><a name="p1346883524711"></a>--bc-min-version</p>
/arkcompiler/ets_runtime/ecmascript/
Djs_runtime_options.cpp58 "--trace-bc: enable tracing bytecode for aot runtime. Default: false\n"
128 {"trace-bc", required_argument, nullptr, OPTION_TRACE_BC}, in ParseCommand()

12