Lines Matching refs:PostIndex
563 str(address, MemOperand(scratch, kPointerSize, PostIndex)); in RememberedSetHelper()
690 ASSERT((src.am() == PostIndex) || (src.am() == NegPostIndex)); in Ldrd()
697 ldr(dst1, MemOperand(src.rn(), 4, PostIndex), cond); in Ldrd()
727 ASSERT((dst.am() == PostIndex) || (dst.am() == NegPostIndex)); in Strd()
729 str(src1, MemOperand(dst.rn(), 4, PostIndex), cond); in Strd()
3142 ldrb(scratch, MemOperand(src, 1, PostIndex)); in CopyBytes()
3143 strb(scratch, MemOperand(dst, 1, PostIndex)); in CopyBytes()
3155 ldr(scratch, MemOperand(src, kPointerSize, PostIndex)); in CopyBytes()
3157 str(scratch, MemOperand(dst, kPointerSize, PostIndex)); in CopyBytes()
3159 strb(scratch, MemOperand(dst, 1, PostIndex)); in CopyBytes()
3161 strb(scratch, MemOperand(dst, 1, PostIndex)); in CopyBytes()
3163 strb(scratch, MemOperand(dst, 1, PostIndex)); in CopyBytes()
3165 strb(scratch, MemOperand(dst, 1, PostIndex)); in CopyBytes()
3175 ldrb(scratch, MemOperand(src, 1, PostIndex)); in CopyBytes()
3176 strb(scratch, MemOperand(dst, 1, PostIndex)); in CopyBytes()
3189 str(filler, MemOperand(start_offset, kPointerSize, PostIndex)); in InitializeFieldsWithFiller()