Searched refs:reg_lookup (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
H A D | tc-riscv.c | 1047 reg_lookup (char **s, enum reg_class class, unsigned int *regnop) in reg_lookup() function 2074 if (reg_lookup (&str, RCLASS_GPR, ®no)) in my_getSmallExpression() 2407 if (!reg_lookup (&asarg, RCLASS_GPR, ®no) in riscv_ip() 2413 if (!reg_lookup (&asarg, RCLASS_GPR, ®no) in riscv_ip() 2418 if (!reg_lookup (&asarg, RCLASS_GPR, ®no) in riscv_ip() 2424 if (!reg_lookup (&asarg, RCLASS_GPR, ®no) in riscv_ip() 2429 if (!reg_lookup (&asarg, RCLASS_GPR, ®no) in riscv_ip() 2434 if (!reg_lookup (&asarg, RCLASS_GPR, ®no)) in riscv_ip() 2439 if (!reg_lookup (&asarg, RCLASS_GPR, ®no) in riscv_ip() 2444 if (!reg_lookup (&asarg, RCLASS_GPR, ®no) in riscv_ip() [all …]
|
H A D | tc-mips.c | 3042 reg_lookup (char **s, unsigned int types, unsigned int *regnop) in reg_lookup() function 16745 if (!reg_lookup (&s, RTYPE_NUM | RTYPE_GP, &mips_opts.at)) in parse_code_option() 17717 if (! reg_lookup (&input_line_pointer, RWARN | RTYPE_NUM | RTYPE_GP, ®)) in tc_get_register() 20652 if (reg_lookup (®name, RTYPE_GP | RTYPE_NUM, ®)) in tc_mips_regname_to_dw2regnum()
|
/netbsd-src/external/gpl3/binutils/dist/gas/config/ |
H A D | tc-riscv.c | 1193 reg_lookup (char **s, enum reg_class class, unsigned int *regnop) in reg_lookup() function 2728 if (!reg_lookup (&asarg, RCLASS_GPR, ®no) in riscv_ip() 2734 if (!reg_lookup (&asarg, RCLASS_GPR, ®no) in riscv_ip() 2739 if (!reg_lookup (&asarg, RCLASS_GPR, ®no) in riscv_ip() 2745 if (!reg_lookup (&asarg, RCLASS_GPR, ®no) in riscv_ip() 2750 if (!reg_lookup (&asarg, RCLASS_GPR, ®no) in riscv_ip() 2755 if (!reg_lookup (&asarg, RCLASS_GPR, ®no)) in riscv_ip() 2760 if (!reg_lookup (&asarg, RCLASS_GPR, ®no) in riscv_ip() 2765 if (!reg_lookup (&asarg, RCLASS_GPR, ®no) in riscv_ip() 2927 if (!reg_lookup (&asarg, RCLASS_FPR, ®no) in riscv_ip() [all …]
|
H A D | tc-mips.c | 3045 reg_lookup (char **s, unsigned int types, unsigned int *regnop) in reg_lookup() function 16743 if (!reg_lookup (&s, RTYPE_NUM | RTYPE_GP, &mips_opts.at)) in parse_code_option() 17715 if (! reg_lookup (&input_line_pointer, RWARN | RTYPE_NUM | RTYPE_GP, ®)) in tc_get_register() 20654 if (reg_lookup (®name, RTYPE_GP | RTYPE_NUM, ®)) in tc_mips_regname_to_dw2regnum()
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/ |
H A D | ChangeLog-2013 | 393 * config/tc-mips.c (mips_check_isa_supports_ase, reg_lookup) 552 (reg_lookup): Update the call to mips_parse_register. 799 (reg_lookup): ...here. Remove itbl support.
|
H A D | ChangeLog-2006 | 1467 (reg_lookup): New function, use register classes. 1471 Use reg_lookup. 1472 (mips16_ip): Use reg_lookup.
|
/netbsd-src/external/gpl3/binutils/dist/gas/ |
H A D | ChangeLog-2013 | 393 * config/tc-mips.c (mips_check_isa_supports_ase, reg_lookup) 552 (reg_lookup): Update the call to mips_parse_register. 799 (reg_lookup): ...here. Remove itbl support.
|
H A D | ChangeLog-2006 | 1467 (reg_lookup): New function, use register classes. 1471 Use reg_lookup. 1472 (mips16_ip): Use reg_lookup.
|