Home
last modified time | relevance | path

Searched refs:hwi (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/gcc/
HDc-format.c2420 static tree hwi; in init_dynamic_asm_fprintf_info() local
2422 if (!hwi) in init_dynamic_asm_fprintf_info()
2431 hwi = maybe_get_identifier ("__gcc_host_wide_int__"); in init_dynamic_asm_fprintf_info()
2432 if (!hwi) in init_dynamic_asm_fprintf_info()
2437 hwi = identifier_global_value (hwi); in init_dynamic_asm_fprintf_info()
2438 if (!hwi || TREE_CODE (hwi) != TYPE_DECL) in init_dynamic_asm_fprintf_info()
2443 hwi = DECL_ORIGINAL_TYPE (hwi); in init_dynamic_asm_fprintf_info()
2444 gcc_assert (hwi); in init_dynamic_asm_fprintf_info()
2445 if (hwi != long_integer_type_node && hwi != long_long_integer_type_node) in init_dynamic_asm_fprintf_info()
2460 if (hwi == long_integer_type_node) in init_dynamic_asm_fprintf_info()
[all …]
HDvarasm.c3051 unsigned HOST_WIDE_INT hwi; in const_rtx_hash_1() local
3065 hwi = INTVAL (x); in const_rtx_hash_1()
3072 h ^= (hashval_t) hwi; in const_rtx_hash_1()
3075 hwi >>= shift; in const_rtx_hash_1()
3076 h ^= (hashval_t) hwi; in const_rtx_hash_1()
3084 hwi = CONST_DOUBLE_LOW (x) ^ CONST_DOUBLE_HIGH (x); in const_rtx_hash_1()
/freebsd-11-stable/sys/arm/arm/
HDphysmem.c165 size_t acnt, exi, hwi; in regions_to_avail() local
173 for (hwi = 0, hwp = hwregions; hwi < hwcnt; ++hwi, ++hwp) { in regions_to_avail()
/freebsd-11-stable/sys/dev/drm2/radeon/
HDatom.c1307 int hwi = CU16(ctx->data_table + ATOM_DATA_FWI_PTR); in atom_asic_init() local
1313 ps[0] = cpu_to_le32(CU32(hwi + ATOM_FWI_DEFSCLK_PTR)); in atom_asic_init()
1314 ps[1] = cpu_to_le32(CU32(hwi + ATOM_FWI_DEFMCLK_PTR)); in atom_asic_init()