Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Doperand.h978 MemOperand(uint32 size) : OperandVisitable(Operand::kOpdMem, size) {} in MemOperand() function
979MemOperand(uint32 size, const MIRSymbol &mirSymbol) : OperandVisitable(Operand::kOpdMem, size), sy… in MemOperand() function
1018MemOperand(AArch64AddressingMode mode, uint32 size, RegOperand &base, RegOperand *index, ImmOperan… in MemOperand() function
1033MemOperand(AArch64AddressingMode mode, uint32 size, RegOperand &base, RegOperand &index, ImmOperan… in MemOperand() function
1063 MemOperand(AArch64AddressingMode mode, uint32 dSize, const MIRSymbol &sym) in MemOperand() function
1081 explicit MemOperand(const MemOperand &memOpnd) in MemOperand() function