Home | History | Annotate | Download | only in arm64

Lines Matching defs:ToMemOperand

242   MemOperand ToMemOperand(InstructionOperand* op, MacroAssembler* masm) const {
2007 __ Str(src, g.ToMemOperand(destination, masm()));
2010 MemOperand src = g.ToMemOperand(source, masm());
2018 __ Str(temp, g.ToMemOperand(destination, masm()));
2038 __ Str(dst, g.ToMemOperand(destination, masm()));
2047 __ Str(wzr, g.ToMemOperand(destination, masm()));
2052 __ Str(temp, g.ToMemOperand(destination, masm()));
2063 __ Str(xzr, g.ToMemOperand(destination, masm()));
2068 __ Str(temp, g.ToMemOperand(destination, masm()));
2079 __ Str(src, g.ToMemOperand(destination, masm()));
2083 MemOperand src = g.ToMemOperand(source, masm());
2090 __ Str(temp, g.ToMemOperand(destination, masm()));
2115 MemOperand dst = g.ToMemOperand(destination, masm());
2124 MemOperand src = g.ToMemOperand(source, masm());
2125 MemOperand dst = g.ToMemOperand(destination, masm());
2141 MemOperand dst = g.ToMemOperand(destination, masm());