HomeSort by relevance Sort by last modified time
    Searched full:sube (Results 51 - 75 of 186) sorted by null

1 23 4 5 6 7 8

  /external/swiftshader/third_party/LLVM/include/llvm/Target/
Target.td 210 // def EvenOdd : RegisterTuples<[sube, subo], [(add R0, R2), (add R1, R3)]>;
214 // let SubRegIndices = [sube, subo] in {
    [all...]
TargetSelectionDAG.td 347 def sube : SDNode<"ISD::SUBE" , SDTIntBinOp,
    [all...]
  /prebuilts/go/darwin-x86/src/html/
entity.go     [all...]
  /prebuilts/go/linux-x86/src/html/
entity.go     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
htmlentitydefs.py 223 'sube': 0x2286, # subset of or equal to, U+2286 ISOtech
  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 74 SUBE, // Sub using carry
  /external/llvm/lib/Target/AVR/
AVRInstrInfo.td 444 [(set i8:$rd, (sube i8:$src, i8:$rr)),
455 [(set i16:$rd, (sube i16:$src, i16:$rr)),
462 [(set i8:$rd, (sube i8:$src, imm:$k)),
471 [(set i16:$rd, (sube i16:$src, imm:$rr)),
    [all...]
  /external/llvm/lib/Target/BPF/
BPFISelLowering.cpp 93 setOperationAction(ISD::SUBE, MVT::i64, Expand);
  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.td     [all...]
  /external/owasp/sanitizer/src/main/org/owasp/html/
HtmlEntities.java 448 .put("sube", Integer.valueOf('\u2286'))
  /external/python/cpython2/Lib/
htmlentitydefs.py 223 'sube': 0x2286, # subset of or equal to, U+2286 ISOtech
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMISelLowering.h 77 SUBE, // Sub using carry
  /prebuilts/gdb/darwin-x86/lib/python2.7/
htmlentitydefs.py 223 'sube': 0x2286, # subset of or equal to, U+2286 ISOtech
  /prebuilts/gdb/linux-x86/lib/python2.7/
htmlentitydefs.py 223 'sube': 0x2286, # subset of or equal to, U+2286 ISOtech
  /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/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp     [all...]