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.h1018 MemOperand(uint32 size) : OperandVisitable(Operand::kOpdMem, size) {} in MemOperand() function
1019MemOperand(uint32 size, const MIRSymbol &mirSymbol) : OperandVisitable(Operand::kOpdMem, size), sy… in MemOperand() function
1058MemOperand(AArch64AddressingMode mode, uint32 size, RegOperand &base, RegOperand *index, ImmOperan… in MemOperand() function
1073MemOperand(AArch64AddressingMode mode, uint32 size, RegOperand &base, RegOperand &index, ImmOperan… in MemOperand() function
1103 MemOperand(AArch64AddressingMode mode, uint32 dSize, const MIRSymbol &sym) in MemOperand() function
1121 explicit MemOperand(const MemOperand &memOpnd) in MemOperand() function