Home | History | Annotate | Download | only in aarch32

Lines Matching refs:neg_offset

2550     int32_t neg_offset = -offset;
2576 if (!size.IsNarrow() && location->IsBound() && (neg_offset > 0) &&
2577 (neg_offset <= 4095) && (!rd.IsPC() || AllowUnpredictable())) {
2578 EmitT32_32(0xf2af0000U | (rd.GetCode() << 8) | (neg_offset & 0xff) |
2579 ((neg_offset & 0x700) << 4) | ((neg_offset & 0x800) << 15));