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.h997 MemOperand(uint32 size) : OperandVisitable(Operand::kOpdMem, size) {} in MemOperand() function
998MemOperand(uint32 size, const MIRSymbol &mirSymbol) : OperandVisitable(Operand::kOpdMem, size), sy… in MemOperand() function
1027MemOperand(AArch64AddressingMode mode, uint32 size, RegOperand &base, RegOperand *index, ImmOperan… in MemOperand() function
1042MemOperand(AArch64AddressingMode mode, uint32 size, RegOperand &base, RegOperand &index, ImmOperan… in MemOperand() function
1072 MemOperand(AArch64AddressingMode mode, uint32 dSize, const MIRSymbol &sym) in MemOperand() function
1090 explicit MemOperand(const MemOperand &memOpnd) in MemOperand() function