HomeSort by relevance Sort by last modified time
    Searched defs:RH (Results 1 - 8 of 8) sorted by null

  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypesGeneric.cpp 515 SDValue LL, LH, RL, RH, CL, CH;
518 GetSplitOp(N->getOperand(2), RL, RH);
532 Hi = DAG.getNode(N->getOpcode(), dl, LH.getValueType(), CH, LH, RH);
537 SDValue LL, LH, RL, RH;
540 GetSplitOp(N->getOperand(3), RL, RH);
545 N->getOperand(1), LH, RH, N->getOperand(4));
LegalizeIntegerTypes.cpp     [all...]
LegalizeVectorTypes.cpp     [all...]
DAGCombiner.cpp     [all...]
  /libcore/luni/src/test/java/libcore/java/util/
EnumSetTest.java 103 FE, CO, NI, CU, ZN, GA, GE, AS, SE, BR, KR, RB, SR, Y, ZR, NB, MO, TC, RU, RH, PD, AG, CD,
  /external/deqp/framework/common/
tcuCompressedTexture.cpp 705 const deUint8 RH = extend6To8((RH1 << 1) | RH2);
718 const int unclampedR = (x * ((int)RH-(int)RO) + y * ((int)RV-(int)RO) + 4*(int)RO + 2) >> 2;
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 697 SDValue LH, RH;
700 RH = DAG.getNode(ISD::EXTRACT_ELEMENT, dl, MVT::i32,
706 RH = DAG.getNode(ISD::MUL, dl, MVT::i32, LL, RH);
708 Hi = DAG.getNode(ISD::ADD, dl, MVT::i32, Hi, RH);
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp     [all...]

Completed in 372 milliseconds