Searched refs:new_v (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gvt/ |
H A D | mmio_context.c | 402 u32 old_v, new_v; in switch_mocs() local 430 new_v = vgpu_vreg_t(next, offset); in switch_mocs() 432 new_v = gen9_render_mocs.control_table[ring_id][i]; in switch_mocs() 434 if (old_v != new_v) in switch_mocs() 435 I915_WRITE_FW(offset, new_v); in switch_mocs() 448 new_v = vgpu_vreg_t(next, l3_offset); in switch_mocs() 450 new_v = gen9_render_mocs.l3cc_table[i]; in switch_mocs() 452 if (old_v != new_v) in switch_mocs() 453 I915_WRITE_FW(l3_offset, new_v); in switch_mocs() 480 u32 old_v, new_v; in switch_mmio() local [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | lra-eliminations.c | 692 rtvec new_v = gen_rtvec_v (XVECLEN (x, i), in lra_eliminate_regs_1() local 699 XVEC (x, i) = new_v; in lra_eliminate_regs_1()
|
H A D | reload1.c | 2917 rtvec new_v = gen_rtvec_v (XVECLEN (x, i), in eliminate_regs_1() local 2924 XVEC (x, i) = new_v; in eliminate_regs_1()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | lra-eliminations.cc | 691 rtvec new_v = gen_rtvec_v (XVECLEN (x, i), in lra_eliminate_regs_1() local 698 XVEC (x, i) = new_v; in lra_eliminate_regs_1()
|
H A D | reload1.cc | 2915 rtvec new_v = gen_rtvec_v (XVECLEN (x, i), in eliminate_regs_1() local 2922 XVEC (x, i) = new_v; in eliminate_regs_1()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | ChangeLog-1998 | 6465 and `new_v' to NULL_TREE.
|