Home
last modified time | relevance | path

Searched refs:reg_lookup (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-riscv.c1047 reg_lookup (char **s, enum reg_class class, unsigned int *regnop) in reg_lookup() function
2074 if (reg_lookup (&str, RCLASS_GPR, &regno)) in my_getSmallExpression()
2407 if (!reg_lookup (&asarg, RCLASS_GPR, &regno) in riscv_ip()
2413 if (!reg_lookup (&asarg, RCLASS_GPR, &regno) in riscv_ip()
2418 if (!reg_lookup (&asarg, RCLASS_GPR, &regno) in riscv_ip()
2424 if (!reg_lookup (&asarg, RCLASS_GPR, &regno) in riscv_ip()
2429 if (!reg_lookup (&asarg, RCLASS_GPR, &regno) in riscv_ip()
2434 if (!reg_lookup (&asarg, RCLASS_GPR, &regno)) in riscv_ip()
2439 if (!reg_lookup (&asarg, RCLASS_GPR, &regno) in riscv_ip()
2444 if (!reg_lookup (&asarg, RCLASS_GPR, &regno) in riscv_ip()
[all …]
H A Dtc-mips.c3042 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, &reg)) in tc_get_register()
20652 if (reg_lookup (&regname, RTYPE_GP | RTYPE_NUM, &reg)) in tc_mips_regname_to_dw2regnum()
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-riscv.c1193 reg_lookup (char **s, enum reg_class class, unsigned int *regnop) in reg_lookup() function
2728 if (!reg_lookup (&asarg, RCLASS_GPR, &regno) in riscv_ip()
2734 if (!reg_lookup (&asarg, RCLASS_GPR, &regno) in riscv_ip()
2739 if (!reg_lookup (&asarg, RCLASS_GPR, &regno) in riscv_ip()
2745 if (!reg_lookup (&asarg, RCLASS_GPR, &regno) in riscv_ip()
2750 if (!reg_lookup (&asarg, RCLASS_GPR, &regno) in riscv_ip()
2755 if (!reg_lookup (&asarg, RCLASS_GPR, &regno)) in riscv_ip()
2760 if (!reg_lookup (&asarg, RCLASS_GPR, &regno) in riscv_ip()
2765 if (!reg_lookup (&asarg, RCLASS_GPR, &regno) in riscv_ip()
2927 if (!reg_lookup (&asarg, RCLASS_FPR, &regno) in riscv_ip()
[all …]
H A Dtc-mips.c3045 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, &reg)) in tc_get_register()
20654 if (reg_lookup (&regname, RTYPE_GP | RTYPE_NUM, &reg)) in tc_mips_regname_to_dw2regnum()
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A DChangeLog-2013393 * 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 DChangeLog-20061467 (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 DChangeLog-2013393 * 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 DChangeLog-20061467 (reg_lookup): New function, use register classes.
1471 Use reg_lookup.
1472 (mips16_ip): Use reg_lookup.