Home
last modified time | relevance | path

Searched defs:operand (Results 1 - 11 of 11) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
H A Dlitecg_ir_builder.h102 GateRef operand; member
H A Dlitecg_ir_builder.cpp1192 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/
H A Dcodegen.h540 auto operand = cg_->GetRuntime()->GetBarrierOperand(position, name); in GetBarrierOperandValue() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
H A Dllvm_ir_builder.h88 GateRef operand; member
H A Dllvm_ir_builder.cpp1231 GateRef operand = operands[2]; // 2: skip 2 in gate that are not data gate in VisitReturn() local
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
H A Dassembler_aarch64.cpp90 void AssemblerAarch64::Ldp(const Register &rt, const Register &rt2, const MemoryOperand &operand) in Ldp() argument
124 void AssemblerAarch64::Stp(const Register &rt, const Register &rt2, const MemoryOperand &operand) in Stp() argument
158 Ldp(const VectorRegister &vt, const VectorRegister &vt2, const MemoryOperand &operand) Ldp() argument
204 Stp(const VectorRegister &vt, const VectorRegister &vt2, const MemoryOperand &operand) Stp() argument
277 Ldr(const Register &rt, const MemoryOperand &operand, Scale scale) Ldr() argument
303 Ldr(const Register &rt, const MemoryOperand &operand) Ldr() argument
308 Ldrh(const Register &rt, const MemoryOperand &operand) Ldrh() argument
314 Ldrb(const Register &rt, const MemoryOperand &operand) Ldrb() argument
320 Str(const Register &rt, const MemoryOperand &operand) Str() argument
357 Ldur(const Register &rt, const MemoryOperand &operand) Ldur() argument
369 Stur(const Register &rt, const MemoryOperand &operand) Stur() argument
697 Orr(const Register &rd, const Register &rn, const Operand &operand) Orr() argument
703 And(const Register &rd, const Register &rn, const Operand &operand) And() argument
709 Ands(const Register &rd, const Register &rn, const Operand &operand) Ands() argument
721 BitWiseOpShift(BitwiseOpCode op, const Register &rd, const Register &rn, const Operand &operand) BitWiseOpShift() argument
777 Add(const Register &rd, const Register &rn, const Operand &operand) Add() argument
795 Adds(const Register &rd, const Register &rn, const Operand &operand) Adds() argument
808 Sub(const Register &rd, const Register &rn, const Operand &operand) Sub() argument
826 Subs(const Register &rd, const Register &rn, const Operand &operand) Subs() argument
870 AddSubReg(AddSubOpCode op, const Register &rd, const Register &rn, bool setFlags, const Operand &operand) AddSubReg() argument
892 Cmp(const Register &rd, const Operand &operand) Cmp() argument
894 Subs(Register(Zero, rd.GetType()), rd, operand); Cmp() local
897 CMov(const Register &rd, const Register &rn, const Operand &operand, Condition cond) CMov() argument
1022 Tst(const Register& rn, const Operand& operand) Tst() argument
1024 Ands(Register(Zero, rn.GetType()), rn, operand); Tst() local
1149 GetImmOfLdr(const MemoryOperand &operand, Scale scale, bool isRegX) GetImmOfLdr() argument
1167 GetOpcodeOfLdr(const MemoryOperand &operand, Scale scale) GetOpcodeOfLdr() argument
1230 GetShiftOfLdr(const MemoryOperand &operand, Scale scale, bool isRegX) GetShiftOfLdr() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dcgfunc.cpp423 BaseNode *operand = regAssignNode.Opnd(0); in HandleRegassign() local
H A Disel.cpp173 BaseNode *operand = regAssignNode.Opnd(0); in HandleRegassign() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A Dpandagen.cpp683 void PandaGen::Unary(const ir::AstNode *node, lexer::TokenType op, VReg operand) in Unary() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Doperand.h2063 namespace operand { global() namespace in maplebe::MemOperand
[all...]
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A Dpandagen.cpp909 void PandaGen::Unary(const ir::AstNode *node, lexer::TokenType op, VReg operand) in Unary() argument

Completed in 33 milliseconds