Home | History | Annotate | Download | only in arm

Lines Matching refs:MemOperand

91   MemOperand InputOffset(int* first_index) {
108 return MemOperand(InputRegister(index + 0), InputInt32(index + 1));
111 return MemOperand(InputRegister(index + 0), InputRegister(index + 1));
114 return MemOperand(r0);
117 MemOperand InputOffset() {
122 MemOperand ToMemOperand(InstructionOperand* op) const {
129 return MemOperand(offset.from_stack_pointer() ? sp : fp, offset.offset());
367 MemOperand operand = i.InputOffset(&index);
380 MemOperand operand = i.InputOffset(&index);
390 MemOperand operand = i.InputOffset(&index);
405 MemOperand operand = i.InputOffset(&index);
417 MemOperand operand = i.InputOffset(&index);
431 __ str(value, MemOperand(index));
650 __ ldr(r2, MemOperand(fp, receiver_slot * kPointerSize));
655 __ str(r2, MemOperand(fp, receiver_slot * kPointerSize));
714 MemOperand src = g.ToMemOperand(source);
766 MemOperand src = g.ToMemOperand(source);
796 MemOperand dst = g.ToMemOperand(destination);
805 MemOperand src = g.ToMemOperand(source);
806 MemOperand dst = g.ToMemOperand(destination);
821 MemOperand dst = g.ToMemOperand(destination);
830 MemOperand src0 = g.ToMemOperand(source);
831 MemOperand src1(src0.rn(), src0.offset() + kPointerSize);
832 MemOperand dst0 = g.ToMemOperand(destination);
833 MemOperand dst1(dst0.rn(), dst0.offset() + kPointerSize);