HomeSort by: relevance | last modified time | path
    Searched defs:trap_fmt (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/config/
tc-mips.c 9377 static const char * const trap_fmt[2] = { "s,t,q", "s,t,|" };
9389 #define TRAP_FMT (trap_fmt[mips_opts.micromips])
11201 macro_build (NULL, "teq", TRAP_FMT, ZERO, ZERO, 7);
11210 macro_build (NULL, "teq", TRAP_FMT, op[2], ZERO, 7);
11244 macro_build (NULL, "teq", TRAP_FMT, op[1], AT, 6);
11309 macro_build (NULL, "teq", TRAP_FMT, ZERO, ZERO, 7);
11356 macro_build (NULL, "teq", TRAP_FMT, op[2], ZERO, 7);
13740 macro_build (NULL, "tne", TRAP_FMT, op[0], AT, 6);
13778 macro_build (NULL, "tne", TRAP_FMT, AT, ZERO, 6)
9368 static const char * const trap_fmt[2] = { "s,t,q", "s,t,|" }; variable
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-mips.c 9065 static const char * const trap_fmt[2] = { "s,t,q", "s,t,|" };
9077 #define TRAP_FMT (trap_fmt[mips_opts.micromips])
10904 macro_build (NULL, "teq", TRAP_FMT, ZERO, ZERO, 7);
10913 macro_build (NULL, "teq", TRAP_FMT, op[2], ZERO, 7);
10947 macro_build (NULL, "teq", TRAP_FMT, op[1], AT, 6);
11012 macro_build (NULL, "teq", TRAP_FMT, ZERO, ZERO, 7);
11059 macro_build (NULL, "teq", TRAP_FMT, op[2], ZERO, 7);
13443 macro_build (NULL, "tne", TRAP_FMT, op[0], AT, 6);
13481 macro_build (NULL, "tne", TRAP_FMT, AT, ZERO, 6)
9056 static const char * const trap_fmt[2] = { "s,t,q", "s,t,|" }; variable
    [all...]

Completed in 67 milliseconds