HomeSort by relevance Sort by last modified time
    Searched full:assembler (Results 151 - 175 of 1209) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/clang/tools/driver/
cc1as_main.cpp 1 //===-- cc1as_main.cpp - Clang Assembler ---------------------------------===//
11 // the direct interface to the LLVM MC based assembler.
61 /// \brief Helper class for representing a single invocation of the assembler.
101 /// @name Assembler Options
176 Opts.LLVMArgs.push_back("-fatal-assembler-warnings");
271 // FIXME: Assembler behavior can change with -static.
374 Opts->PrintHelp(llvm::outs(), "clang -cc1as", "Clang Integrated Assembler");
  /external/v8/src/arm/
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,
  /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...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/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.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/linux-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/i686-unknown-linux-gnu-4.2.1/man/man1/
i686-unknown-linux-gnu-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...]

Completed in 568 milliseconds

1 2 3 4 5 67 8 91011>>