Home
last modified time | relevance | path

Searched refs:itbl_get_reg_val (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/binutils/gas/
Ditbl-ops.h87 int itbl_get_reg_val (char *name, unsigned long *pval);
Ditbl-ops.c430 itbl_get_reg_val (char *name, unsigned long *pval) in itbl_get_reg_val() function
DChangeLog-98991270 * itbl-ops.c (itbl_get_reg_val): Add pval parameter. Return
1275 * itbl-ops.h (itbl_get_reg_val): Update declaration.
1277 * config/tc-mips.c (mips_ip): Update call to itbl_get_reg_val.
/freebsd-12-stable/contrib/binutils/gas/config/
Dtc-mips.c1744 if (itbl_get_reg_val (n, &r)) in reg_lookup()