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/
H A Doperand.h906 class MemOperand : public OperandVisitable<MemOperand> { class
978 MemOperand(uint32 size) : OperandVisitable(Operand::kOpdMem, size) {} in MemOperand() function
979 MemOperand(uint32 size, const MIRSymbol &mirSymbol) : OperandVisitable(Operand::kOpdMem, size), symbol(&mirSymbol) in MemOperand() function
983 MemOperand(uint32 size, RegOperand &baseOp, ImmOperand &ofstOp, AArch64AddressingMode mode = kAddrModeBOi) in MemOperand() function
993 MemOperand(uint32 size, RegOperand *baseOp, RegOperand *indexOp, ImmOperand *ofstOp, const MIRSymbol *mirSymbol, in MemOperand() function
1004 MemOperand(RegOperand *base, OfstOperand *offset, uint32 size, IndexingOption idxOpt = kIntact) in MemOperand() function
1018 MemOperand(AArch64AddressingMode mode, uint32 size, RegOperand &base, RegOperand *index, ImmOperand *offset, in MemOperand() function
1033 MemOperand(AArch64AddressingMod function
1048 MemOperand(AArch64AddressingMode mode, uint32 dSize, RegOperand &baseOpnd, RegOperand &indexOpnd, uint32 shift, MemOperand() function
1063 MemOperand(AArch64AddressingMode mode, uint32 dSize, const MIRSymbol &sym) MemOperand() function
1081 explicit MemOperand(const MemOperand &memOpnd) MemOperand() function
[all...]

Completed in 6 milliseconds