Home
last modified time | relevance | path

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

12

/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/static_core/compiler/tests/
Diterators_test.cpp175 void InitExpectData(std::vector<Inst *> &instructions) in InitExpectData()
192 void PopulateBlock(BasicBlock *block, std::vector<Inst *> &instructions) in PopulateBlock()
218 std::vector<Inst *> instructions; in TEST_F() local
231 std::vector<Inst *> instructions(IteratorsTest::INST_COUNT); in TEST_F() local
247 std::vector<Inst *> instructions(IteratorsTest::INST_COUNT); in TEST_F() local
263 std::vector<Inst *> instructions(IteratorsTest::INST_COUNT); in TEST_F() local
/arkcompiler/runtime_core/static_core/irtoc/lang/
Dinstructions_data.rb43 def self.instructions; @@instructions; end singletonMethod in InstructionsData
Dbasic_block.rb19 attr_reader :index, :function, :preds, :instructions accessor in BasicBlock
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
Dexpand_atomics.cpp39 llvm::SmallVector<llvm::Instruction *> instructions; in run() local
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dir_builder.cpp68 bool IrBuilder::CheckMethodLimitations(const BytecodeInstructions &instructions, size_t vregs_count) in CheckMethodLimitations()
122 …BytecodeInstructions instructions(instructions_buf + bb->GetGuestPc(), std::numeric_limits<int>::m… in BuildInstructionsForBB() local
190 void IrBuilder::BuildBasicBlocks(const BytecodeInstructions &instructions) in BuildBasicBlocks()
295 void IrBuilder::ConnectBasicBlocks(const BytecodeInstructions &instructions) in ConnectBasicBlocks()
/arkcompiler/runtime_core/static_core/disassembler/tests/
Dtest_debug_info.cpp86 std::string instructions = in TEST() local
/arkcompiler/runtime_core/tests/cts-coverage-tool/lib/
Dsummary.rb119 def instructions(not_covered_assertions, uncovered_for_group) method in Summary
/arkcompiler/runtime_core/static_core/tests/cts-coverage-tool/lib/
Dsummary.rb119 def instructions(not_covered_assertions, uncovered_for_group) method in Summary
/arkcompiler/runtime_core/libabckit/src/irbuilder_dynamic/
Dir_builder_dyn.cpp78 …BytecodeInstructions instructions(instructionsBuf + bb->GetGuestPc(), std::numeric_limits<int>::ma… in BuildInstructionsForBB() local
144 void IrBuilderDynamic::BuildBasicBlocks(const BytecodeInstructions &instructions) in BuildBasicBlocks()
264 void IrBuilderDynamic::ConnectBasicBlocks(const BytecodeInstructions &instructions) in ConnectBasicBlocks()
/arkcompiler/runtime_core/static_core/verification/absint/tests/
Dexec_context_test.cpp108 uint8_t instructions[128U]; in TEST_F() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dir_builder.cpp145 bool IrBuilder::CheckMethodLimitations(const BytecodeInstructions &instructions, size_t vregsCount) in CheckMethodLimitations()
313 …BytecodeInstructions instructions(instructionsBuf + bb->GetGuestPc(), std::numeric_limits<int>::ma… in BuildInstructionsForBB() local
375 void IrBuilder::BuildBasicBlocks(const BytecodeInstructions &instructions) in BuildBasicBlocks()
476 void IrBuilder::ConnectBasicBlocks(const BytecodeInstructions &instructions) in ConnectBasicBlocks()
737 BytecodeInstructions instructions(GetGraph()->GetRuntime()->GetMethodCode(GetMethod()), in RunImpl() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dbranch_elimination.cpp328 auto instructions = sameInputCompares_.at(ops); in GetConditionResult() local
358 const ArenaVector<CompareAnyTypeInst *> &instructions = it->second; in GetCompareAnyTypeResult() local
/arkcompiler/runtime_core/disassembler/tests/
Dinstructions_test.cpp.in329 std::string instructions = local
/arkcompiler/runtime_core/static_core/compiler/optimizer/templates/
Dinstructions.rb184 def instructions method
/arkcompiler/runtime_core/compiler/optimizer/templates/
Dinstructions.rb184 def instructions method
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Doptimize_bytecode.cpp139 …compiler::BytecodeInstructions instructions(instructionsBuf, graph->GetRuntime()->GetMethodCodeSiz… in BuildMapFromPcToIns() local
/arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/
Dtest-schema.json51 "instructions": { object
96 "instructions": { object
/arkcompiler/runtime_core/libpandafile/tests/
Ddebug_info_extractor_test.cpp54 std::vector<uint8_t> instructions {1, 2, 3, 4}; in PreparePandaFile() local
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dtest-schema.json51 "instructions": { object
96 "instructions": { object
/arkcompiler/runtime_core/libabckit/tests/cpp/tests/
Dcpp_test.cpp85 std::vector<abckit::Instruction> instructions; in TEST_F() local
/arkcompiler/runtime_core/static_core/libpandafile/tests/
Ddebug_info_extractor_test.cpp57 std::vector<uint8_t> instructions {1U, 2U, 3U, 4U}; in PreparePandaFile() local
/arkcompiler/runtime_core/static_core/isa/
Disapi.rb689 def instructions method
/arkcompiler/runtime_core/panda_guard/obfuscate/
Dfunction.cpp528 …compiler::BytecodeInstructions instructions(instructionsBuf, graph->GetRuntime()->GetMethodCodeSiz… in BuildPcInsMap() local

12