HomeSort by relevance Sort by last modified time
    Searched refs:Sub (Results 251 - 275 of 299) sorted by null

<<1112

  /external/vixl/src/vixl/a64/
macro-assembler-a64.h 636 // Add and sub macros.
644 void Sub(const Register& rd,
664 // Add/sub with carry macros.
    [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp 492 Imag = Builder.CreateFSub(Zero, Imag, "sub");
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_descr.py 18 'sub': '-',
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_descr.py 18 'sub': '-',
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_descr.py 18 'sub': '-',
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_descr.py 18 'sub': '-',
    [all...]
  /art/compiler/optimizing/
intrinsics_arm64.cc     [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h 790 return CreateInsertNUWNSWBinOp(Instruction::Sub, LHS, RHS, Name,
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp     [all...]
  /external/v8/src/arm64/
macro-assembler-arm64.h 204 // Add and sub macros.
211 inline void Sub(const Register& rd,
230 // Add/sub with carry macros.
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-ia32.h 323 // Can't use the DECLARE-macro here because of sub-classes.
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-mips.h 319 // Can't use the DECLARE-macro here because of sub-classes.
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-x64.h 326 // Can't use the DECLARE-macro here because of sub-classes.
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-x87.h 326 // Can't use the DECLARE-macro here because of sub-classes.
    [all...]
  /external/v8/src/wasm/
asm-wasm-builder.cc     [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 101 case Instruction::Sub:
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/compiler/
ast.py 1231 class Sub(Node):
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/compiler/
ast.py 1231 class Sub(Node):
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
ast.py 1231 class Sub(Node):
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
ast.py 1231 class Sub(Node):
    [all...]
  /external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp 700 // An ADD/SUB shifter is either 'lsl #0' or 'lsl #12'.
738 // An ADD/SUB shifter is either 'lsl #0' or 'lsl #12'.
    [all...]

Completed in 1669 milliseconds

<<1112