Home
last modified time | relevance | path

Searched refs:val1 (Results 26 – 47 of 47) sorted by relevance

12

/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-cfgcleanup.c429 tree val1 = gimple_phi_arg_def (phi, n1); in phi_alternatives_equal() local
432 gcc_assert (val1 != NULL_TREE); in phi_alternatives_equal()
435 if (!operand_equal_for_phi_arg_p (val1, val2)) in phi_alternatives_equal()
H A Ddwarf2out.c2035 dw_val_ref val1 = &loc->dw_loc_oprnd1; in output_loc_operands() local
2050 val1->v.val_addr); in output_loc_operands()
2063 val1->v.val_addr); in output_loc_operands()
2219 unsigned r = val1->v.val_unsigned; in output_loc_operands()
2232 unsigned r = val1->v.val_unsigned; in output_loc_operands()
2260 val1->v.val_addr); in output_loc_operands()
2405 unsigned r = val1->v.val_unsigned; in output_loc_operands()
2501 dw_val_ref val1 = &loc->dw_loc_oprnd1; in output_loc_operands_raw() local
30501 dw_val_ref val1 = &loc->dw_loc_oprnd1; in hash_loc_operands() local
30558 hstate.add_object (val1->v.val_int); in hash_loc_operands()
[all …]
H A Dvr-values.c4083 tree val1 = NULL_TREE, val2 = NULL_TREE; in simplify_stmt_using_ranges() local
4114 && two_valued_val_range_p (rhs2, &val1, &val2)) in simplify_stmt_using_ranges()
4117 new_rhs1 = int_const_binop (rhs_code, rhs1, val1); in simplify_stmt_using_ranges()
4122 && two_valued_val_range_p (rhs1, &val1, &val2)) in simplify_stmt_using_ranges()
4125 new_rhs1 = int_const_binop (rhs_code, val1, rhs2); in simplify_stmt_using_ranges()
4134 tree cond = build2 (EQ_EXPR, boolean_type_node, cmp_var, val1); in simplify_stmt_using_ranges()
H A Dtree-chkp.c2778 tree val1 = gimple_assign_rhs2 (assign);
2780 tree bnd1 = chkp_find_bounds (val1, &iter);
H A Dsimplify-rtx.c3120 HOST_WIDE_INT val1 = INTVAL (trueop1); in simplify_binary_operation_1() local
3123 if ((nzop0 & ~val1) == 0) in simplify_binary_operation_1()
/dragonfly/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_xmit_ds.c443 unsigned int qbits, val, val1, val2; in ar9300__cont_tx_mode()
453 val1 = ads->ds_txstatus1; in ar9300__cont_tx_mode()
456 (unsigned)val1, (unsigned)val2); in ar9300__cont_tx_mode()
/dragonfly/contrib/gdb-7/gdb/
H A Dvalue.h319 extern int value_contents_equal (struct value *val1, struct value *val2);
473 extern int value_available_contents_eq (const struct value *val1, int offset1,
H A Dvalarith.c1395 vector_binop (struct value *val1, struct value *val2, enum exp_opcode op) in vector_binop() argument
1402 type1 = check_typedef (value_type (val1)); in vector_binop()
1431 tmp = value_binop (value_subscript (val1, i), in vector_binop()
/dragonfly/contrib/zstd/lib/compress/
H A Dzstd_fast.c96 U32 const val1 = MEM_read32(ip1); in ZSTD_compressBlock_fast_generic() local
127 if ((matchIndex1 > prefixStartIndex) && MEM_read32(match1) == val1) { in ZSTD_compressBlock_fast_generic()
/dragonfly/sys/dev/drm/amd/amdgpu/
H A Damdgpu_ring.h243 uint32_t reg1, uint32_t val1);
/dragonfly/sys/dev/netif/bce/
H A Dif_bce.c1327 uint32_t val1; in bce_miibus_write_reg() local
1335 val1 = REG_RD(sc, BCE_EMAC_MDIO_MODE); in bce_miibus_write_reg()
1336 val1 &= ~BCE_EMAC_MDIO_MODE_AUTO_POLL; in bce_miibus_write_reg()
1338 REG_WR(sc, BCE_EMAC_MDIO_MODE, val1); in bce_miibus_write_reg()
1344 val1 = BCE_MIPHY(phy) | BCE_MIREG(reg) | val | in bce_miibus_write_reg()
1347 REG_WR(sc, BCE_EMAC_MDIO_COMM, val1); in bce_miibus_write_reg()
1352 val1 = REG_RD(sc, BCE_EMAC_MDIO_COMM); in bce_miibus_write_reg()
1359 if (val1 & BCE_EMAC_MDIO_COMM_START_BUSY) in bce_miibus_write_reg()
1363 val1 = REG_RD(sc, BCE_EMAC_MDIO_MODE); in bce_miibus_write_reg()
1364 val1 |= BCE_EMAC_MDIO_MODE_AUTO_POLL; in bce_miibus_write_reg()
[all …]
/dragonfly/sys/dev/disk/isp/
H A Disp_pci.c1051 uint32_t val0, val1; in isp_pci_rd_debounced() local
1056 val1 = BXR2(isp, IspVirt2Off(isp, off)); in isp_pci_rd_debounced()
1057 } while (val0 != val1 && ++i < 1000); in isp_pci_rd_debounced()
1058 if (val0 != val1) { in isp_pci_rd_debounced()
/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dtypeck2.c171 pat_compare (const void* val1, const void* val2) in pat_compare() argument
174 (const struct pending_abstract_type *) val1; in pat_compare()
H A Dmangle.c3625 compare_type (const void *val1, const void *val2) in compare_type() argument
3627 return TREE_TYPE ((const_tree) val1) == (const_tree) val2; in compare_type()
H A Dname-lookup.c4387 cxx_binding *val1 = in lookup_using_namespace() local
4390 if (val1) in lookup_using_namespace()
4391 ambiguous_decl (val, val1, flags); in lookup_using_namespace()
/dragonfly/contrib/gcc-8.0/gcc/c-family/
H A Dc-common.c3357 tree val1 = fold_for_warn (TREE_OPERAND (expr, 1)); in c_common_truthvalue_conversion() local
3359 if (TREE_CODE (val1) == INTEGER_CST in c_common_truthvalue_conversion()
3361 && !integer_zerop (val1) in c_common_truthvalue_conversion()
3363 && (!integer_onep (val1) in c_common_truthvalue_conversion()
3368 else if ((TREE_CODE (val1) == INTEGER_CST in c_common_truthvalue_conversion()
3369 && !integer_zerop (val1) in c_common_truthvalue_conversion()
3370 && !integer_onep (val1)) in c_common_truthvalue_conversion()
/dragonfly/contrib/libpcap/
H A Dgencode.c9840 bpf_u_int32 val1 , val2 , val3; in gen_mtp3field_code() local
9887 val1 = jvalue & 0x00003c00; in gen_mtp3field_code()
9888 val1 = val1 >>10; in gen_mtp3field_code()
9893 jvalue = val1 + val2 + val3; in gen_mtp3field_code()
9911 val1 = jvalue & 0x000000ff; in gen_mtp3field_code()
9912 val1 = val1 << 24; in gen_mtp3field_code()
9915 jvalue = val1 + val2; in gen_mtp3field_code()
/dragonfly/sys/dev/netif/wi/
H A Dif_wi.c1811 wi_cmd(struct wi_softc *sc, int cmd, int val0, int val1, int val2) in wi_cmd() argument
1832 CSR_WRITE_2(sc, WI_PARAM1, val1); in wi_cmd()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dc-typeck.c1547 int val1; in function_types_compatible_p() local
1602 val1 = type_lists_compatible_p (args1, args2, enum_and_int_p, in function_types_compatible_p()
1604 return val1 != 1 ? val1 : val; in function_types_compatible_p()
H A Dsimplify-rtx.c2730 HOST_WIDE_INT val1 = INTVAL (trueop1); in simplify_binary_operation_1() local
2733 if ((nzop0 & ~val1) == 0) in simplify_binary_operation_1()
/dragonfly/contrib/binutils-2.34/gold/
H A Dlayout.cc2338 uint64_t val1 = read_sized_value(pprop->second.pr_datasz, in layout_gnu_property() local
2343 if (val2 > val1) in layout_gnu_property()
/dragonfly/contrib/gcc-8.0/gcc/c/
H A Dc-typeck.c1627 int val1; in function_types_compatible_p() local
1682 val1 = type_lists_compatible_p (args1, args2, enum_and_int_p, in function_types_compatible_p()
1684 return val1 != 1 ? val1 : val; in function_types_compatible_p()

12