Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-s390.h95 #define tc_regname_to_dw2regnum tc_s390_regname_to_dw2regnum macro
Dtc-sparc.h175 #define tc_regname_to_dw2regnum sparc_regname_to_dw2regnum macro
Dtc-m68k.h232 #define tc_regname_to_dw2regnum tc_m68k_regname_to_dw2regnum macro
Dtc-ppc.h267 #define tc_regname_to_dw2regnum tc_ppc_regname_to_dw2regnum macro
Dtc-arm.h197 #define tc_regname_to_dw2regnum tc_arm_regname_to_dw2regnum macro
Dtc-sh.h266 #define tc_regname_to_dw2regnum sh_regname_to_dw2regnum macro
Dtc-i386.h501 #define tc_regname_to_dw2regnum tc_x86_regname_to_dw2regnum macro
/mirbsd/src/gnu/usr.bin/binutils/gas/
Ddw2gencfi.c400 #ifdef tc_regname_to_dw2regnum in cfi_parse_reg()
411 if ((regno = tc_regname_to_dw2regnum (name)) < 0) in cfi_parse_reg()