Home
last modified time | relevance | path

Searched refs:high0 (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/sys/arch/arm/cortex/
H A Damptimer.c130 uint32_t high0, high1, low; in amptimer_readcnt64() local
135 high0 = bus_space_read_4(iot, ioh, GTIMER_CNT_HIGH); in amptimer_readcnt64()
138 } while (high0 != high1); in amptimer_readcnt64()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dfold-const.c3239 merge_ranges (pin_p, plow, phigh, in0_p, low0, high0, in1_p, low1, high1) in merge_ranges() argument
3243 tree low0, high0, low1, high1;
3254 int highequal = ((high0 == 0 && high1 == 0)
3256 high0, 1, high1, 1)));
3264 high1, 1, high0, 1))))
3268 tem = high0, high0 = high1, high1 = tem;
3275 high0, 1, low1, 0));
3277 high1, 1, high0, 1));
3291 in_p = 1, low = low1, high = high0;
3305 in_p = 1, low = low0, high = high0;
[all …]
/openbsd-src/gnu/usr.bin/cvs/diff/
H A Ddiff3.c981 create_diff3_block (low0, high0, low1, high1, low2, high2) in create_diff3_block() argument
982 register int low0, high0, low1, high1, low2, high2; in create_diff3_block()
992 D_HIGHLINE (result, FILE0) = high0;
/openbsd-src/gnu/gcc/gcc/
H A Dfold-const.c4384 tree high0, int in1_p, tree low1, tree high1) in merge_ranges() argument
4395 int highequal = ((high0 == 0 && high1 == 0) in merge_ranges()
4397 high0, 1, high1, 1))); in merge_ranges()
4405 high1, 1, high0, 1)))) in merge_ranges()
4409 tem = high0, high0 = high1, high1 = tem; in merge_ranges()
4416 high0, 1, low1, 0)); in merge_ranges()
4418 high1, 1, high0, 1)); in merge_ranges()
4432 in_p = 1, low = low1, high = high0; in merge_ranges()
4446 in_p = 1, low = low0, high = high0; in merge_ranges()
4452 high = high0; in merge_ranges()
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/config/sh/
H A Dsh.md1026 rtx high0, high2, low0 = gen_lowpart (SImode, operands[0]);
1027 high0 = gen_rtx_REG (SImode,
1035 emit_insn (gen_addc1 (high0, high0, high2));
1134 rtx high0, high2, low0 = gen_lowpart (SImode, operands[0]);
1135 high0 = gen_rtx_REG (SImode,
1143 emit_insn (gen_subc1 (high0, high0, high2));
/openbsd-src/gnu/gcc/gcc/config/sh/
H A Dsh.md1369 rtx high0, high2, low0 = gen_lowpart (SImode, operands[0]);
1370 high0 = gen_rtx_REG (SImode,
1378 emit_insn (gen_addc1 (high0, high0, high2));
1500 rtx high0, high2, low0 = gen_lowpart (SImode, operands[0]);
1501 high0 = gen_rtx_REG (SImode,
1509 emit_insn (gen_subc1 (high0, high0, high2));
/openbsd-src/gnu/gcc/gcc/config/sparc/
H A Dsparc.c8204 HOST_WIDE_INT high0 = TREE_INT_CST_HIGH (TREE_VALUE (elts0)); in sparc_fold_builtin() local
8211 overflow |= add_double (low0, high0, l, h, &l, &h); in sparc_fold_builtin()