/external/llvm/test/CodeGen/ARM/ |
2011-08-29-SchedCycle.ll | 3 ; When a i64 sub is expanded to subc + sube. 10 ; sube 22 ; sube 24 ; However since subc and sube are "glued" together, this ends up being a 25 ; cycle when the scheduler combine subc and sube as a single scheduling 30 ; fix subc / sube (and addc / adde) to use physical register dependency instead.
|
/frameworks/av/media/libeffects/proxy/ |
EffectProxy.cpp | 60 sub_effect_entry_t** sube; local 80 sube = new sub_effect_entry_t*[SUB_FX_COUNT]; 81 pContext->sube = new sub_effect_entry_t*[SUB_FX_COUNT]; 84 int retValue = EffectGetSubEffects(uuid, sube, SUB_FX_COUNT); 88 delete[] sube; 91 delete[] pContext->sube; 100 desc[0] = *(effect_descriptor_t*)(sube[0])->object; 101 desc[1] = *(effect_descriptor_t*)(sube[1])->object; 102 aeli[0] = sube[0]->lib->desc; 103 aeli[1] = sube[1]->lib->desc [all...] |
EffectProxy.h | 67 sub_effect_entry_t** sube; // Points to the sub effects member in struct:android::EffectContext
|
/frameworks/av/media/libeffects/factory/ |
EffectsFactory.c | 732 list_sub_elem_t *sube = NULL; local 735 sube = malloc(sizeof(list_sub_elem_t)); 736 sube->object = d; 737 sube->sub_elem = NULL; 738 sube->next = gSubEffectList; 739 gSubEffectList = sube; 745 gSubEffectList = sube->next; 746 free(sube->sub_elem);// Free an already added sub effect 747 sube->sub_elem = NULL; 748 free(sube); [all...] |
/external/llvm/lib/Target/MSP430/ |
MSP430InstrInfo.td | [all...] |
/external/llvm/lib/Target/Mips/ |
Mips16ISelDAGToDAG.cpp | 258 case ISD::SUBE: 263 (Opc == ISD::SUBC || Opc == ISD::SUBE)) &&
|
MipsSEISelDAGToDAG.cpp | 236 (Opc == ISD::SUBC || Opc == ISD::SUBE)) && 708 case ISD::SUBE: { [all...] |
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
HTMLEntities.properties | 250 sube=8838
|
/external/libpng/scripts/ |
options.awk | 52 sube=" \"@" # Substitute end 843 deflt = " " subs substr(deflt, 3) sube 864 print def i, subs "PNG_" i sube end >out 868 print def i, subs "PNG_set_" i sube end >out
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
SelectionDAGDumper.cpp | 219 case ISD::SUBE: return "sube";
|
LegalizeIntegerTypes.cpp | [all...] |
/external/libxml2/test/valid/dtds/ |
xhtml-symbol.ent | 204 <!ENTITY sube "⊆"> <!-- subset of or equal to, U+2286 ISOtech -->
|
/external/llvm/lib/Target/PowerPC/ |
PPCInstr64Bit.td | 513 [(set i64:$rT, (sube i64:$rB, i64:$rA))]>; 516 [(set i64:$rT, (sube -1, i64:$rA))]>; 519 [(set i64:$rT, (sube 0, i64:$rA))]>; [all...] |
/external/llvm/utils/TableGen/ |
SubtargetEmitter.cpp | 801 RecIter SubI = SubResources.begin(), SubE = SubResources.end(); 802 for( ; SubI != SubE; ++SubI) { 808 if (SubI == SubE) { [all...] |
/external/llvm/lib/Target/ARM/ |
ARMISelLowering.h | 75 SUBE, // Sub using carry
|
/external/llvm/lib/Target/BPF/ |
BPFISelLowering.cpp | 129 setOperationAction(ISD::SUBE, MVT::i64, Expand);
|
/external/llvm/lib/Target/Hexagon/ |
HexagonISelLowering.cpp | [all...] |
/external/llvm/lib/Target/SystemZ/ |
SystemZInstrInfo.td | [all...] |
/external/owasp/sanitizer/src/main/org/owasp/html/ |
HtmlEntities.java | 448 .put("sube", Integer.valueOf('\u2286'))
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
htmlentitydefs.py | 223 'sube': 0x2286, # subset of or equal to, U+2286 ISOtech
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
htmlentitydefs.py | 223 'sube': 0x2286, # subset of or equal to, U+2286 ISOtech
|
/external/clang/lib/Sema/ |
SemaExprCXX.cpp | [all...] |
/external/llvm/include/llvm/Target/ |
Target.td | 262 // def EvenOdd : RegisterTuples<[sube, subo], [(add R0, R2), (add R1, R3)]>; 266 // let SubRegIndices = [sube, subo] in { [all...] |
TargetSelectionDAG.td | 371 def sube : SDNode<"ISD::SUBE" , SDTIntBinOp, [all...] |
/external/llvm/lib/Target/NVPTX/ |
NVPTXVector.td | 332 def SubCCCV4I32 : VecBinaryOp<V4AsmStr<"subc.cc.s32">, sube, V4I32Regs, 334 def SubCCCV2I32 : VecBinaryOp<V2AsmStr<"subc.cc.s32">, sube, V2I32Regs, [all...] |