HomeSort by relevance Sort by last modified time
    Searched refs:CompShift (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Target/AMDGPU/
R600ISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
R600ISelLowering.cpp 802 SDValue CompShift = DAG.getNode(ISD::SUB, DL, VT, Width1, Shift);
805 // Without it the CompShift might be 32, producing incorrect results in
809 SDValue Overflow = DAG.getNode(ISD::SRL, DL, VT, Lo, CompShift);
840 SDValue CompShift = DAG.getNode(ISD::SUB, DL, VT, Width1, Shift);
843 // Without it the CompShift might be 32, producing incorrect results in
847 SDValue Overflow = DAG.getNode(ISD::SHL, DL, VT, Hi, CompShift);
    [all...]
  /external/python/cpython2/Mac/Modules/qt/
_Qtmodule.c     [all...]

Completed in 3066 milliseconds