Searched defs:MemOperand (Results 1 – 1 of 1) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | operand.h | 978 MemOperand(uint32 size) : OperandVisitable(Operand::kOpdMem, size) {} in MemOperand() function 979 …MemOperand(uint32 size, const MIRSymbol &mirSymbol) : OperandVisitable(Operand::kOpdMem, size), sy… in MemOperand() function 1018 …MemOperand(AArch64AddressingMode mode, uint32 size, RegOperand &base, RegOperand *index, ImmOperan… in MemOperand() function 1033 …MemOperand(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
|