Searched defs:operand (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/ |
| D | assembler_aarch64.cpp | 89 void AssemblerAarch64::Ldp(const Register &rt, const Register &rt2, const MemoryOperand &operand) in Ldp() 121 void AssemblerAarch64::Stp(const Register &rt, const Register &rt2, const MemoryOperand &operand) in Stp() 153 …blerAarch64::Ldp(const VectorRegister &vt, const VectorRegister &vt2, const MemoryOperand &operand) in Ldp() 196 …blerAarch64::Stp(const VectorRegister &vt, const VectorRegister &vt2, const MemoryOperand &operand) in Stp() 265 void AssemblerAarch64::Ldr(const Register &rt, const MemoryOperand &operand, Scale scale) in Ldr() 291 void AssemblerAarch64::Ldr(const Register &rt, const MemoryOperand &operand) in Ldr() 296 void AssemblerAarch64::Ldrh(const Register &rt, const MemoryOperand &operand) in Ldrh() 302 void AssemblerAarch64::Ldrb(const Register &rt, const MemoryOperand &operand) in Ldrb() 308 void AssemblerAarch64::Str(const Register &rt, const MemoryOperand &operand) in Str() 343 void AssemblerAarch64::Ldur(const Register &rt, const MemoryOperand &operand) in Ldur() [all …]
|
| /arkcompiler/ets_frontend/ts2panda/tests/statements/ |
| D | for.test.ts | 111 let operand = new VReg(); variable 153 let operand = new VReg(); variable
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | llvm_ir_builder.h | 101 GateRef operand; member
|
| D | llvm_ir_builder.cpp | 916 GateRef operand = operands[2]; // 2: skip 2 in gate that are not data gate in VisitReturn() local
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| D | pandagen.cpp | 837 void PandaGen::Unary(const ir::AstNode *node, lexer::TokenType op, VReg operand) in Unary()
|
| /arkcompiler/runtime_core/compiler/optimizer/code_generator/ |
| D | codegen.cpp | 1983 auto operand = runtime->GetBarrierOperand(position, name); in GetBarrierOperandValue() local
|