HomeSort by: relevance | last modified time | path
    Searched defs:shfl (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/nvptx/
nvptx.cc 4974 shfl.idx.b32 %rcondu32,%rcondu32,0,31;
4978 version 381.22, at -O1 and higher for sm_61), that drops the shfl
4984 for %rcondu32. But shfl propagates the defined value in thread 0
4985 to threads 1-31, so after the shfl %rcondu32 is defined in threads
5007 shfl.idx.b32 %rcondu32,%rcondu32,0,31;
6732 /* Emit a SHFL.DOWN using index SHFL of VAR into DEST_VAR. This function
7201 for (int shfl = PTX_WARP_SIZE / 2; shfl > 0; shfl = shfl >> 1
7197 other_var, var, shfl, &seq); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/nvptx/
nvptx.cc 4958 shfl.idx.b32 %rcondu32,%rcondu32,0,31;
4962 version 381.22, at -O1 and higher for sm_61), that drops the shfl
4968 for %rcondu32. But shfl propagates the defined value in thread 0
4969 to threads 1-31, so after the shfl %rcondu32 is defined in threads
4991 shfl.idx.b32 %rcondu32,%rcondu32,0,31;
6585 /* Emit a SHFL.DOWN using index SHFL of VAR into DEST_VAR. This function
7054 for (int shfl = PTX_WARP_SIZE / 2; shfl > 0; shfl = shfl >> 1
7050 other_var, var, shfl, &seq); local
    [all...]

Completed in 32 milliseconds