Home
last modified time | relevance | path

Searched defs:instructions (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/runtime_core/compiler/tests/
Diterators_test.cpp154 void InitExpectData(std::vector<Inst *> &instructions) in InitExpectData()
171 void PopulateBlock(BasicBlock *block, std::vector<Inst *> &instructions) in PopulateBlock()
197 std::vector<Inst *> instructions; in TEST_F() local
210 std::vector<Inst *> instructions(IteratorsTest::INST_COUNT); in TEST_F() local
226 std::vector<Inst *> instructions(IteratorsTest::INST_COUNT); in TEST_F() local
242 std::vector<Inst *> instructions(IteratorsTest::INST_COUNT); in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_ir_specification.md276 #### JS_BYTECODE
291 #### Special instructions
293 ##### CALL
306 #### Floating point unary arithmetic operations
319 #### Integer binary arithmetic operations
345 #### Floating-point binary arithmetic operations
363 #### Integer binary compare operations
386 #### Floating-point binary compare operations
418 #### Conversion operations
438 #### Memory operations
[all …]
/arkcompiler/runtime_core/tests/cts-coverage-tool/lib/
Dsummary.rb119 def instructions(not_covered_assertions, uncovered_for_group) method in Summary
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dir_builder.cpp77 bool IrBuilder::CheckMethodLimitations(const BytecodeInstructions &instructions, size_t vregs_count) in CheckMethodLimitations()
130 …BytecodeInstructions instructions(instructions_buf + bb->GetGuestPc(), std::numeric_limits<int>::m… in BuildInstructionsForBB() local
198 void IrBuilder::BuildBasicBlocks(const BytecodeInstructions &instructions) in BuildBasicBlocks()
302 void IrBuilder::ConnectBasicBlocks(const BytecodeInstructions &instructions) in ConnectBasicBlocks()
/arkcompiler/runtime_core/disassembler/tests/
Dinstructions_test.cpp.in329 std::string instructions = local
/arkcompiler/runtime_core/bytecode_optimizer/
Doptimize_bytecode.cpp99 …compiler::BytecodeInstructions instructions(instructions_buf, graph->GetRuntime()->GetMethodCodeSi… in BuildMapFromPcToIns() local
165 …compiler::BytecodeInstructions instructions(instruction_buf, graph->GetRuntime()->GetMethodCodeSiz… in BuildMapFromPcToType() local
/arkcompiler/runtime_core/compiler/optimizer/templates/
Dinstructions.rb184 def instructions method
/arkcompiler/runtime_core/libpandafile/tests/
Ddebug_info_extractor_test.cpp54 std::vector<uint8_t> instructions {1, 2, 3, 4}; in PreparePandaFile() local
Dfile_item_container_test.cpp418 std::vector<uint8_t> instructions {1, 2, 3, 4}; variable
1159 std::vector<uint8_t> instructions {1, 2, 3, 4}; variable
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dtest-schema.json51 "instructions": { object
96 "instructions": { object
/arkcompiler/runtime_core/libpandafile/
Dfile_reader.cpp665 std::vector<uint8_t> instructions(code_acc.GetCodeSize()); in CreateMethodItem() local
Dfile_items.h1369 CodeItem(size_t num_vregs, size_t num_args, std::vector<uint8_t> instructions) in CodeItem()