Home
last modified time | relevance | path

Searched refs:mem_value (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dcalls.cc4075 rtx mem_value = 0; in emit_library_call_value_1() local
4145 mem_value = gen_rtx_MEM (outmode, pointer_reg); in emit_library_call_value_1()
4152 mem_value = value; in emit_library_call_value_1()
4154 mem_value = assign_temp (tfom, 1, 1); in emit_library_call_value_1()
4191 if (mem_value && struct_value == 0 && ! pcc_struct_value) in emit_library_call_value_1()
4193 rtx addr = XEXP (mem_value, 0); in emit_library_call_value_1()
4637 if (mem_value != 0 && struct_value != 0 && ! pcc_struct_value) in emit_library_call_value_1()
4641 force_operand (XEXP (mem_value, 0), in emit_library_call_value_1()
4650 valreg = (mem_value == 0 && outmode != VOIDmode in emit_library_call_value_1()
4741 if (mem_value) in emit_library_call_value_1()
[all …]
/netbsd/src/sys/external/bsd/drm2/dist/drm/i915/
Dintel_pm.c2531 u32 mem_value, bool is_lp) in ilk_compute_pri_wm() argument
2536 if (mem_value == 0) in ilk_compute_pri_wm()
2544 method1 = ilk_wm_method1(crtc_state->pixel_rate, cpp, mem_value); in ilk_compute_pri_wm()
2552 cpp, mem_value); in ilk_compute_pri_wm()
2563 u32 mem_value) in ilk_compute_spr_wm() argument
2568 if (mem_value == 0) in ilk_compute_spr_wm()
2576 method1 = ilk_wm_method1(crtc_state->pixel_rate, cpp, mem_value); in ilk_compute_spr_wm()
2580 cpp, mem_value); in ilk_compute_spr_wm()
2590 u32 mem_value) in ilk_compute_cur_wm() argument
2594 if (mem_value == 0) in ilk_compute_cur_wm()
[all …]