Home
last modified time | relevance | path

Searched defs:operand (Results 1 – 16 of 16) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
Dassembler_aarch64.cpp86 void AssemblerAarch64::Ldp(const Register &rt, const Register &rt2, const MemoryOperand &operand) in Ldp()
120 void AssemblerAarch64::Stp(const Register &rt, const Register &rt2, const MemoryOperand &operand) in Stp()
154 …blerAarch64::Ldp(const VectorRegister &vt, const VectorRegister &vt2, const MemoryOperand &operand) in Ldp()
200 …blerAarch64::Stp(const VectorRegister &vt, const VectorRegister &vt2, const MemoryOperand &operand) in Stp()
273 void AssemblerAarch64::Ldr(const Register &rt, const MemoryOperand &operand, Scale scale) in Ldr()
299 void AssemblerAarch64::Ldr(const Register &rt, const MemoryOperand &operand) in Ldr()
304 void AssemblerAarch64::Ldrh(const Register &rt, const MemoryOperand &operand) in Ldrh()
310 void AssemblerAarch64::Ldrb(const Register &rt, const MemoryOperand &operand) in Ldrb()
316 void AssemblerAarch64::Str(const Register &rt, const MemoryOperand &operand) in Str()
353 void AssemblerAarch64::Ldur(const Register &rt, const MemoryOperand &operand) in Ldur()
[all …]
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
Dfixup_poisons.cpp33 for (auto operand : instruction.operand_values()) { in FixupInstructionOperands() local
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/inline_ir/
Dremove_unused_functions.cpp102 for (auto operand : user.operand_values()) { in VisitValue() local
Dcleanup_inline_module.cpp367 for (auto operand : user->operand_values()) { in IsInlinable() local
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/ark_frame_lowering/
Dframe_lowering.cpp246 for (auto operand : machineInstr->operands()) { in HasOperandUsingStack() local
303 for (auto operand : instr->operands()) { in HasOperandUsingFloatReg() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
Dlitecg_ir_builder.h102 GateRef operand; member
Dlitecg_ir_builder.cpp1326 GateRef operand = operands[2]; // 2: skip 2 in gate that are not data gate in VisitReturn() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen.h535 auto operand = cg_->GetRuntime()->GetBarrierOperand(position, name); in GetBarrierOperandValue() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
Dllvm_ir_builder.h88 GateRef operand; member
Dllvm_ir_builder.cpp1339 GateRef operand = operands[2]; // 2: skip 2 in gate that are not data gate in VisitReturn() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Doperand.h362 bool Equals(Operand &operand) const override in Equals()
734 bool Equals(Operand &operand) const override in Equals()
1532 bool Equals(Operand &operand) const override in Equals()
1609 bool Equals(Operand &operand) const override in Equals()
1984 bool Equals(Operand &operand) const override in Equals()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcgfunc.cpp472 BaseNode *operand = regAssignNode.Opnd(0); in HandleRegassign() local
Disel.cpp171 BaseNode *operand = regAssignNode.Opnd(0); in HandleRegassign() local
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp928 void PandaGen::Unary(const ir::AstNode *node, lexer::TokenType op, VReg operand) in Unary()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
Dpandagen.cpp684 void PandaGen::Unary(const ir::AstNode *node, lexer::TokenType op, VReg operand) in Unary()
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/
DTypeScriptLinter.ts4378 const operand = initializer.operand; constant