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

1 2 3

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/v850/
branch.s 3 .global bcc
4 bcc: label
5 bgt bcc
6 bge bcc
7 blt bcc
8 ble bcc
9 bh bcc
10 bnl bcc
11 bl bcc
12 bnh bcc
    [all...]
  /frameworks/compile/libbcc/include/bcc/Renderscript/
RSScriptGroupFusion.h 27 namespace bcc { namespace
34 /// @param Context bcc context.
RSTransforms.h 25 namespace bcc { namespace
52 } // end namespace bcc
RSCompilerDriver.h 20 #include "bcc/Compiler.h"
21 #include "bcc/Renderscript/RSScript.h"
29 namespace bcc { namespace
37 typedef void (*RSCompilerDriverInit_t) (bcc::RSCompilerDriver *);
165 } // end namespace bcc
  /frameworks/compile/libbcc/include/bcc/Support/
FileMutex.h 22 #include "bcc/Support/FileBase.h"
24 namespace bcc { namespace
41 } // namespace bcc
Initialization.h 20 namespace bcc { namespace
28 } // end namespace bcc
InputFile.h 20 #include "bcc/Support/File.h"
21 #include "bcc/Support/FileBase.h"
23 namespace bcc { namespace
33 } // end namespace bcc
OutputFile.h 20 #include "bcc/Support/File.h"
21 #include "bcc/Support/FileBase.h"
27 namespace bcc { namespace
45 } // end namespace bcc
Sha1Util.h 30 namespace bcc { namespace
55 } // end namespace bcc
File.h 20 #include "bcc/Support/FileBase.h"
22 namespace bcc { namespace
70 } // end namespace bcc
Disassembler.h 27 namespace bcc { namespace
50 } // end namespace bcc
  /frameworks/compile/libbcc/include/bcc/
BCCContext.h 24 namespace bcc { namespace
50 } // namespace bcc
Script.h 20 namespace bcc { namespace
59 } // end namespace bcc
Source.h 30 namespace bcc { namespace
110 } // namespace bcc
Compiler.h 35 namespace bcc { namespace
125 } // end namespace bcc
  /frameworks/compile/libbcc/lib/Core/
BCCContextImpl.h 23 namespace bcc { namespace
43 } // namespace bcc
Source.cpp 17 #include "bcc/Source.h"
30 #include "bcc/BCCContext.h"
31 #include "bcc/Support/Log.h"
57 namespace bcc { namespace
210 } // namespace bcc
  /frameworks/compile/libbcc/lib/Renderscript/
RSScreenFunctionsPass.cpp 17 #include "bcc/Renderscript/RSTransforms.h"
18 #include "bcc/Support/Log.h"
103 namespace bcc { namespace
RSInvariant.cpp 17 #include "bcc/Renderscript/RSTransforms.h"
18 #include "bcc/Renderscript/RSUtils.h"
146 namespace bcc { namespace
153 } // end namespace bcc
RSIsThreadablePass.cpp 17 #include "bcc/Renderscript/RSTransforms.h"
18 #include "bcc/Support/Log.h"
128 namespace bcc { namespace
RSX86CallConvPass.cpp 17 #include "bcc/Assert.h"
18 #include "bcc/Renderscript/RSUtils.h"
19 #include "bcc/Support/Log.h"
216 namespace bcc { namespace
RSX86TranslateGEPPass.cpp 17 #include "bcc/Assert.h"
18 #include "bcc/Config/Config.h"
19 #include "bcc/Support/Log.h"
20 #include "bcc/Renderscript/RSTransforms.h"
174 namespace bcc { namespace
  /packages/apps/UnifiedEmail/tests/src/com/android/mail/browse/
MessageHeaderViewTest.java 46 String[] bcc = makeRecipientArray("BB", 60); local
48 bcc, new HashMap<String, Address>(), null, BidiFormatter.getInstance()).toString();
  /frameworks/compile/libbcc/lib/Support/
Disassembler.cpp 17 #include "bcc/Support/Disassembler.h"
19 #include "bcc/Config/Config.h"
38 #include "bcc/Support/OutputFile.h"
39 #include "bcc/Support/Log.h"
66 namespace bcc { namespace
210 } // namespace bcc
214 bcc::DisassembleResult Disassemble(llvm::raw_ostream &pOutput,
217 return bcc::kDisassemblerNotAvailable;
220 bcc::DisassembleResult bcc::Disassemble(OutputFile &pOutput
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/crx/
br_insn.s 26 .global bcc
27 bcc: label
28 bcc *-250 label
29 bcc *+0xfffe label
30 bcc *+0xfffffffe label

Completed in 399 milliseconds

1 2 3