Searched refs:M_T (Results 1 – 14 of 14) sorted by relevance
| /netbsd/src/external/gpl3/gdb/dist/include/opcode/ |
| D | bfin.h | 35 #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()
|
| D | ChangeLog-0415 | 1382 * 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/ |
| D | bfin.h | 35 #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()
|
| D | ChangeLog-0415 | 1382 * 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/ |
| D | bfin-parse.y | 278 && 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)
|
| D | bfin-lex.l | 64 <FLAGS>[tT] yylval.value = M_T; return MMOD;
|
| D | bfin-parse.c | 329 && 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()
|
| D | bfin-lex.c | 1200 yylval.value = M_T; return MMOD;
|
| /netbsd/src/external/gpl3/gdb/dist/sim/bfin/ |
| D | bfin-sim.c | 468 [(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/ |
| D | ChangeLog-2011 | 699 * bfin-dis.c (M_S2RND, M_T, M_W32, M_FU, M_TFU, M_IS, M_ISS2,
|
| D | bfin-dis.c | 630 else if (mod == M_T) in decode_optmode()
|
| /netbsd/src/external/gpl3/binutils/dist/opcodes/ |
| D | ChangeLog-2011 | 699 * bfin-dis.c (M_S2RND, M_T, M_W32, M_FU, M_TFU, M_IS, M_ISS2,
|
| D | bfin-dis.c | 630 else if (mod == M_T) in decode_optmode()
|
| /netbsd/src/external/gpl3/binutils/dist/gas/ |
| D | ChangeLog-2011 | 1843 (M_S2RND, M_T, M_W32, M_FU, M_TFU, M_IS, M_ISS2, M_IH, M_IU): Delete.
|