Home
last modified time | relevance | path

Searched defs:operands (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/docs/
Drationale-for-bytecode.md97 ### Implicitly addressed accumulator register
131 ### Variable size of instructions
/arkcompiler/runtime_core/compiler/optimizer/templates/
Dinstructions.rb135 attr_reader :operands, :inputs accessor in Instruction
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinst.h1275 DynamicOperands *operands = GetDynamicOperands(); in AppendInput() local
1293 DynamicOperands *operands = GetDynamicOperands(); in RemoveInput() local
1353 DynamicOperands *operands = GetDynamicOperands(); in GetInputs() local
5524 … [[maybe_unused]] auto operands = new (reinterpret_cast<void *>(data)) DynamicOperands(allocator); in New() local
5534 auto operands = new (reinterpret_cast<void *>(data)) Operands<InstType::INPUT_COUNT>; in New() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dllvm_ir_builder.cpp913 const std::vector<GateRef> &operands) in VisitReturn()