/frameworks/base/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/base/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/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 | 425 unsigned High = PluralNumber(Start, End); 428 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 Constant* High; 136 Case() : Low(0), High(0), BB(0) { } 137 Case(Constant* low, Constant* high, MachineBasicBlock* bb) : 138 Low(low), High(high), BB(bb) { } 140 const APInt &rHigh = cast<ConstantInt>(High)->getValue(); 184 assert(isa<ConstantInt>(C1.Low) && isa<ConstantInt>(C2.High)); 186 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 | 422 // ldw high, base[(offset >> 2) + 1] 424 // shl high_shifted, high, 32 - (offset & 0x3) * 8 436 SDValue High = DAG.getLoad(getPointerTy(), DL, Chain, 439 SDValue HighShifted = DAG.getNode(ISD::SHL, DL, MVT::i32, High, HighShift); 442 High.getValue(1)); 453 SDValue High = DAG.getExtLoad(ISD::EXTLOAD, DL, MVT::i32, Chain, 458 SDValue HighShifted = DAG.getNode(ISD::SHL, DL, MVT::i32, High, 462 High.getValue(1)); 511 SDValue High = DAG.getNode(ISD::SRL, dl, MVT::i32, Value, 519 SDValue StoreHigh = DAG.getTruncStore(Chain, dl, High, HighAddr [all...] |