Searched refs:HIGH (Results 1 - 25 of 132) sorted by relevance

123456

/netbsd-current/external/gpl3/gcc/dist/contrib/reghunt/bin/
H A Dreg-newmid3 # The build failed for and identifier in the range bwetween LOW and HIGH.
30 HIGH=$2
34 let MID01=LOW+LOW+LOW+LOW+LOW+LOW+LOW+LOW+LOW+LOW+LOW+HIGH
36 let MID02=LOW+LOW+LOW+LOW+LOW+LOW+LOW+LOW+LOW+LOW+HIGH+HIGH
38 let MID03=LOW+LOW+LOW+LOW+LOW+LOW+LOW+LOW+LOW+HIGH+HIGH+HIGH
40 let MID04=LOW+LOW+LOW+LOW+LOW+LOW+LOW+LOW+HIGH+HIGH
[all...]
H A Dreg-hunt172 HIGH=$2
174 let DIFF=HIGH-LOW
190 HIGH=$2
192 let DIFF=HIGH-LOW
202 HIGH=$2
211 let DIFF=HIGH-LOW
213 get_mid $LOW $HIGH
237 let HIGH=MID
240 get_mid $LOW $HIGH
/netbsd-current/external/gpl3/gcc.old/dist/contrib/reghunt/bin/
H A Dreg-newmid3 # The build failed for and identifier in the range bwetween LOW and HIGH.
30 HIGH=$2
34 let MID01=LOW+LOW+LOW+LOW+LOW+LOW+LOW+LOW+LOW+LOW+LOW+HIGH
36 let MID02=LOW+LOW+LOW+LOW+LOW+LOW+LOW+LOW+LOW+LOW+HIGH+HIGH
38 let MID03=LOW+LOW+LOW+LOW+LOW+LOW+LOW+LOW+LOW+HIGH+HIGH+HIGH
40 let MID04=LOW+LOW+LOW+LOW+LOW+LOW+LOW+LOW+HIGH+HIGH
[all...]
H A Dreg-hunt172 HIGH=$2
174 let DIFF=HIGH-LOW
190 HIGH=$2
192 let DIFF=HIGH-LOW
202 HIGH=$2
211 let DIFF=HIGH-LOW
213 get_mid $LOW $HIGH
237 let HIGH=MID
240 get_mid $LOW $HIGH
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/m32r/
H A Duppercase.s8 seth r0,#HIGH(high)
H A Dsigned-relocs.s16 seth r0, #HIGH(0x87654321)
20 seth r0, #HIGH(0x1234ffff)
/netbsd-current/external/gpl3/gcc/dist/contrib/reghunt/date_based/
H A Dreg_search136 let HIGH=$2
137 let DIFF=HIGH-LOW
147 let MID=LOW/2+HIGH/2
167 let HIGH=MID
170 let DIFF=HIGH-LOW
171 let MID=LOW/2+HIGH/2
/netbsd-current/external/gpl3/gcc.old/dist/contrib/reghunt/date_based/
H A Dreg_search136 let HIGH=$2
137 let DIFF=HIGH-LOW
147 let MID=LOW/2+HIGH/2
167 let HIGH=MID
170 let DIFF=HIGH-LOW
171 let MID=LOW/2+HIGH/2
/netbsd-current/external/gpl3/gdb.old/dist/sim/arm/
H A Darminit.c126 state->prog32Sig = HIGH;
127 state->data32Sig = HIGH;
158 state->prog32Sig = HIGH;
159 state->data32Sig = HIGH;
164 state->is_v4 = (properties & (ARM_v4_Prop | ARM_v5_Prop)) ? HIGH : LOW;
165 state->is_v5 = (properties & ARM_v5_Prop) ? HIGH : LOW;
166 state->is_v5e = (properties & ARM_v5e_Prop) ? HIGH : LOW;
167 state->is_XScale = (properties & ARM_XScale_Prop) ? HIGH : LOW;
168 state->is_iWMMXt = (properties & ARM_iWMMXt_Prop) ? HIGH : LOW;
169 state->is_ep9312 = (properties & ARM_ep9312_Prop) ? HIGH
[all...]
H A Dwrapper.c114 state->bigendSig = (CURRENT_TARGET_BYTE_ORDER == BFD_ENDIAN_BIG ? HIGH : LOW);
376 if (state->bigendSig == HIGH)
389 if (state->bigendSig == HIGH)
H A Darmdefs.h25 #define HIGH 1 macro
294 #define ARMul_DATAABORT(address) state->abortSig = HIGH ; \
/netbsd-current/external/gpl3/gdb/dist/sim/arm/
H A Darminit.c129 state->prog32Sig = HIGH;
130 state->data32Sig = HIGH;
161 state->prog32Sig = HIGH;
162 state->data32Sig = HIGH;
167 state->is_v4 = (properties & (ARM_v4_Prop | ARM_v5_Prop)) ? HIGH : LOW;
168 state->is_v5 = (properties & ARM_v5_Prop) ? HIGH : LOW;
169 state->is_v5e = (properties & ARM_v5e_Prop) ? HIGH : LOW;
170 state->is_XScale = (properties & ARM_XScale_Prop) ? HIGH : LOW;
171 state->is_iWMMXt = (properties & ARM_iWMMXt_Prop) ? HIGH : LOW;
172 state->is_ep9312 = (properties & ARM_ep9312_Prop) ? HIGH
[all...]
H A Dwrapper.c130 state->bigendSig = (CURRENT_TARGET_BYTE_ORDER == BFD_ENDIAN_BIG ? HIGH : LOW);
402 if (state->bigendSig == HIGH)
415 if (state->bigendSig == HIGH)
/netbsd-current/sys/sys/
H A Dspl.h58 _SPL_DECL(high, HIGH)
/netbsd-current/external/bsd/ntp/dist/util/
H A Dtg.c73 #define HIGH 2 /* high amplitude */ macro
474 peep(M5, 1000, HIGH);
478 peep(M2, 1000, HIGH);
487 peep(arg, 1000, HIGH);
492 peep(arg, 1000, HIGH);
543 peep(arg, tone, HIGH);
592 peep(5, tone, HIGH); /* send seconds tick */
619 case HIGH:
H A Dtg2.c247 #define HIGH (2) /* high amplitude */ macro
1620 poop(M5, 1000, HIGH, UnmodulatedInverted);
1627 peep(M5, 1000, HIGH);
1638 poop(M2, 1000, HIGH, UnmodulatedInverted);
1645 peep(M2, 1000, HIGH);
1661 poop(M5, 1000, HIGH, UnmodulatedInverted);
1668 peep(M5, 1000, HIGH);
1679 poop(M2, 1000, HIGH, UnmodulatedInverted);
1686 peep(M2, 1000, HIGH);
1701 poop(M5, 1000, HIGH, UnmodulatedInverte
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/cr16/
H A Dcr16.h333 #define IN_RANGE_P(VALUE, LOW, HIGH) \
335 && (((HOST_WIDE_INT)(VALUE)) <= ((HOST_WIDE_INT)(HIGH))))
337 #define IN_RAN(VALUE, LOW, HIGH) \
339 && (((HOST_WIDE_INT)(VALUE)) <= ((HOST_WIDE_INT)(HIGH)))) ? 1 : 0)
/netbsd-current/external/gpl3/gcc/dist/gcc/config/cr16/
H A Dcr16.h330 #define IN_RANGE_P(VALUE, LOW, HIGH) \
332 && (((HOST_WIDE_INT)(VALUE)) <= ((HOST_WIDE_INT)(HIGH))))
334 #define IN_RAN(VALUE, LOW, HIGH) \
336 && (((HOST_WIDE_INT)(VALUE)) <= ((HOST_WIDE_INT)(HIGH)))) ? 1 : 0)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/m32r/
H A Dm32r.h483 #define IN_RANGE_P(VALUE, LOW, HIGH) \
485 <= ((unsigned HOST_WIDE_INT)((HIGH) - (LOW))))
/netbsd-current/external/gpl3/gcc/dist/gcc/config/m32r/
H A Dm32r.h483 #define IN_RANGE_P(VALUE, LOW, HIGH) \
485 <= ((unsigned HOST_WIDE_INT)((HIGH) - (LOW))))
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Daddrmap.c409 /* Check that &ARRAY[LOW]..&ARRAY[HIGH] has VAL in MAP. */
411 #define CHECK_ADDRMAP_FIND(MAP, ARRAY, LOW, HIGH, VAL) \
414 for (unsigned i = LOW; i <= HIGH; ++i) \
H A Dm2-exp.y123 %token SIZE CAP ORD HIGH ABS MIN_FUNC MAX_FUNC FLOAT_FUNC VAL CHR ODD TRUNC
199 exp : HIGH '(' exp ')'
720 {"HIGH", HIGH },
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dm2-exp.y121 %token SIZE CAP ORD HIGH ABS MIN_FUNC MAX_FUNC FLOAT_FUNC VAL CHR ODD TRUNC
200 exp : HIGH '(' exp ')'
756 {"HIGH", HIGH },
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/csky/
H A Dcsky.h38 #define CSKY_VALUE_BETWEEN(VALUE, LOW, HIGH) \
39 ((VALUE) >= (LOW) && (VALUE) <= (HIGH))
/netbsd-current/external/gpl3/gcc/dist/gcc/config/csky/
H A Dcsky.h47 #define CSKY_VALUE_BETWEEN(VALUE, LOW, HIGH) \
48 ((VALUE) >= (LOW) && (VALUE) <= (HIGH))

Completed in 402 milliseconds

123456