Lines Matching full:bits
125 V_(Rd, 4, 0, Bits) /* Destination register. */ \
126 V_(Rn, 9, 5, Bits) /* First source register. */ \
127 V_(Rm, 20, 16, Bits) /* Second source register. */ \
128 V_(Ra, 14, 10, Bits) /* Third source register. */ \
129 V_(Rt, 4, 0, Bits) /* Load dest / store source. */ \
130 V_(Rt2, 14, 10, Bits) /* Load second dest / */ \
132 V_(PrefetchMode, 4, 0, Bits) \
134 /* Common bits */ \
135 V_(SixtyFourBits, 31, 31, Bits) \
136 V_(FlagsUpdate, 29, 29, Bits) \
140 V_(ImmPCRelLo, 30, 29, Bits) \
143 V_(ShiftDP, 23, 22, Bits) \
144 V_(ImmDPShift, 15, 10, Bits) \
147 V_(ImmAddSub, 21, 10, Bits) \
148 V_(ShiftAddSub, 23, 22, Bits) \
151 V_(ImmExtendShift, 12, 10, Bits) \
152 V_(ExtendMode, 15, 13, Bits) \
155 V_(ImmMoveWide, 20, 5, Bits) \
156 V_(ShiftMoveWide, 22, 21, Bits) \
159 V_(BitN, 22, 22, Bits) \
160 V_(ImmRotate, 21, 16, Bits) \
161 V_(ImmSetBits, 15, 10, Bits) \
162 V_(ImmR, 21, 16, Bits) \
163 V_(ImmS, 15, 10, Bits) \
167 V_(ImmTestBranchBit40, 23, 19, Bits) \
168 V_(ImmTestBranchBit5, 31, 31, Bits) \
171 V_(Condition, 15, 12, Bits) \
172 V_(ConditionBranch, 3, 0, Bits) \
173 V_(Nzcv, 3, 0, Bits) \
174 V_(ImmCondCmp, 20, 16, Bits) \
178 V_(FPType, 23, 22, Bits) \
179 V_(ImmFP, 20, 13, Bits) \
180 V_(FPScale, 15, 10, Bits) \
184 V_(ImmLSUnsigned, 21, 10, Bits) \
186 V_(SizeLS, 31, 30, Bits) \
187 V_(ImmShiftLS, 12, 12, Bits) \
193 V_(ImmException, 20, 5, Bits) \
194 V_(ImmHint, 11, 5, Bits) \
195 V_(ImmBarrierDomain, 11, 10, Bits) \
196 V_(ImmBarrierType, 9, 8, Bits) \
199 V_(ImmSystemRegister, 19, 5, Bits) \
200 V_(SysO0, 19, 19, Bits) \
201 V_(SysOp1, 18, 16, Bits) \
202 V_(SysOp2, 7, 5, Bits) \
203 V_(CRn, 15, 12, Bits) \
204 V_(CRm, 11, 8, Bits) \
209 V_(Flags, 31, 28, Bits, uint32_t) \
210 V_(N, 31, 31, Bits, bool) \
211 V_(Z, 30, 30, Bits, bool) \
212 V_(C, 29, 29, Bits, bool) \
213 V_(V, 28, 28, Bits, uint32_t) \
217 V_(AHP, 26, 26, Bits, bool) \
218 V_(DN, 25, 25, Bits, bool) \
219 V_(FZ, 24, 24, Bits, bool) \
220 V_(RMode, 23, 22, Bits, FPRounding) \
397 // Fixed: The fixed bits in this instruction class.
398 // FMask: The mask used to extract the fixed bits in the class.