Home
last modified time | relevance | path

Searched refs:IS_DREG_H (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dbfin-defs.h188 #define IS_DREG_H(r) (_TYPECHECK(r, R) && IS_H(r)) macro
Dbfin-parse.y2066 else if (IS_DREG_L ($1) && IS_DREG_H ($5) && IS_DREG_L ($7))
Dbfin-parse.c4511 …else if (IS_DREG_L ((yyvsp[-7].reg)) && IS_DREG_H ((yyvsp[-3].reg)) && IS_DREG_L ((yyvsp[-1].reg))) in yyparse()