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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDGPUISelLowering.cpp 253 // Quotient_S_One = Quotient - 1
254 SDValue Quotient_S_One = DAG.getNode(ISD::SUB, DL, VT, Quotient,
261 // Div = (Remainder_GE_Zero == 0 ? Quotient_S_One : Div)
263 Quotient_S_One, Div, ISD::SETEQ);
  /external/mesa3d/src/gallium/drivers/radeon/
AMDGPUISelLowering.cpp 253 // Quotient_S_One = Quotient - 1
254 SDValue Quotient_S_One = DAG.getNode(ISD::SUB, DL, VT, Quotient,
261 // Div = (Remainder_GE_Zero == 0 ? Quotient_S_One : Div)
263 Quotient_S_One, Div, ISD::SETEQ);
  /external/llvm/lib/Target/R600/
AMDGPUISelLowering.cpp 412 // Quotient_S_One = Quotient - 1
413 SDValue Quotient_S_One = DAG.getNode(ISD::SUB, DL, VT, Quotient,
420 // Div = (Remainder_GE_Zero == 0 ? Quotient_S_One : Div)
422 Quotient_S_One, Div, ISD::SETEQ);

Completed in 644 milliseconds