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

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUInstructionSelector.cpp 1250 unsigned CountDw = 0;
1253 CountDw = (IndexOperand >> 24) & 0xf;
1256 if (CountDw < 1 || CountDw > 4) {
1273 Offset1 |= (CountDw - 1) << 6;
SIISelLowering.cpp 6825 unsigned CountDw = 0;
6828 CountDw = (IndexOperand >> 24) & 0xf;
6831 if (CountDw < 1 || CountDw > 4) {
6851 Offset1 |= (CountDw - 1) << 6;

Completed in 27 milliseconds