Searched refs:aarch64_reg_parse (Results 1 – 1 of 1) sorted by relevance
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-aarch64.c | 993 aarch64_reg_parse (char **ccp, aarch64_reg_type type, in aarch64_reg_parse() function 1970 reg = aarch64_reg_parse (&str, reg_type, NULL, NULL); in reg_name_p() 3389 val = aarch64_reg_parse (&str, regtype, &rtype, NULL); \ 4681 val = aarch64_reg_parse (&str, REG_TYPE_BHSDQ, &rtype, NULL); in parse_operands() 4696 val = aarch64_reg_parse (&str, REG_TYPE_VN, NULL, &vectype); in parse_operands() 4713 val = aarch64_reg_parse (&str, REG_TYPE_VN, NULL, &vectype); in parse_operands() 4736 val = aarch64_reg_parse (&str, REG_TYPE_VN, NULL, &vectype); in parse_operands()
|