Searched refs:mem_value (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | calls.c | 3288 rtx mem_value = 0; in emit_library_call_value_1() local 3362 mem_value = gen_rtx_MEM (outmode, pointer_reg); in emit_library_call_value_1() 3369 mem_value = value; in emit_library_call_value_1() 3371 mem_value = assign_temp (tfom, 0, 1, 1); in emit_library_call_value_1() 3412 if (mem_value && struct_value == 0 && ! pcc_struct_value) in emit_library_call_value_1() 3414 rtx addr = XEXP (mem_value, 0); in emit_library_call_value_1() 3796 if (mem_value != 0 && struct_value != 0 && ! pcc_struct_value) in emit_library_call_value_1() 3800 force_operand (XEXP (mem_value, 0), in emit_library_call_value_1() 3809 valreg = (mem_value == 0 && outmode != VOIDmode in emit_library_call_value_1() 3914 if (mem_value) in emit_library_call_value_1() [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | calls.c | 3525 rtx mem_value = 0; local 3603 mem_value = gen_rtx_MEM (outmode, pointer_reg); 3610 mem_value = value; 3612 mem_value = assign_temp (tfom, 0, 1, 1); 3653 if (mem_value && struct_value_rtx == 0 && ! pcc_struct_value) 3655 rtx addr = XEXP (mem_value, 0); 4107 if (mem_value != 0 && struct_value_rtx != 0 && ! pcc_struct_value) 4111 force_operand (XEXP (mem_value, 0), 4120 valreg = (mem_value == 0 && outmode != VOIDmode 4225 if (mem_value) [all …]
|
| /openbsd-src/sys/dev/pci/drm/i915/display/ |
| H A D | i9xx_wm.c | 2319 u32 mem_value, bool is_lp) in ilk_compute_pri_wm() argument 2324 if (mem_value == 0) in ilk_compute_pri_wm() 2332 method1 = ilk_wm_method1(crtc_state->pixel_rate, cpp, mem_value); in ilk_compute_pri_wm() 2340 cpp, mem_value); in ilk_compute_pri_wm() 2351 u32 mem_value) in ilk_compute_spr_wm() argument 2356 if (mem_value == 0) in ilk_compute_spr_wm() 2364 method1 = ilk_wm_method1(crtc_state->pixel_rate, cpp, mem_value); in ilk_compute_spr_wm() 2368 cpp, mem_value); in ilk_compute_spr_wm() 2378 u32 mem_value) in ilk_compute_cur_wm() argument 2382 if (mem_value == 0) in ilk_compute_cur_wm() [all …]
|