Searched refs:M_IH (Results 1 - 9 of 9) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/config/
H A Dbfin-defs.h177 #define M_IH 11 macro
H A Dbfin-lex.l152 [iI][hH] yylval.value = M_IH; return MMOD;
H A Dbfin-parse.y277 && opt->mod != M_ISS2 && opt->mod != M_IH)
1817 && $4.mod != M_S2RND && $4.mod != M_ISS2 && $4.mod != M_IH)
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/include/opcode/
H A Dbfin.h41 #define M_IH 11 macro
53 || (x == M_TFU) || (x == M_S2RND) || (x == M_ISS2) || (x == M_IH);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/bfin/
H A Dbfin-sim.c468 [(M_IH << 1) + 0] = " (IH)",
477 [(M_IH << 1) + 1] = " (M, IH)",
1352 case M_IH:
1384 || mmod == M_ISS2 || mmod == M_IH || (MM && mmod == M_FU))
1536 case M_IH:
1573 || mmod == M_S2RND || mmod == M_IH || mmod == M_W32)
1579 || mmod == M_S2RND || mmod == M_IH || mmod == M_W32))
1645 case M_IH:
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/
H A Dbfin-lex.c1577 yylval.value = M_IH; return MMOD;
H A Dbfin-parse.c678 && opt->mod != M_ISS2 && opt->mod != M_IH)
4382 && (yyvsp[(4) - (4)].mod).mod != M_S2RND && (yyvsp[(4) - (4)].mod).mod != M_ISS2 && (yyvsp[(4) - (4)].mod).mod != M_IH)
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/opcodes/
H A Dbfin-dis.c34 #define M_IH 11 macro
655 else if (mod == M_IH)
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/opcodes/
H A Dbfin-dis.c647 else if (mod == M_IH)

Completed in 224 milliseconds