Home
last modified time | relevance | path

Searched refs:M_T (Results 1 – 14 of 14) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/include/opcode/
Dbfin.h35 #define M_T 2 macro
52 return (x == 0) || (x == M_IS) || (x == M_FU) || (x == M_IU) || (x == M_T) in is_macmod_hmove()
58 return (x == 0) || (x == M_IS) || (x == M_T) || (x == M_S2RND) in is_macmod_signed()
DChangeLog-04151382 * bfin.h (M_S2RND, M_T, M_W32, M_FU, M_TFU, M_IS, M_ISS2, M_IH,
/netbsd/src/external/gpl3/binutils/dist/include/opcode/
Dbfin.h35 #define M_T 2 macro
52 return (x == 0) || (x == M_IS) || (x == M_FU) || (x == M_IU) || (x == M_T) in is_macmod_hmove()
58 return (x == 0) || (x == M_IS) || (x == M_T) || (x == M_S2RND) in is_macmod_signed()
DChangeLog-04151382 * bfin.h (M_S2RND, M_T, M_W32, M_FU, M_TFU, M_IS, M_ISS2, M_IH,
/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dbfin-parse.y278 && opt->mod != M_T && opt->mod != M_TFU && opt->mod != M_S2RND in check_macfunc_option()
1823 && $4.mod != M_IU && $4.mod != M_T && $4.mod != M_TFU
3982 if ($2 != M_T)
3989 if ($2 != M_T)
3996 if ($4 != M_T)
Dbfin-lex.l64 <FLAGS>[tT] yylval.value = M_T; return MMOD;
Dbfin-parse.c329 && opt->mod != M_T && opt->mod != M_TFU && opt->mod != M_S2RND in check_macfunc_option()
4238 … && (yyvsp[0].mod).mod != M_IU && (yyvsp[0].mod).mod != M_T && (yyvsp[0].mod).mod != M_TFU in yyparse()
6950 if ((yyvsp[-1].value) != M_T) in yyparse()
6961 if ((yyvsp[-3].value) != M_T) in yyparse()
6972 if ((yyvsp[-1].value) != M_T) in yyparse()
Dbfin-lex.c1200 yylval.value = M_T; return MMOD;
/netbsd/src/external/gpl3/gdb/dist/sim/bfin/
Dbfin-sim.c468 [(M_T << 1) + 0] = " (T)", in mac_optmode()
477 [(M_T << 1) + 1] = " (M, T)", in mac_optmode()
1366 case M_T: in decode_multfunc()
1385 if (!MM && (mmod == 0 || mmod == M_T || mmod == M_S2RND || mmod == M_W32)) in decode_multfunc()
1567 case M_T: in extract_mult()
1628 case M_T: in decode_macfunc()
/netbsd/src/external/gpl3/gdb/dist/opcodes/
DChangeLog-2011699 * bfin-dis.c (M_S2RND, M_T, M_W32, M_FU, M_TFU, M_IS, M_ISS2,
Dbfin-dis.c630 else if (mod == M_T) in decode_optmode()
/netbsd/src/external/gpl3/binutils/dist/opcodes/
DChangeLog-2011699 * bfin-dis.c (M_S2RND, M_T, M_W32, M_FU, M_TFU, M_IS, M_ISS2,
Dbfin-dis.c630 else if (mod == M_T) in decode_optmode()
/netbsd/src/external/gpl3/binutils/dist/gas/
DChangeLog-20111843 (M_S2RND, M_T, M_W32, M_FU, M_TFU, M_IS, M_ISS2, M_IH, M_IU): Delete.