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

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_DecodePadMV_PVOP_s.s 106 High RN 4
286 M_LDR High,pHigh ;// High=32*scaleFactor
293 RSB Low,High,#0 ;// Low = -32*scaleFactor
295 ADD Range,High,High ;// Range=64*ScaleFactor
296 SUB High,High,#1 ;// High= 32*scaleFactor-1
301 CMP diffMVdx,High
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_DecodePadMV_PVOP_s.s 106 High RN 4
286 M_LDR High,pHigh ;// High=32*scaleFactor
293 RSB Low,High,#0 ;// Low = -32*scaleFactor
295 ADD Range,High,High ;// Range=64*ScaleFactor
296 SUB High,High,#1 ;// High= 32*scaleFactor-1
301 CMP diffMVdx,High
    [all...]
  /external/jmonkeyengine/engine/src/test/jme3test/network/
TestSerialization.java 66 High,
116 status1 = Status.High;
  /external/llvm/include/llvm/
InlineAsm.h 233 assert((InputFlag & ~0xffff) == 0 && "High bits already contain data");
246 assert((InputFlag & ~0xffff) == 0 && "High bits already contain data");
284 unsigned High = Flag >> 16;
287 if (!High)
289 RC = High - 1;
  /external/llvm/lib/Transforms/Utils/
LowerSwitch.cpp 51 Constant* High;
54 CaseRange(Constant *low = 0, Constant *high = 0, BasicBlock *bb = 0) :
55 Low(low), High(high), BB(bb) { }
77 const ConstantInt* CI2 = cast<const ConstantInt>(C2.High);
120 O << *B->Low << " -" << *B->High;
148 << cast<ConstantInt>(Pivot.High)->getValue() << "\n");
186 if (Leaf.Low == Leaf.High) {
194 Comp = new ICmpInst(*NewLeaf, ICmpInst::ICMP_SLE, Val, Leaf.High,
198 Comp = new ICmpInst(*NewLeaf, ICmpInst::ICMP_ULE, Val, Leaf.High,
    [all...]
  /external/clang/lib/Basic/
Diagnostic.cpp 542 unsigned High = PluralNumber(Start, End);
545 return Low <= Val && Val <= High;
  /external/llvm/lib/CodeGen/
RenderMachineFunction.h 261 typedef enum { Zero, Low, High } PressureState;
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 133 const Constant *High;
137 Case() : Low(0), High(0), BB(0), ExtraWeight(0) { }
138 Case(const Constant *low, const Constant *high, MachineBasicBlock *bb,
139 uint32_t extraweight) : Low(low), High(high), BB(bb),
143 const APInt &rHigh = cast<ConstantInt>(High)->getValue();
187 assert(isa<ConstantInt>(C1.Low) && isa<ConstantInt>(C2.High));
189 const ConstantInt* CI2 = cast<const ConstantInt>(C2.High);
SelectionDAGBuilder.cpp 79 // MaxParallelChains default is arbitrarily high to avoid affecting
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 432 // ldw high, base[(offset >> 2) + 1]
434 // shl high_shifted, high, 32 - (offset & 0x3) * 8
447 SDValue High = DAG.getLoad(getPointerTy(), DL, Chain,
451 SDValue HighShifted = DAG.getNode(ISD::SHL, DL, MVT::i32, High, HighShift);
454 High.getValue(1));
465 SDValue High = DAG.getExtLoad(ISD::EXTLOAD, DL, MVT::i32, Chain,
470 SDValue HighShifted = DAG.getNode(ISD::SHL, DL, MVT::i32, High,
474 High.getValue(1));
523 SDValue High = DAG.getNode(ISD::SRL, dl, MVT::i32, Value,
531 SDValue StoreHigh = DAG.getTruncStore(Chain, dl, High, HighAddr
    [all...]
  /external/llvm/lib/VMCore/
Verifier.cpp     [all...]

Completed in 309 milliseconds