Lines Matching refs:pre
161 P = 1 << 24, // Offset/pre-indexed addressing (or post-indexed addressing).
264 NegPreIndex = (8 | 0 | 1) << 21, // Negative pre-indexed with writeback.
510 inline int VFPNRegValue(VFPRegPrecision pre) {
511 return VFPGlueRegValue(pre, 16, 7);
513 inline int VFPMRegValue(VFPRegPrecision pre) {
514 return VFPGlueRegValue(pre, 0, 5);
516 inline int VFPDRegValue(VFPRegPrecision pre) {
517 return VFPGlueRegValue(pre, 12, 22);
635 inline int VFPGlueRegValue(VFPRegPrecision pre, int four_bit, int one_bit) {
636 if (pre == kSinglePrecision) {
640 if (pre == kDoublePrecision) {
643 DCHECK_EQ(kSimd128Precision, pre);