Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/
H A Dnouveau_dispnv04_tvnv17.c57 fp_control, test_ctrl, dacclk, ctv_14, ctv_1c, ctv_6c; in nv42_tv_sample_load() local
76 test_ctrl = NVReadRAMDAC(dev, 0, NV_PRAMDAC_TEST_CONTROL + regoffset); in nv42_tv_sample_load()
123 NVWriteRAMDAC(dev, 0, NV_PRAMDAC_TEST_CONTROL + regoffset, test_ctrl); in nv42_tv_sample_load()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-vect-loop-manip.cc733 tree test_ctrl = NULL_TREE; in vect_set_loop_condition_partial_vectors() local
759 test_ctrl = vect_set_loop_controls_directly (loop, loop_vinfo, in vect_set_loop_condition_partial_vectors()
774 tree zero_ctrl = build_zero_cst (TREE_TYPE (test_ctrl)); in vect_set_loop_condition_partial_vectors()
775 gcond *cond_stmt = gimple_build_cond (code, test_ctrl, zero_ctrl, in vect_set_loop_condition_partial_vectors()