Lines Matching full:identify
75 // Identify whether an instruction is NEON or floating point
81 // Identify whether an instruction is the 16-bit NEON form based on its result.
87 // Identify whether an instruction is the 128-bit NEON form based on its result.
93 // Identify arithmetic instructions with extend.
99 // Identify arithmetic immediate instructions.
103 // Identify arithmetic instructions with shift.
107 // Identify arithmetic instructions without shift.
111 // Identify logic immediate instructions.
116 // Identify logic instructions with shift.
124 // Identify logic instructions without shift.
132 // Identify arithmetic and logic immediate instructions.
136 // Identify arithmetic and logic instructions with shift.
140 // Identify arithmetic and logic instructions without shift.
144 // Identify whether an instruction is an ASIMD
173 // Identify whether an instruction is an ASIMD
194 // Identify whether an instruction is an ASIMD load
199 // Identify whether an instruction is a load
215 // Identify whether an instruction is a store
227 // Identify whether an instruction is a load or
234 // Identify arithmetic instructions with an extended register.
244 // Identify arithmetic and logic instructions with a shifted register.
254 // Identify a load or store using the register offset addressing mode
281 // Identify an instruction that effectively transfers a register to another.
310 // Identify an instruction that effectively resets a GP register to zero.
323 // Identify an instruction that effectively resets a FP register to zero.
342 // Identify EXTR as the alias for ROR (immediate).