/external/llvm/lib/MC/MCDisassembler/ |
Disassembler.cpp | 55 // Get the assembler info needed to setup the MCContext. 73 // Get the target assembler info needed to setup the context. 75 assert(tai && "Unable to create target assembler!");
|
/external/v8/src/arm/ |
assembler-arm.h | 37 // A light-weight ARM Assembler 43 #include "assembler.h" 420 friend class Assembler; 470 friend class Assembler; 595 class Assembler : public AssemblerBase { 597 // Create an assembler. Instructions and relocation information are emitted 602 // If the provided buffer is NULL, the assembler allocates and grows its own 604 // owned by the assembler and deallocated upon destruction of the assembler. 606 // If the provided buffer is not NULL, the assembler uses the provided buffe [all...] |
debug-arm.cc | 60 CodePatcher patcher(rinfo()->pc(), Assembler::kJSReturnSequenceInstructions); 76 Assembler::kJSReturnSequenceInstructions); 110 CodePatcher patcher(rinfo()->pc(), Assembler::kDebugBreakSlotInstructions); 125 Assembler::kDebugBreakSlotInstructions); 279 Assembler::BlockConstPoolScope block_const_pool(masm); 283 for (int i = 0; i < Assembler::kDebugBreakSlotInstructions; i++) { 286 ASSERT_EQ(Assembler::kDebugBreakSlotInstructions,
|
/external/v8/src/ |
regexp-macro-assembler-tracer.cc | 30 #include "regexp-macro-assembler.h" 31 #include "regexp-macro-assembler-tracer.h" 37 RegExpMacroAssembler* assembler) : 38 assembler_(assembler) { 39 unsigned int type = assembler->Implementation();
|
/external/clang/docs/tools/ |
clang.pod | 33 execution of other tools such as the compiler, assembler and linker. Typically 59 Clang also supports the use of an integrated assembler, in which the code 61 the ".s" file and of calling the target assembler. 63 =item B<Assembler> 65 This stage runs the target assembler to translate the output of the compiler 108 Run all of the above, plus the assembler, generating a target ".o" object file. 342 Pass the comma separated arguments in I<args> to the assembler. 358 Pass I<arg> to the assembler. 395 assembler. Whether the integrated assembler is on by default is targe [all...] |
/external/clang/tools/driver/ |
cc1as_main.cpp | 1 //===-- cc1as_main.cpp - Clang Assembler ---------------------------------===// 11 // the direct interface to the LLVM MC based assembler. 67 /// \brief Helper class for representing a single invocation of the assembler. 107 /// @name Assembler Options 182 Opts.LLVMArgs.push_back("-fatal-assembler-warnings"); 285 // FIXME: Assembler behavior can change with -static. 396 Opts->PrintHelp(llvm::outs(), "clang -cc1as", "Clang Integrated Assembler");
|
/prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/info/ |
as.info | 5 * As: (as). The GNU assembler. 6 * Gas: (as). The GNU assembler. 9 This file documents the GNU Assembler "as". 27 This file is a user guide to the GNU assembler `as' version 2.17. 41 * Pseudo Ops:: Assembler Directives 279 Generate debugging information for each assembler source line 284 Generate stabs debugging information for each assembler line. This 285 may help debugging assembler code, if the debugger can handle it. 288 Generate stabs debugging information for each assembler line, with 291 may help debugging assembler code. Currently the only GN [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/info/ |
as.info | 5 * As: (as). The GNU assembler. 6 * Gas: (as). The GNU assembler. 9 This file documents the GNU Assembler "as". 27 This file is a user guide to the GNU assembler `as' version 2.17. 41 * Pseudo Ops:: Assembler Directives 279 Generate debugging information for each assembler source line 284 Generate stabs debugging information for each assembler line. This 285 may help debugging assembler code, if the debugger can handle it. 288 Generate stabs debugging information for each assembler line, with 291 may help debugging assembler code. Currently the only GN [all...] |
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/info/ |
as.info | 5 * As: (as). The GNU assembler. 6 * Gas: (as). The GNU assembler. 9 This file documents the GNU Assembler "as". 27 This file is a user guide to the GNU assembler `as' version 2.17. 41 * Pseudo Ops:: Assembler Directives 279 Generate debugging information for each assembler source line 284 Generate stabs debugging information for each assembler line. This 285 may help debugging assembler code, if the debugger can handle it. 288 Generate stabs debugging information for each assembler line, with 291 may help debugging assembler code. Currently the only GN [all...] |
/external/v8/src/ia32/ |
assembler-ia32.h | 35 // A light-weight IA32 Assembler. 298 friend class Assembler; 382 friend class Assembler; 550 class Assembler : public AssemblerBase { 564 // Create an assembler. Instructions and relocation information are emitted 569 // If the provided buffer is NULL, the assembler allocates and grows its own 571 // owned by the assembler and deallocated upon destruction of the assembler. 573 // If the provided buffer is not NULL, the assembler uses the provided buffer 576 // upon destruction of the assembler [all...] |
/prebuilt/darwin-x86/toolchain/arm-linux-androideabi-4.4.x/share/info/ |
as.info | 4 * As: (as). The GNU assembler. 5 * Gas: (as). The GNU assembler. 8 This file documents the GNU Assembler "as". 26 This file is a user guide to the GNU assembler `as' (GNU Binutils) 41 * Pseudo Ops:: Assembler Directives 309 Generate debugging information for each assembler source line 314 Generate stabs debugging information for each assembler line. This 315 may help debugging assembler code, if the debugger can handle it. 318 Generate stabs debugging information for each assembler line, with 321 may help debugging assembler code. Currently the only GN [all...] |
/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/share/info/ |
as.info | 4 * As: (as). The GNU assembler. 5 * Gas: (as). The GNU assembler. 8 This file documents the GNU Assembler "as". 26 This file is a user guide to the GNU assembler `as' (GNU Binutils) 41 * Pseudo Ops:: Assembler Directives 309 Generate debugging information for each assembler source line 314 Generate stabs debugging information for each assembler line. This 315 may help debugging assembler code, if the debugger can handle it. 318 Generate stabs debugging information for each assembler line, with 321 may help debugging assembler code. Currently the only GN [all...] |
/prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/man/man1/ |
arm-eabi-dlltool.1 | 144 [\fB\-S\fR|\fB\-\-as\fR \fIpath-to-assembler\fR] [\fB\-f\fR|\fB\-\-as\-flags\fR \fIoptions\fR] 204 exports file by creating temporary files containing assembler statements 206 used to specify the path to the assembler that dlltool will use, 208 assembler. The \fB\-n\fR can be used to prevent dlltool from deleting 209 these temporary assembler files when it is done, and if \fB\-n\fR is 296 Specifies the path, including the filename, of the assembler to be used 305 assembler when building the exports file. This option will work even if 309 pass multiple options to the assembler they should be enclosed in 418 Makes \fBdlltool\fR preserve the temporary assembler files it used to 429 temporary assembler and object files. By default, the temp file prefi [all...] |
/prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/info/ |
as.info | 4 * As: (as). The GNU assembler. 5 * Gas: (as). The GNU assembler. 8 This file documents the GNU Assembler "as". 26 This file is a user guide to the GNU assembler `as' (GNU Binutils) 41 * Pseudo Ops:: Assembler Directives 297 Generate debugging information for each assembler source line 302 Generate stabs debugging information for each assembler line. This 303 may help debugging assembler code, if the debugger can handle it. 306 Generate stabs debugging information for each assembler line, with 309 may help debugging assembler code. Currently the only GN [all...] |
/prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/man/man1/ |
arm-eabi-dlltool.1 | 144 [\fB\-S\fR|\fB\-\-as\fR \fIpath-to-assembler\fR] [\fB\-f\fR|\fB\-\-as\-flags\fR \fIoptions\fR] 204 exports file by creating temporary files containing assembler statements 206 used to specify the path to the assembler that dlltool will use, 208 assembler. The \fB\-n\fR can be used to prevent dlltool from deleting 209 these temporary assembler files when it is done, and if \fB\-n\fR is 296 Specifies the path, including the filename, of the assembler to be used 305 assembler when building the exports file. This option will work even if 309 pass multiple options to the assembler they should be enclosed in 418 Makes \fBdlltool\fR preserve the temporary assembler files it used to 429 temporary assembler and object files. By default, the temp file prefi [all...] |
/prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/info/ |
as.info | 5 * As: (as). The GNU assembler. 6 * Gas: (as). The GNU assembler. 9 This file documents the GNU Assembler "as". 27 This file is a user guide to the GNU assembler `as' (GNU Binutils) 42 * Pseudo Ops:: Assembler Directives 298 Generate debugging information for each assembler source line 303 Generate stabs debugging information for each assembler line. This 304 may help debugging assembler code, if the debugger can handle it. 307 Generate stabs debugging information for each assembler line, with 310 may help debugging assembler code. Currently the only GN [all...] |
/prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/man/man1/ |
arm-eabi-dlltool.1 | 144 [\fB\-S\fR|\fB\-\-as\fR \fIpath-to-assembler\fR] [\fB\-f\fR|\fB\-\-as\-flags\fR \fIoptions\fR] 204 exports file by creating temporary files containing assembler statements 206 used to specify the path to the assembler that dlltool will use, 208 assembler. The \fB\-n\fR can be used to prevent dlltool from deleting 209 these temporary assembler files when it is done, and if \fB\-n\fR is 296 Specifies the path, including the filename, of the assembler to be used 305 assembler when building the exports file. This option will work even if 309 pass multiple options to the assembler they should be enclosed in 418 Makes \fBdlltool\fR preserve the temporary assembler files it used to 429 temporary assembler and object files. By default, the temp file prefi [all...] |
/prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/info/ |
as.info | 5 * As: (as). The GNU assembler. 6 * Gas: (as). The GNU assembler. 9 This file documents the GNU Assembler "as". 27 This file is a user guide to the GNU assembler `as' (GNU Binutils) 42 * Pseudo Ops:: Assembler Directives 298 Generate debugging information for each assembler source line 303 Generate stabs debugging information for each assembler line. This 304 may help debugging assembler code, if the debugger can handle it. 307 Generate stabs debugging information for each assembler line, with 310 may help debugging assembler code. Currently the only GN [all...] |
/prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/man/man1/ |
arm-eabi-dlltool.1 | 144 [\fB\-S\fR|\fB\-\-as\fR \fIpath-to-assembler\fR] [\fB\-f\fR|\fB\-\-as\-flags\fR \fIoptions\fR] 204 exports file by creating temporary files containing assembler statements 206 used to specify the path to the assembler that dlltool will use, 208 assembler. The \fB\-n\fR can be used to prevent dlltool from deleting 209 these temporary assembler files when it is done, and if \fB\-n\fR is 296 Specifies the path, including the filename, of the assembler to be used 305 assembler when building the exports file. This option will work even if 309 pass multiple options to the assembler they should be enclosed in 418 Makes \fBdlltool\fR preserve the temporary assembler files it used to 429 temporary assembler and object files. By default, the temp file prefi [all...] |
/prebuilt/darwin-x86/toolchain/arm-linux-androideabi-4.4.x/share/man/man1/ |
arm-linux-androideabi-dlltool.1 | 153 [\fB\-S\fR|\fB\-\-as\fR \fIpath-to-assembler\fR] [\fB\-f\fR|\fB\-\-as\-flags\fR \fIoptions\fR] 221 exports file by creating temporary files containing assembler statements 223 used to specify the path to the assembler that dlltool will use, 225 assembler. The \fB\-n\fR can be used to prevent dlltool from deleting 226 these temporary assembler files when it is done, and if \fB\-n\fR is 324 Specifies the path, including the filename, of the assembler to be used 333 assembler when building the exports file. This option will work even if 337 pass multiple options to the assembler they should be enclosed in 469 Makes \fBdlltool\fR preserve the temporary assembler files it used to 480 temporary assembler and object files. By default, the temp file prefi [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/man/man1/ |
arm-eabi-dlltool.1 | 144 [\fB\-S\fR|\fB\-\-as\fR \fIpath-to-assembler\fR] [\fB\-f\fR|\fB\-\-as\-flags\fR \fIoptions\fR] 204 exports file by creating temporary files containing assembler statements 206 used to specify the path to the assembler that dlltool will use, 208 assembler. The \fB\-n\fR can be used to prevent dlltool from deleting 209 these temporary assembler files when it is done, and if \fB\-n\fR is 296 Specifies the path, including the filename, of the assembler to be used 305 assembler when building the exports file. This option will work even if 309 pass multiple options to the assembler they should be enclosed in 418 Makes \fBdlltool\fR preserve the temporary assembler files it used to 429 temporary assembler and object files. By default, the temp file prefi [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/info/ |
as.info | 4 * As: (as). The GNU assembler. 5 * Gas: (as). The GNU assembler. 8 This file documents the GNU Assembler "as". 26 This file is a user guide to the GNU assembler `as' (GNU Binutils) 41 * Pseudo Ops:: Assembler Directives 297 Generate debugging information for each assembler source line 302 Generate stabs debugging information for each assembler line. This 303 may help debugging assembler code, if the debugger can handle it. 306 Generate stabs debugging information for each assembler line, with 309 may help debugging assembler code. Currently the only GN [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/man/man1/ |
arm-eabi-dlltool.1 | 144 [\fB\-S\fR|\fB\-\-as\fR \fIpath-to-assembler\fR] [\fB\-f\fR|\fB\-\-as\-flags\fR \fIoptions\fR] 204 exports file by creating temporary files containing assembler statements 206 used to specify the path to the assembler that dlltool will use, 208 assembler. The \fB\-n\fR can be used to prevent dlltool from deleting 209 these temporary assembler files when it is done, and if \fB\-n\fR is 296 Specifies the path, including the filename, of the assembler to be used 305 assembler when building the exports file. This option will work even if 309 pass multiple options to the assembler they should be enclosed in 418 Makes \fBdlltool\fR preserve the temporary assembler files it used to 429 temporary assembler and object files. By default, the temp file prefi [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/info/ |
as.info | 4 * As: (as). The GNU assembler. 5 * Gas: (as). The GNU assembler. 8 This file documents the GNU Assembler "as". 26 This file is a user guide to the GNU assembler `as' (GNU Binutils) 41 * Pseudo Ops:: Assembler Directives 297 Generate debugging information for each assembler source line 302 Generate stabs debugging information for each assembler line. This 303 may help debugging assembler code, if the debugger can handle it. 306 Generate stabs debugging information for each assembler line, with 309 may help debugging assembler code. Currently the only GN [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/man/man1/ |
arm-eabi-dlltool.1 | 144 [\fB\-S\fR|\fB\-\-as\fR \fIpath-to-assembler\fR] [\fB\-f\fR|\fB\-\-as\-flags\fR \fIoptions\fR] 204 exports file by creating temporary files containing assembler statements 206 used to specify the path to the assembler that dlltool will use, 208 assembler. The \fB\-n\fR can be used to prevent dlltool from deleting 209 these temporary assembler files when it is done, and if \fB\-n\fR is 296 Specifies the path, including the filename, of the assembler to be used 305 assembler when building the exports file. This option will work even if 309 pass multiple options to the assembler they should be enclosed in 418 Makes \fBdlltool\fR preserve the temporary assembler files it used to 429 temporary assembler and object files. By default, the temp file prefi [all...] |