Home
last modified time | relevance | path

Searched defs:opnds (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_mop_valid.h137 inline bool MOP_wmovri32Valid(const MapleVector<Operand *> &opnds) in MOP_wmovri32Valid()
145 inline bool MOP_xmovri64Valid(const MapleVector<Operand *> &opnds) in MOP_xmovri64Valid()
153 inline bool MOP_xaddrrrsValid(const MapleVector<Operand *> &opnds) in MOP_xaddrrrsValid()
161 inline bool MOP_xaddsrrrsValid(const MapleVector<Operand *> &opnds) in MOP_xaddsrrrsValid()
169 inline bool MOP_xxwaddrrreValid(const MapleVector<Operand *> &opnds) in MOP_xxwaddrrreValid()
177 inline bool MOP_xaddrri24Valid(const MapleVector<Operand *> &opnds) in MOP_xaddrri24Valid()
188 inline bool MOP_xaddrri12Valid(const MapleVector<Operand *> &opnds) in MOP_xaddrri12Valid()
196 inline bool MOP_xaddsrri12Valid(const MapleVector<Operand *> &opnds) in MOP_xaddsrri12Valid()
204 inline bool MOP_waddrrrsValid(const MapleVector<Operand *> &opnds) in MOP_waddrrrsValid()
212 inline bool MOP_waddsrrrsValid(const MapleVector<Operand *> &opnds) in MOP_waddsrrrsValid()
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcg_irbuilder.cpp76 Insn &InsnBuilder::BuildInsn(MOperator opCode, std::vector<Operand *> &opnds) in BuildInsn()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dinsn.h748 MapleVector<Operand *> opnds; variable