Home
last modified time | relevance | path

Searched refs:MIN (Results 1 – 25 of 31) sorted by relevance

12

/toolchain/binutils/binutils-2.25/gprof/
Dgprof.h43 #ifndef MIN
44 #define MIN(a,b) ((a) < (b) ? (a) : (b)) macro
Dcorefile.c566 min_vma = MIN (symtab.limit->addr, min_vma); in core_create_syms_from()
736 min_vma = MIN (symtab.limit->addr, min_vma); in core_create_function_syms()
826 min_vma = MIN (vma, min_vma); in core_create_line_syms()
Dhist.c411 MIN (bin_high_pc, sym_high_pc) - MAX (bin_low_pc, sym_low_pc); in hist_assign_samples_1()
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/metag/
Dmetafpu21ext.s42 FD MIN FX.6,FX.0,FX.2
43 F MIN FX.3,FX.4,FX.5
44 FL MIN FX.2,FX.4,FX.6
Dmetafpu21ext.d50 .*: f3300421 FD MIN FX\.6,FX\.0,FX\.2
51 .*: f3190a01 F MIN FX\.3,FX\.4,FX\.5
52 .*: f3110c41 FL MIN FX\.2,FX\.4,FX\.6
Dmetacore21.s2332 MIN D0Re0,D0.7,D0Re0
2342 MIN D1.7,D1.7,D1Re0 define
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/bfin/
Dvector2.s542 R0 = MIN (R1, R2) (V);
543 R3 = MIN (R4, R5) (V);
544 R6 = MIN (R7, R0) (V);
545 R1 = MIN (R2, R3) (V);
546 R4 = MIN (R5, R6) (V);
547 R7 = MIN (R0, R1) (V);
548 R2 = MIN (R3, R4) (V);
549 R5 = MIN (R6, R7) (V);
Dvector2.d406 638: 06 c4 0a 40 R0 = MIN \(R1, R2\) \(V\);
407 63c: 06 c4 25 46 R3 = MIN \(R4, R5\) \(V\);
408 640: 06 c4 38 4c R6 = MIN \(R7, R0\) \(V\);
409 644: 06 c4 13 42 R1 = MIN \(R2, R3\) \(V\);
410 648: 06 c4 2e 48 R4 = MIN \(R5, R6\) \(V\);
411 64c: 06 c4 01 4e R7 = MIN \(R0, R1\) \(V\);
412 650: 06 c4 1c 44 R2 = MIN \(R3, R4\) \(V\);
413 654: 06 c4 37 4a R5 = MIN \(R6, R7\) \(V\);
Darithmetic.d62 78: 07 c4 13 4a R5 = MIN \(R2, R3\);
63 7c: 07 c4 38 48 R4 = MIN \(R7, R0\);
Dparallel.d74 108: 07 cc 13 4a R5 = MIN \(R2, R3\) \|\| B\[P2\] = R2 \|\| R0 = \[I1\+\+\];
76 110: 07 cc 38 48 R4 = MIN \(R7, R0\) \|\| B\[P3\] = R2 \|\| R1 = \[I1\+\+\];
Dvector.d55 84: 06 c4 17 40 R0 = MIN \(R2, R7\) \(V\);
Dparallel3.d74 108: 06 cc 17 40 R0 = MIN \(R2, R7\) \(V\) \|\| \[P5--\] = P0 \|\| NOP;
/toolchain/binutils/binutils-2.25/gas/config/
Drx-parse.y157 %token MACHI MACLO MAX MIN MOV MOVU MUL MULHI MULLO MULU MVFACHI MVFACMI MVFACLO
610 | MIN { sub_op = 5; } op_dp20_rim
1046 OPC(MIN),
Dbfin-lex.l119 [mM][iI][nN] return MIN;
Dbfin-parse.y511 %token MIN MAX ABS
4060 MIN
Dtc-ia64.c62 #undef MIN
63 #define MIN(a,b) ((a) < (b) ? (a) : (b)) macro
6577 n = MIN (3, md.num_slots_in_use); in emit_one_bundle()
/toolchain/binutils/binutils-2.25/libiberty/
Dregex.c402 # undef MIN
404 # define MIN(a, b) ((a) < (b) ? (a) : (b)) macro
6042 for (mcnt = 1; (unsigned) mcnt < MIN (num_regs, regs->num_regs); in wcs_re_match_2_internal()
/toolchain/binutils/binutils-2.25/opcodes/
Drx-decode.opc587 /* MIN */
Dnds32-asm.c366 {"min", "=rt,%ra,%rb", ALU2 (MIN), 4, ATTR (PERF_EXT), 0, NULL, 0, NULL},
/toolchain/binutils/binutils-2.25/ld/
DNEWS446 * MAX and MIN functions were added to the linker script language.
DChangeLog-91971272 * ldlex.l: Recognize MAX and MIN.
1273 * ldgram.y (MAX, MIN): New terminals.
1274 (exp): Recognize MAX and MIN.
1275 * ldexp.c (fold_binary): Handle MAX and MIN.
1276 * ld.texinfo (Arithmetic Functions): Document MAX and MIN.
DChangeLog-98991464 * ldgram.y: Change MAX to MAX_K and MIN to MIN_K, to avoid
/toolchain/binutils/binutils-2.25/bfd/
Dvms-alpha.c73 #define MIN(a,b) ((a) < (b) ? (a) : (b)) macro
2510 to_read = MIN (VMS_BLOCK_SIZE - test_len, remaining); in alpha_vms_object_p()
2521 to_read = MIN (VMS_BLOCK_SIZE, remaining); in alpha_vms_object_p()
DChangeLog-2008492 WSR_CPENABLE, XSR_CPENABLE, CLAMPS, MIN, MAX, MINU, MAXU, SEXT, L32AI,
/toolchain/binutils/binutils-2.25/cpu/
Dmep-core.cpu2356 ; MIN/MAX instructions.

12