Home
last modified time | relevance | path

Searched refs:RNUM_MASK (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gas/config/
H A Dtc-mips.c1185 #define RNUM_MASK 0x000ff macro
1430 reg = r & RNUM_MASK; in reg_lookup()
1433 reg = (r & RNUM_MASK) - 2; in reg_lookup()
1444 reg = r & RNUM_MASK; in reg_lookup()
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-mips.c1437 #define RNUM_MASK 0x000ff macro
1682 reg = r & RNUM_MASK; in reg_lookup()
1685 reg = (r & RNUM_MASK) - 2; in reg_lookup()
1696 reg = r & RNUM_MASK; in reg_lookup()