| /src/sys/external/bsd/compiler_rt/dist/lib/builtins/ |
| fp_fixint_impl.inc | 31 // If the value is too large for the integer type, saturate.
|
| fp_fixuint_impl.inc | 29 // If the value is too large for the integer type, saturate.
|
| /src/external/gpl3/gdb/dist/sim/testsuite/bfin/ |
| random_0033.S | 1 # Verify registers saturate and ASTAT bits are updated correctly
|
| random_0013.S | 1 # Ensure that dsp insns with IH modifiers saturate first, then round
|
| /src/external/gpl3/gdb.old/dist/sim/testsuite/bfin/ |
| random_0033.S | 1 # Verify registers saturate and ASTAT bits are updated correctly
|
| random_0013.S | 1 # Ensure that dsp insns with IH modifiers saturate first, then round
|
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/ |
| RegBankSelect.cpp | 559 Cost.saturate(); 974 saturate(); 984 saturate(); 996 void RegBankSelect::MappingCost::saturate() { function in class:RegBankSelect::MappingCost
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/ |
| RegBankSelect.h | 419 /// there are higher chances that we saturate the cost easier and end 454 /// Saturate the cost to the maximal representable value. 455 void saturate();
|
| /src/external/lgpl3/gmp/dist/mpn/pa64/ |
| sqr_diagonal.asm | 33 dnl PA8500. The cache would saturate at 5 cycles/limb, so there is some room
|
| /src/external/gpl3/gdb.old/dist/sim/bfin/ |
| bfin-sim.c | 759 lshift (SIM_CPU *cpu, bu64 val, int cnt, int size, bool saturate, bool overflow) 799 if (saturate && (v_i || ((val >> (size - 1)) != (new_val >> (size - 1))))) 809 if (saturate 1604 /* This can't saturate, so we don't keep track of the sat flag. */ 1624 /* Saturate. */
|
| /src/external/gpl3/gdb/dist/sim/bfin/ |
| bfin-sim.c | 759 lshift (SIM_CPU *cpu, bu64 val, int cnt, int size, bool saturate, bool overflow) 799 if (saturate && (v_i || ((val >> (size - 1)) != (new_val >> (size - 1))))) 809 if (saturate 1604 /* This can't saturate, so we don't keep track of the sat flag. */ 1624 /* Saturate. */
|
| /src/external/gpl3/gcc/dist/gcc/config/avr/ |
| avr.cc | 8905 CODE_SAT != UNKNOWN: Perform operation and saturate according to CODE_SAT. 8974 goto saturate; 9008 goto saturate; 9150 saturate: 9437 /* PLUS and MINUS don't saturate: Use modular wrap-around. */ 10781 // Add-Saturate 1/2 * 2^(-RP). Don't print the label "0:" when printing
|
| /src/external/gpl3/gcc.old/dist/gcc/config/avr/ |
| avr.cc | 8096 CODE_SAT != UNKNOWN: Perform operation and saturate according to CODE_SAT. 8167 goto saturate; 8209 goto saturate; 8329 saturate: 8627 /* PLUS and MINUS don't saturate: Use modular wrap-around. */ 9678 // Add-Saturate 1/2 * 2^(-RP). Don't print the label "0:" when printing
|