Home | History | Annotate | Download | only in config

Lines Matching refs:kind

123       enum aarch64_operand_error_kind kind;
161 inst.parsing_error.kind = AARCH64_OPDE_NIL;
168 return inst.parsing_error.kind != AARCH64_OPDE_NIL;
186 return inst.parsing_error.kind;
190 set_error_kind (enum aarch64_operand_error_kind kind)
192 inst.parsing_error.kind = kind;
196 set_error (enum aarch64_operand_error_kind kind, const char *error)
198 inst.parsing_error.kind = kind;
2578 enum aarch64_modifier_kind kind;
2601 kind = aarch64_get_operand_modifier (shift_op);
2603 if (kind == AARCH64_MOD_MSL && mode != SHIFTED_LSL_MSL)
2612 if (aarch64_extend_operator_p (kind) == TRUE)
2620 if (kind == AARCH64_MOD_ROR)
2628 if (kind != AARCH64_MOD_LSL)
2636 if (kind != AARCH64_MOD_UXTW && kind != AARCH64_MOD_LSL
2637 && kind != AARCH64_MOD_SXTW && kind != AARCH64_MOD_SXTX)
2646 if (kind != AARCH64_MOD_LSL && kind != AARCH64_MOD_MSL)
2675 if (aarch64_extend_operator_p (kind) == FALSE || exp_has_prefix)
2699 operand->shifter.kind = kind;
3024 if (operand->shifter.kind == AARCH64_MOD_NONE
3025 || operand->shifter.kind == AARCH64_MOD_LSL
3026 || operand->shifter.kind == AARCH64_MOD_SXTX)
3728 else if (record->detail.kind != AARCH64_OPDE_NIL
3730 && operand_error_higher_severity_p (record->detail.kind,
3731 new_record->detail.kind))
3738 operand_mismatch_kind_names[new_record->detail.kind],
3740 operand_mismatch_kind_names[record->detail.kind],
3758 /* Record an error of kind KIND and, if ERROR is not NULL, of the detailed
3763 enum aarch64_operand_error_kind kind,
3769 info.kind = kind;
3776 enum aarch64_operand_error_kind kind,
3781 info.kind = kind;
3954 switch (detail->kind)
4126 enum aarch64_operand_error_kind kind;
4140 DEBUG_TRACE ("single opcode entry with error kind: %s",
4141 operand_mismatch_kind_names[head->detail.kind]);
4146 /* Find the error kind of the highest severity. */
4147 DEBUG_TRACE ("multiple opcode entres with error kind");
4148 kind = AARCH64_OPDE_NIL;
4151 gas_assert (curr->detail.kind != AARCH64_OPDE_NIL);
4152 DEBUG_TRACE ("\t%s", operand_mismatch_kind_names[curr->detail.kind]);
4153 if (operand_error_higher_severity_p (curr->detail.kind, kind))
4154 kind = curr->detail.kind;
4156 gas_assert (kind != AARCH64_OPDE_NIL);
4158 /* Pick up one of errors of KIND to report. */
4162 if (curr->detail.kind != kind)
4179 DEBUG_TRACE ("Pick up error kind %s to report",
4180 operand_mismatch_kind_names[record->detail.kind]);
4669 kind to be explicit. */
4670 gas_assert (info->shifter.kind == AARCH64_MOD_NONE);
4671 info->shifter.kind = AARCH64_MOD_LSL;
4896 kind to be explicit. */
4897 gas_assert (info->shifter.kind == AARCH64_MOD_NONE);
4898 info->shifter.kind = AARCH64_MOD_LSL;
4951 if (info->shifter.kind
4962 kind to be explicit. */
4963 gas_assert (info->shifter.kind == AARCH64_MOD_NONE);
4964 info->shifter.kind = AARCH64_MOD_LSL;
4989 inst.base.operands[i].shifter.kind = AARCH64_MOD_LSL;
5144 kind to be explicit. */
5145 gas_assert (info->shifter.kind == AARCH64_MOD_NONE);
5146 info->shifter.kind = AARCH64_MOD_LSL;
5483 && operands[idx].shifter.kind != AARCH64_MOD_LSL
5484 && operands[idx].shifter.kind != AARCH64_MOD_UXTX
5485 && operands[idx].shifter.kind != AARCH64_MOD_SXTX)
5508 error_info.kind = AARCH64_OPDE_NIL;
5513 gas_assert (error_info.kind != AARCH64_OPDE_NIL);
6849 for this kind of use. We need to dump the literal pool before