HomeSort by relevance Sort by last modified time
    Searched defs:SUB (Results 1 - 25 of 32) sorted by null

1 2

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/tests/
gas-instlabel.asm 1 .globl SUB
2 .type SUB, @function
3 SUB:
  /external/chromium_org/third_party/pexpect/
screen.py 41 SUB = 26 # Same as CAN.
  /external/chromium_org/v8/src/
runtime.js 197 function SUB(y) {
  /external/guava/guava/src/com/google/common/base/
Ascii.java 319 public static final byte SUB = 26;
  /external/linux-tools-perf/perf-3.12.0/arch/mips/lib/
memcpy.S 110 #define SUB dsubu
146 #define SUB subu
250 SUB len, len, 8*NBYTES
285 SUB len, len, 4*NBYTES
306 SUB len, len, NBYTES
330 SUB bits, bits, rem # bits = number of bits to discard
349 SUB t2, t2, t1 # t2 = number of bytes copied
354 SUB len, len, t2
375 SUB len, len, 4*NBYTES
407 SUB len, len, NBYTE
    [all...]
  /external/lldb/test/pexpect-2.4/
screen.py 25 SUB = 26 # Same as CAN.
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
RegOps.java 86 public static final int SUB = 15;
328 case SUB: return "sub";
  /dalvik/dx/src/com/android/dx/rop/code/
RegOps.java 86 public static final int SUB = 15;
328 case SUB: return "sub";
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
RegOps.java 86 public static final int SUB = 15;
328 case SUB: return "sub";
  /art/compiler/utils/arm/
constants_arm.h 133 SUB = 2, // Subtract
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 181 ADD, SUB, MUL, SDIV, UDIV, SREM, UREM,
198 /// results. The first result is the normal add or sub result, the second
204 /// the add or sub, and the third is the input carry flag. These nodes
205 /// produce two results; the normal result of the add or sub, and the output
207 /// to them to be chained together for add and sub of arbitrarily large
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp 321 case X86ISD::SUB:
    [all...]
X86ISelLowering.h 196 // SUBUS - Integer sub with unsigned saturation.
202 /// HSUB - Integer horizontal sub.
208 /// FHSUB - Floating point horizontal sub.
296 // ADD, SUB, SMUL, etc. - Arithmetic operations with FLAGS results.
297 ADD, SUB, ADC, SBB, SMUL,
688 /// register EAX to i16 by referencing its sub-register AX.
    [all...]
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
CodeEmitter.java 48 public static final int SUB = Constants.ISUB;
  /external/chromium_org/v8/src/arm/
constants-arm.h 132 SUB = 2 << 21, // Subtract.
  /external/compiler-rt/lib/msan/tests/
msan_test.cc     [all...]
  /external/doclava/src/com/google/doclava/parser/
JavaLexer.java 127 public static final int SUB=99;
    [all...]
JavaParser.java 174 "<invalid>", "<EOR>", "<DOWN>", "<UP>", "IDENTIFIER", "INTLITERAL", "LONGLITERAL", "FLOATLITERAL", "DOUBLELITERAL", "CHARLITERAL", "STRINGLITERAL", "TRUE", "FALSE", "NULL", "IntegerNumber", "LongSuffix", "HexPrefix", "HexDigit", "Exponent", "NonIntegerNumber", "FloatSuffix", "DoubleSuffix", "EscapeSequence", "UNICODECHAR", "UNICODEPART", "WS", "COMMENT", "LINE_COMMENT", "ABSTRACT", "ASSERT", "BOOLEAN", "BREAK", "BYTE", "CASE", "CATCH", "CHAR", "CLASS", "CONST", "CONTINUE", "DEFAULT", "DO", "DOUBLE", "ELSE", "ENUM", "EXTENDS", "FINAL", "FINALLY", "FLOAT", "FOR", "GOTO", "IF", "IMPLEMENTS", "IMPORT", "INSTANCEOF", "INT", "INTERFACE", "LONG", "NATIVE", "NEW", "PACKAGE", "PRIVATE", "PROTECTED", "PUBLIC", "RETURN", "SHORT", "STATIC", "STRICTFP", "SUPER", "SWITCH", "SYNCHRONIZED", "THIS", "THROW", "THROWS", "TRANSIENT", "TRY", "VOID", "VOLATILE", "WHILE", "LPAREN", "RPAREN", "LBRACE", "RBRACE", "LBRACKET", "RBRACKET", "SEMI", "COMMA", "DOT", "ELLIPSIS", "EQ", "BANG", "TILDE", "QUES", "COLON", "EQEQ", "AMPAMP", "BARBAR", "PLUSPLUS", "SUBSUB", "PLUS", "SUB", "STAR", "SLASH", "AMP", "BAR", "CARET", "PERCENT", "PLUSEQ", "SUBEQ", "STAREQ", "SLASHEQ", "AMPEQ", "BAREQ", "CARETEQ", "PERCENTEQ", "MONKEYS_AT", "BANGEQ", "GT", "LT", "IdentifierStart", "IdentifierPart", "SurrogateIdentifer"
272 public static final int SUB=99;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyleConstants.h 114 BASELINE, MIDDLE, SUB, SUPER, TEXT_TOP,
  /external/chromium_org/v8/src/arm64/
constants-arm64.h 428 // Add/sub (immediate, shifted and extended.)
435 SUB = 0x40000000,
436 SUBS = SUB | AddSubSetFlagsBit
442 V(SUB), \
478 // Add/sub with carry.
488 SBC_w = AddSubWithCarryFixed | SUB,
489 SBC_x = AddSubWithCarryFixed | SUB | SixtyFourBits,
    [all...]
  /external/jarjar/lib/
asm-commons-4.0.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
asm-commons-3.3.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.objectweb.asm_3.2.0.v200909071300.jar 
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 

Completed in 1447 milliseconds

1 2