HomeSort by relevance Sort by last modified time
    Searched refs:assembler (Results 26 - 50 of 75) sorted by null

12 3

  /external/stlport/test/eh/
gcc-irix.mak 42 # in the assembler with 'invalid relocation type'
gcc-linux.mak 42 # in the assembler with 'invalid relocation type'
gcc-netbsd.mak 42 # in the assembler with 'invalid relocation type'
gcc.mak 42 # in the assembler with 'invalid relocation type'
hpacc.mak 42 # in the assembler with 'invalid relocation type'
mingw32.mak 41 # in the assembler with 'invalid relocation type'
  /external/v8/src/ia32/
lithium-codegen-ia32.h 49 LCodeGen(LChunk* chunk, MacroAssembler* assembler, CompilationInfo* info)
51 masm_(assembler),
76 // Support for converting LOperands to assembler types.
  /external/v8/src/x64/
lithium-codegen-x64.h 48 LCodeGen(LChunk* chunk, MacroAssembler* assembler, CompilationInfo* info)
50 masm_(assembler),
76 // Support for converting LOperands to assembler types.
macro-assembler-x64.h 31 #include "assembler.h"
83 class MacroAssembler: public Assembler {
85 // The isolate parameter can be NULL if the macro assembler should
88 // macro assembler.
95 explicit NoRootArrayScope(MacroAssembler* assembler)
96 : variable_(&assembler->root_array_available_),
97 old_value_(assembler->root_array_available_) {
98 assembler->root_array_available_ = false;
    [all...]
  /external/libvpx/
libvpx.mk 55 # RVCT (ARM's in-house compiler) format to GNU Assembler Format for gcc.
92 # assembler to pre-process its assembly files.
  /external/llvm/test/MC/Mips/
mips-alu-instructions.s 2 # Check that the assembler can handle the documented syntax
mips64-alu-instructions.s 2 # Check that the assembler can handle the documented syntax
set-at-directive.s 3 # Check that the assembler can handle the documented syntax
mips-fpu-instructions.s 2 # Check that the assembler can handle the documented syntax
  /external/v8/src/arm/
lithium-codegen-arm.h 46 LCodeGen(LChunk* chunk, MacroAssembler* assembler, CompilationInfo* info)
48 masm_(assembler),
75 // Support for converting LOperands to assembler types.
  /external/v8/src/mips/
lithium-codegen-mips.h 46 LCodeGen(LChunk* chunk, MacroAssembler* assembler, CompilationInfo* info)
48 masm_(assembler),
75 // Support for converting LOperands to assembler types.
assembler-mips.h 40 #include "assembler.h"
382 friend class Assembler;
401 friend class Assembler;
507 class Assembler : public AssemblerBase {
509 // Create an assembler. Instructions and relocation information are emitted
514 // If the provided buffer is NULL, the assembler allocates and grows its own
516 // owned by the assembler and deallocated upon destruction of the assembler.
518 // If the provided buffer is not NULL, the assembler uses the provided buffer
521 // upon destruction of the assembler
    [all...]
  /external/libvpx/libvpx/vpx_ports/
x86_abi_support.asm 167 ; The Microsoft assembler tries to impose a certain amount of type safety in
170 ; original inline assembler we're porting from.
  /external/llvm/test/MC/ARM/
thumb2-mclass.s 5 @ Check that the assembler can handle the documented syntax from the ARM ARM.
  /external/qemu/
arm-dis.c 89 const char *assembler; /* How to disassemble this insn. */ member in struct:opcode32
96 const char *assembler; /* How to disassemble this insn. */ member in struct:opcode16
    [all...]
  /external/v8/src/
assembler.h 56 // Platform independent assembler base class.
78 // unknown pc location. Assembler::bind() is used to bind a label to the
136 friend class Assembler;
282 INLINE(Handle<Object> target_object_handle(Assembler* origin));
745 explicit PositionsRecorder(Assembler* assembler)
746 : assembler_(assembler) {
786 Assembler* assembler_;
  /external/webkit/Source/JavaScriptCore/dfg/
DFGJITCompiler.h 31 #include <assembler/MacroAssembler.h>
  /external/jpeg/
jmemdosa.asm 13 ; assembler (including Borland's Turbo Assembler). If you haven't got
14 ; a compatible assembler, better fall back to jmemansi.c or jmemname.c.
  /external/libvpx/libvpx/
configure 28 --as={yasm|nasm|auto} use specified assembler [auto, yasm preferred]
  /external/qemu/distrib/jpeg-6b/
jmemdosa.asm 13 ; assembler (including Borland's Turbo Assembler). If you haven't got
14 ; a compatible assembler, better fall back to jmemansi.c or jmemname.c.

Completed in 1763 milliseconds

12 3