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.h1090 DynamicOperands *operands = GetDynamicOperands(); in AppendInput() local
1108 DynamicOperands *operands = GetDynamicOperands(); in RemoveInput() local
1168 DynamicOperands *operands = GetDynamicOperands(); in GetInputs() local
2887 … [[maybe_unused]] auto operands = new (reinterpret_cast<void *>(data)) DynamicOperands(allocator); in New() local
2897 auto operands = new (reinterpret_cast<void *>(data)) Operands<InstType::INPUT_COUNT>; in New() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dllvm_ir_builder.cpp1058 const std::vector<GateRef> &operands) in VisitReturn()