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

  /src/sys/external/bsd/gnu-efi/dist/lib/arm/
div.S 26 # AREA Math, CODE, READONLY
  /src/external/bsd/unbound/dist/contrib/
unbound_munin_ 371 echo hcache.draw AREA
  /src/external/gpl3/gcc.old/dist/gcc/config/nvptx/
nvptx.cc 119 /* We record the data area in the target symbol flags. */
123 #define SET_SYMBOL_DATA_AREA(SYM,AREA) \
124 (SYMBOL_REF_FLAGS (SYM) |= (AREA) << SYMBOL_FLAG_MACH_DEP_SHIFT)
354 /* The patch area requires nops, which we don't have. */
359 sorry ("not generating patch area, nops not supported");
439 /* Encode the PTX data area that DECL (which might not actually be a
448 nvptx_data_area area = DATA_AREA_GENERIC; local
451 area = DATA_AREA_CONST;
456 area = DATA_AREA_SHARED;
462 area = TREE_READONLY (decl) ? DATA_AREA_CONST : DATA_AREA_GLOBAL
465 SET_SYMBOL_DATA_AREA (XEXP (rtl, 0), area); local
476 nvptx_data_area area = SYMBOL_DATA_AREA (sym); local
2859 nvptx_data_area area = nvptx_mem_data_area (x); local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/nvptx/
nvptx.cc 118 /* We record the data area in the target symbol flags. */
122 #define SET_SYMBOL_DATA_AREA(SYM,AREA) \
123 (SYMBOL_REF_FLAGS (SYM) |= (AREA) << SYMBOL_FLAG_MACH_DEP_SHIFT)
358 /* The patch area requires nops, which we don't have. */
363 sorry ("not generating patch area, nops not supported");
443 /* Encode the PTX data area that DECL (which might not actually be a
452 nvptx_data_area area = DATA_AREA_GENERIC; local
455 area = DATA_AREA_CONST;
460 area = DATA_AREA_SHARED;
466 area = TREE_READONLY (decl) ? DATA_AREA_CONST : DATA_AREA_GLOBAL
469 SET_SYMBOL_DATA_AREA (XEXP (rtl, 0), area); local
480 nvptx_data_area area = SYMBOL_DATA_AREA (sym); local
2869 nvptx_data_area area = nvptx_mem_data_area (x); local
    [all...]

Completed in 24 milliseconds