HomeSort by: relevance | last modified time | path
    Searched refs:test_ctrl (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/
nouveau_dispnv04_tvnv17.c 57 fp_control, test_ctrl, dacclk, ctv_14, ctv_1c, ctv_6c; local
76 test_ctrl = NVReadRAMDAC(dev, 0, NV_PRAMDAC_TEST_CONTROL + regoffset);
123 NVWriteRAMDAC(dev, 0, NV_PRAMDAC_TEST_CONTROL + regoffset, test_ctrl);
  /src/external/gpl3/gcc/dist/gcc/
tree-vect-loop-manip.cc 864 tree test_ctrl = NULL_TREE; local
898 test_ctrl
931 cond_stmt = gimple_build_cond (code, test_ctrl, compare_step, NULL_TREE,
937 tree zero_ctrl = build_zero_cst (TREE_TYPE (test_ctrl));
939 = gimple_build_cond (code, test_ctrl, zero_ctrl, NULL_TREE, NULL_TREE);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-loop-manip.cc 733 tree test_ctrl = NULL_TREE; local
759 test_ctrl = vect_set_loop_controls_directly (loop, loop_vinfo,
774 tree zero_ctrl = build_zero_cst (TREE_TYPE (test_ctrl));
775 gcond *cond_stmt = gimple_build_cond (code, test_ctrl, zero_ctrl,

Completed in 75 milliseconds