Searched refs:M_FU (Results 1 - 20 of 20) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/include/opcode/
H A Dbfin.h37 #define M_FU 4 macro
46 return (x == 0) || (x == M_IS) || (x == M_FU) || (x == M_S2RND)
52 return (x == 0) || (x == M_IS) || (x == M_FU) || (x == M_IU) || (x == M_T)
/netbsd-current/external/gpl3/gdb/dist/include/opcode/
H A Dbfin.h37 #define M_FU 4 macro
46 return (x == 0) || (x == M_IS) || (x == M_FU) || (x == M_S2RND)
52 return (x == 0) || (x == M_IS) || (x == M_FU) || (x == M_IU) || (x == M_T)
/netbsd-current/external/gpl3/binutils.old/dist/include/opcode/
H A Dbfin.h37 #define M_FU 4 macro
46 return (x == 0) || (x == M_IS) || (x == M_FU) || (x == M_S2RND)
52 return (x == 0) || (x == M_IS) || (x == M_FU) || (x == M_IU) || (x == M_T)
/netbsd-current/external/gpl3/binutils/dist/include/opcode/
H A Dbfin.h37 #define M_FU 4 macro
46 return (x == 0) || (x == M_IS) || (x == M_FU) || (x == M_S2RND)
52 return (x == 0) || (x == M_IS) || (x == M_FU) || (x == M_IU) || (x == M_T)
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dbfin-parse.y271 && opt->mod != M_FU && opt->mod != M_IS && opt->mod != M_IU
274 && opt->mod != M_FU && opt->mod != M_IS && opt->mod != M_IU
278 && opt->mod != M_FU && opt->mod != M_IS && opt->mod != M_W32))
1819 if ($4.mod != 0 && $4.mod != M_FU && $4.mod != M_IS
1847 if ($4.mod != 0 && $4.mod != M_FU && $4.mod != M_IS
H A Dbfin-lex.l161 [fF][uU] yylval.value = M_FU; return MMOD;
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dbfin-parse.y274 && opt->mod != M_FU && opt->mod != M_IS && opt->mod != M_IU
277 && opt->mod != M_FU && opt->mod != M_IS && opt->mod != M_IU
281 && opt->mod != M_FU && opt->mod != M_IS && opt->mod != M_W32))
1822 if ($4.mod != 0 && $4.mod != M_FU && $4.mod != M_IS
1850 if ($4.mod != 0 && $4.mod != M_FU && $4.mod != M_IS
H A Dbfin-lex.l162 [fF][uU] yylval.value = M_FU; return MMOD;
H A Dbfin-parse.c325 && opt->mod != M_FU && opt->mod != M_IS && opt->mod != M_IU
328 && opt->mod != M_FU && opt->mod != M_IS && opt->mod != M_IU
332 && opt->mod != M_FU && opt->mod != M_IS && opt->mod != M_W32))
4237 if ((yyvsp[0].mod).mod != 0 && (yyvsp[0].mod).mod != M_FU && (yyvsp[0].mod).mod != M_IS
4268 if ((yyvsp[0].mod).mod != 0 && (yyvsp[0].mod).mod != M_FU && (yyvsp[0].mod).mod != M_IS
H A Dbfin-lex.c1620 yylval.value = M_FU; return MMOD;
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dbfin-parse.y274 && opt->mod != M_FU && opt->mod != M_IS && opt->mod != M_IU
277 && opt->mod != M_FU && opt->mod != M_IS && opt->mod != M_IU
281 && opt->mod != M_FU && opt->mod != M_IS && opt->mod != M_W32))
1822 if ($4.mod != 0 && $4.mod != M_FU && $4.mod != M_IS
1850 if ($4.mod != 0 && $4.mod != M_FU && $4.mod != M_IS
H A Dbfin-lex.l162 [fF][uU] yylval.value = M_FU; return MMOD;
H A Dbfin-parse.c325 && opt->mod != M_FU && opt->mod != M_IS && opt->mod != M_IU
328 && opt->mod != M_FU && opt->mod != M_IS && opt->mod != M_IU
332 && opt->mod != M_FU && opt->mod != M_IS && opt->mod != M_W32))
4237 if ((yyvsp[0].mod).mod != 0 && (yyvsp[0].mod).mod != M_FU && (yyvsp[0].mod).mod != M_IS
4268 if ((yyvsp[0].mod).mod != 0 && (yyvsp[0].mod).mod != M_FU && (yyvsp[0].mod).mod != M_IS
H A Dbfin-lex.c1620 yylval.value = M_FU; return MMOD;
/netbsd-current/external/gpl3/gdb.old/dist/sim/bfin/
H A Dbfin-sim.c464 [(M_FU << 1) + 0] = " (FU)",
473 [(M_FU << 1) + 1] = " (M, FU)",
1366 case M_FU:
1531 case M_FU:
1550 case M_FU:
1654 case M_FU:
/netbsd-current/external/gpl3/gdb/dist/sim/bfin/
H A Dbfin-sim.c466 [(M_FU << 1) + 0] = " (FU)",
475 [(M_FU << 1) + 1] = " (M, FU)",
1368 case M_FU:
1533 case M_FU:
1552 case M_FU:
1656 case M_FU:
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dbfin-dis.c634 else if (mod == M_FU)
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dbfin-dis.c634 else if (mod == M_FU)
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dbfin-dis.c634 else if (mod == M_FU)
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dbfin-dis.c634 else if (mod == M_FU)

Completed in 535 milliseconds