Home
last modified time | relevance | path

Searched refs:old_val (Results 1 – 16 of 16) sorted by relevance

/dragonfly/etc/rc.d/
HDsysctl24 local config extra mib val old_val output
46 if old_val=$(${SYSCTL_N} -q ${mib}); then
47 debug "sysctl '${mib}': '${old_val}' -> '${val}'"
48 if [ "${old_val}" != "${val}" ]; then
/dragonfly/contrib/gcc-4.7/gcc/
HDtree-ssa-ccp.c397 valid_lattice_transition (prop_value_t old_val, prop_value_t new_val) in valid_lattice_transition() argument
401 if (old_val.lattice_val < new_val.lattice_val) in valid_lattice_transition()
404 if (old_val.lattice_val != new_val.lattice_val) in valid_lattice_transition()
407 if (!old_val.value && !new_val.value) in valid_lattice_transition()
414 if (TREE_CODE (old_val.value) != INTEGER_CST in valid_lattice_transition()
419 if (TREE_CODE (old_val.value) == INTEGER_CST in valid_lattice_transition()
422 (double_int_and_not (tree_to_double_int (old_val.value), in valid_lattice_transition()
428 return operand_equal_p (old_val.value, new_val.value, 0); in valid_lattice_transition()
438 prop_value_t *old_val = &const_val[SSA_NAME_VERSION (var)]; in set_lattice_value() local
446 && old_val->lattice_val == CONSTANT in set_lattice_value()
[all …]
HDbuiltins.c5279 rtx old_val, new_val, mem; in expand_builtin_compare_and_swap() local
5284 old_val = expand_expr_force_mode (CALL_EXPR_ARG (exp, 1), mode); in expand_builtin_compare_and_swap()
5295 if (!expand_atomic_compare_and_swap (pbool, poval, mem, old_val, new_val, in expand_builtin_compare_and_swap()
/dragonfly/contrib/gcc-8.0/gcc/
HDtree-ssa-ccp.c409 valid_lattice_transition (ccp_prop_value_t old_val, ccp_prop_value_t new_val) in valid_lattice_transition() argument
413 if (old_val.lattice_val < new_val.lattice_val) in valid_lattice_transition()
416 if (old_val.lattice_val != new_val.lattice_val) in valid_lattice_transition()
419 if (!old_val.value && !new_val.value) in valid_lattice_transition()
426 if (TREE_CODE (old_val.value) == SSA_NAME in valid_lattice_transition()
431 if (is_gimple_min_invariant (old_val.value) in valid_lattice_transition()
437 if (TREE_CODE (old_val.value) != INTEGER_CST in valid_lattice_transition()
442 if (TREE_CODE (old_val.value) == INTEGER_CST in valid_lattice_transition()
444 return (wi::bit_and_not (wi::to_widest (old_val.value), new_val.mask) in valid_lattice_transition()
448 if (operand_equal_p (old_val.value, new_val.value, 0)) in valid_lattice_transition()
[all …]
HDifcvt.c3160 rtx old_val = target; in noce_convert_multiple_sets() local
3183 std::swap (old_val, new_val); in noce_convert_multiple_sets()
3208 if (GET_MODE (old_val) != GET_MODE (temp)) in noce_convert_multiple_sets()
3210 machine_mode src_mode = GET_MODE (old_val); in noce_convert_multiple_sets()
3217 old_val = lowpart_subreg (dst_mode, old_val, src_mode); in noce_convert_multiple_sets()
3222 x, y, new_val, old_val); in noce_convert_multiple_sets()
HDgengtype.c2642 const char *old_val = d->val; in walk_subclasses() local
2645 d->val = old_val; in walk_subclasses()
HDbuiltins.c5784 rtx old_val, new_val, mem; in expand_builtin_compare_and_swap() local
5789 old_val = expand_expr_force_mode (CALL_EXPR_ARG (exp, 1), mode); in expand_builtin_compare_and_swap()
5800 if (!expand_atomic_compare_and_swap (pbool, poval, mem, old_val, new_val, in expand_builtin_compare_and_swap()
HDtree-vect-loop.c5368 tree old_val = val; in vect_create_epilog_for_reduction() local
5403 val, old_val); in vect_create_epilog_for_reduction()
/dragonfly/contrib/grep/lib/
HDi-ring.c46 int old_val = ir->ir_data[dest_idx]; in i_ring_push() local
52 return old_val; in i_ring_push()
/dragonfly/contrib/gdb-7/gdb/tui/
HDtui-regs.c726 struct value *old_val = data->value; in tui_get_register() local
739 if (value_lazy (old_val)) in tui_get_register()
740 value_fetch_lazy (old_val); in tui_get_register()
742 if (value_optimized_out (data->value) != value_optimized_out (old_val) in tui_get_register()
744 old_val, 0, size)) in tui_get_register()
748 value_free (old_val); in tui_get_register()
/dragonfly/sys/dev/drm/radeon/
HDatom.c456 atom_dst_to_src[(attr >> 3) & 7][(attr >> 6) & 3], old_val = in atom_put_dst() local
459 old_val &= atom_arg_mask[align] >> atom_arg_shift[align]; in atom_put_dst()
565 ATOM_DEBUG_PRINT(".[31:0] <- 0x%08X\n", old_val); in atom_put_dst()
568 ATOM_DEBUG_PRINT(".[15:0] <- 0x%04X\n", old_val); in atom_put_dst()
571 ATOM_DEBUG_PRINT(".[23:8] <- 0x%04X\n", old_val); in atom_put_dst()
574 ATOM_DEBUG_PRINT(".[31:16] <- 0x%04X\n", old_val); in atom_put_dst()
577 ATOM_DEBUG_PRINT(".[7:0] <- 0x%02X\n", old_val); in atom_put_dst()
580 ATOM_DEBUG_PRINT(".[15:8] <- 0x%02X\n", old_val); in atom_put_dst()
583 ATOM_DEBUG_PRINT(".[23:16] <- 0x%02X\n", old_val); in atom_put_dst()
586 ATOM_DEBUG_PRINT(".[31:24] <- 0x%02X\n", old_val); in atom_put_dst()
/dragonfly/sys/dev/drm/amd/amdgpu/
HDatom.c445 atom_dst_to_src[(attr >> 3) & 7][(attr >> 6) & 3], old_val = in atom_put_dst() local
448 old_val &= atom_arg_mask[align] >> atom_arg_shift[align]; in atom_put_dst()
551 DEBUG(".[31:0] <- 0x%08X\n", old_val); in atom_put_dst()
554 DEBUG(".[15:0] <- 0x%04X\n", old_val); in atom_put_dst()
557 DEBUG(".[23:8] <- 0x%04X\n", old_val); in atom_put_dst()
560 DEBUG(".[31:16] <- 0x%04X\n", old_val); in atom_put_dst()
563 DEBUG(".[7:0] <- 0x%02X\n", old_val); in atom_put_dst()
566 DEBUG(".[15:8] <- 0x%02X\n", old_val); in atom_put_dst()
569 DEBUG(".[23:16] <- 0x%02X\n", old_val); in atom_put_dst()
572 DEBUG(".[31:24] <- 0x%02X\n", old_val); in atom_put_dst()
/dragonfly/contrib/gdb-7/gdb/
HDinterps.c346 int old_val = interp->quiet_p; in interp_set_quiet() local
349 return old_val; in interp_set_quiet()
HDbreakpoint.h1106 struct value *old_val; member
HDbreakpoint.c4069 if (bs->old_val != NULL) in bpstat_free()
4070 value_free (bs->old_val); in bpstat_free()
4116 if (bs->old_val != NULL) in bpstat_copy()
4118 tmp->old_val = value_copy (bs->old_val); in bpstat_copy()
4119 release_value (tmp->old_val); in bpstat_copy()
4231 if (bs->old_val != NULL) in bpstat_clear_actions()
4233 value_free (bs->old_val); in bpstat_clear_actions()
4234 bs->old_val = NULL; in bpstat_clear_actions()
4609 bs->old_val = NULL; in bpstat_alloc()
4805 bs->old_val = b->val; in watchpoint_check()
[all …]
/dragonfly/sys/dev/drm/i915/
HDi915_irq.c496 uint32_t old_val; in bdw_update_port_irq() local
505 old_val = I915_READ(GEN8_DE_PORT_IMR); in bdw_update_port_irq()
507 new_val = old_val; in bdw_update_port_irq()
511 if (new_val != old_val) { in bdw_update_port_irq()