Home
last modified time | relevance | path

Searched refs:vectype (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-aarch64.c842 parse_neon_operand_type (struct neon_type_el *vectype, char **ccp) in parse_neon_operand_type() argument
848 if (! parse_neon_type_for_operand (vectype, &str)) in parse_neon_operand_type()
994 aarch64_reg_type *rtype, struct neon_type_el *vectype) in aarch64_reg_parse() argument
1004 if (vectype) in aarch64_reg_parse()
1005 *vectype = atype; in aarch64_reg_parse()
1042 parse_neon_reg_list (char **ccp, struct neon_type_el *vectype) in parse_neon_reg_list() argument
1175 *vectype = typeinfo_first; in parse_neon_reg_list()
4318 vectype_to_qualifier (const struct neon_type_el *vectype) in vectype_to_qualifier() argument
4324 if (!vectype->defined || vectype->type == NT_invtype) in vectype_to_qualifier()
4327 gas_assert (vectype->type >= NT_b && vectype->type <= NT_q); in vectype_to_qualifier()
[all …]
Dtc-arm.c385 struct neon_type vectype; member
405 struct neon_type_el vectype; member
1371 parse_neon_operand_type (struct neon_type_el *vectype, char **ccp) in parse_neon_operand_type() argument
1381 *vectype = optype.el[0]; in parse_neon_operand_type()
1526 enum arm_reg_type *rtype, struct neon_type_el *vectype) in arm_typed_reg_parse() argument
1546 if (vectype) in arm_typed_reg_parse()
1547 *vectype = atype.eltype; in arm_typed_reg_parse()
6195 inst.operands[i].vectype = optype; in parse_neon_mov()
6220 inst.operands[i].vectype = optype; in parse_neon_mov()
6261 inst.operands[i].vectype = optype; in parse_neon_mov()
[all …]
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-20061783 (arm_it): Add vectype to each operand.
1872 (arm_it): Add 'vectype' for the current instruction.