HomeSort by relevance Sort by last modified time
    Searched refs:SUB (Results 151 - 175 of 227) sorted by null

1 2 3 4 5 67 8 910

  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
sad_inline.h 219 SUB src1, src1, x7, asr #7; /* add 0xFF to the negative byte, add back carry */
403 "sub %0, %0, %1, asr #7\n\t"
  /system/core/libpixelflinger/codeflinger/
ARMAssemblerInterface.h 268 SUB(int cc, int s, int Rd, int Rn, uint32_t Op2) {
load_store.cpp 350 SUB(AL, 0, ireg, s.reg, reg_imm(s.reg, LSR, dbits));
  /prebuilts/tools/common/asm-tools/
asm-commons-4.0.jar 
  /external/v8/src/arm/
lithium-arm.cc 164 case Token::SUB: return "sub-d";
178 case Token::SUB: return "sub-t";
899 op == Token::SUB);
1400 LSubI* sub = new(zone()) LSubI(left, right); local
    [all...]
code-stubs-arm.cc 596 __ sub(scratch1, object, Operand(kHeapObjectTag));
726 __ sub(scratch2, dst1, Operand(HeapNumber::kMantissaBitsInTopWord), SetCC);
782 __ sub(scratch1, object, Operand(kHeapObjectTag));
854 __ sub(scratch1, object, Operand(kHeapObjectTag));
    [all...]
  /external/v8/src/mips/
lithium-mips.cc 164 case Token::SUB: return "sub-d";
178 case Token::SUB: return "sub-t";
899 op == Token::SUB);
1401 LSubI* sub = new(zone()) LSubI(left, right); local
    [all...]
code-stubs-mips.cc     [all...]
  /external/v8/src/x64/
lithium-x64.cc 166 case Token::SUB: return "sub-d";
180 case Token::SUB: return "sub-t";
894 op == Token::SUB);
1380 LSubI* sub = new(zone()) LSubI(left, right); local
    [all...]
code-stubs-x64.cc 704 case Token::SUB:
758 case Token::SUB:
855 case Token::SUB:
893 case Token::SUB:
    [all...]
  /external/doclava/src/com/google/doclava/parser/
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/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp     [all...]
SelectionDAGBuilder.h 476 void visitSub(const User &I) { visitBinary(I, ISD::SUB); }
SelectionDAGDumper.cpp 156 case ISD::SUB: return "sub";
LegalizeVectorOps.cpp 173 case ISD::SUB:
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 185 /// HSUB - Integer horizontal sub.
191 /// FHSUB - Floating point horizontal sub.
251 // ADD, SUB, SMUL, etc. - Arithmetic operations with FLAGS results.
252 ADD, SUB, ADC, SBB, SMUL,
599 /// register EAX to i16 by referencing its sub-register AX.
    [all...]
X86ISelDAGToDAG.cpp 313 case X86ISD::SUB:
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/
build-hardy-toolchain.sh 98 # Location of the final sysroot. This must be a sub-directory of INSTALL_DIR
1043 for SUB in $SUBDIRS; do
1044 toolchain_clone $SUB $SOURCES_LIST
    [all...]
  /external/v8/src/ia32/
lithium-ia32.cc 161 case Token::SUB: return "sub-d";
175 case Token::SUB: return "sub-t";
899 op == Token::SUB);
1429 LSubI* sub = new(zone()) LSubI(left, right); local
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp 769 SDValue Sub = DAG.getNode(ISD::SUB, dl, MVT::i32, StackPointer, Size);
787 Sub,
790 // The Sub result contains the new stack start address, so it
794 Sub);
    [all...]
  /external/v8/src/
ic.cc     [all...]
assembler.cc     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/webkit/Source/WebCore/rendering/
RootInlineBox.cpp 704 if (verticalAlign == SUB)
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
pred_lt4_1_opt.s 45 SUB r5, r5, #30 @x -= 15

Completed in 2461 milliseconds

1 2 3 4 5 67 8 910