HomeSort by relevance Sort by last modified time
    Searched defs:Assembler (Results 51 - 60 of 60) sorted by null

1 23

  /external/v8/src/s390/
assembler-s390.cc 37 #include "src/s390/assembler-s390.h"
47 #include "src/s390/assembler-s390-inl.h"
49 #include "src/macro-assembler.h"
233 return Assembler::target_address_at(pc_, host_);
239 reinterpret_cast<intptr_t>(Assembler::target_address_at(pc_, host_)));
244 return Assembler::target_address_at(pc_, host_);
250 reinterpret_cast<intptr_t>(Assembler::target_address_at(pc_, host_)));
255 Assembler::set_target_address_at(isolate_, pc_, host_, address, flush_mode);
260 Assembler::set_target_address_at(isolate_, pc_, host_,
266 // See assembler-s390-inl.h for inlined constructor
    [all...]
  /external/v8/src/x87/
assembler-x87.cc 37 #include "src/x87/assembler-x87.h"
44 #include "src/macro-assembler.h"
76 DCHECK(NextField::is_valid(Assembler::kMaximalBufferSize));
212 // Implementation of Assembler.
218 Assembler::Assembler(Isolate* isolate, void* buffer, int buffer_size)
233 void Assembler::GetCode(CodeDesc* desc) {
249 void Assembler::Align(int m) {
257 bool Assembler::IsNop(Address addr) {
266 void Assembler::Nop(int bytes)
    [all...]
  /external/vixl/src/aarch32/
assembler-aarch32.h 30 #include "assembler-base-vixl.h"
38 class Assembler : public internal::AssemblerBase {
78 Assembler* assembler_;
82 explicit AllowUnpredictableScope(Assembler* assembler)
83 : assembler_(assembler), old_(assembler->allow_unpredictable_) {
89 Assembler* assembler_;
93 explicit AllowStronglyDiscouragedScope(Assembler* assembler)
    [all...]
  /external/llvm/lib/Target/Hexagon/AsmParser/
HexagonAsmParser.cpp 80 MCAssembler *Assembler;
86 MCAssembler *getAssembler() const { return Assembler; }
121 // Check if we have an assembler and, if so, set the ELF e_header flags.
146 Assembler = nullptr;
150 Assembler = &MES->getAssembler();
    [all...]
  /external/v8/src/ia32/
assembler-ia32.cc 37 #include "src/ia32/assembler-ia32.h"
53 #include "src/macro-assembler.h"
70 // there is no easy way to conditionally compile based on the assembler
161 DCHECK(NextField::is_valid(Assembler::kMaximalBufferSize));
297 // Implementation of Assembler.
303 Assembler::Assembler(Isolate* isolate, void* buffer, int buffer_size)
318 void Assembler::GetCode(CodeDesc* desc) {
334 void Assembler::Align(int m) {
342 bool Assembler::IsNop(Address addr)
    [all...]
  /external/v8/src/x64/
assembler-x64.cc 5 #include "src/x64/assembler-x64.h"
18 #include "src/assembler-inl.h"
21 #include "src/macro-assembler.h"
38 // there is no easy way to conditionally compile based on the assembler
291 // Implementation of Assembler.
293 Assembler::Assembler(Isolate* isolate, void* buffer, int buffer_size)
308 void Assembler::GetCode(CodeDesc* desc) {
326 void Assembler::Align(int m) {
333 void Assembler::CodeTargetAlign()
    [all...]
  /external/v8/src/mips/
assembler-mips.cc 35 #include "src/mips/assembler-mips.h"
41 #include "src/mips/assembler-mips-inl.h"
194 return Assembler::target_address_at(pc_, host_);
199 return Assembler::target_address_at(pc_, host_);
204 return reinterpret_cast<uint32_t>(Assembler::target_address_at(pc_, host_));
209 return reinterpret_cast<uint32_t>(Assembler::target_address_at(pc_, host_));
214 Assembler::set_target_address_at(isolate_, pc_, host_, address, flush_mode);
219 Assembler::set_target_address_at(isolate_, pc_, host_,
225 // See assembler-mips-inl.h for inlined constructors.
291 Assembler::Assembler(Isolate* isolate, void* buffer, int buffer_size
    [all...]
  /external/v8/src/mips64/
assembler-mips64.cc 35 #include "src/mips64/assembler-mips64.h"
40 #include "src/mips64/assembler-mips64-inl.h"
172 return Assembler::target_address_at(pc_, host_);
177 return Assembler::target_address_at(pc_, host_);
183 reinterpret_cast<intptr_t>((Assembler::target_address_at(pc_, host_))));
189 reinterpret_cast<intptr_t>((Assembler::target_address_at(pc_, host_))));
194 Assembler::set_target_address_at(isolate_, pc_, host_, address, flush_mode);
199 Assembler::set_target_address_at(isolate_, pc_, host_,
205 // See assembler-mips-inl.h for inlined constructors.
272 Assembler::Assembler(Isolate* isolate, void* buffer, int buffer_size
    [all...]
  /external/v8/src/ppc/
assembler-ppc.cc 37 #include "src/ppc/assembler-ppc.h"
43 #include "src/macro-assembler.h"
44 #include "src/ppc/assembler-ppc-inl.h"
159 return (constant_pool && Assembler::IsConstantPoolLoadStart(pc_));
166 return Assembler::target_address_at(pc_, host_);
172 reinterpret_cast<intptr_t>(Assembler::target_address_at(pc_, host_)));
177 return Assembler::target_address_at(pc_, host_);
183 reinterpret_cast<intptr_t>(Assembler::target_address_at(pc_, host_)));
188 Assembler::set_target_address_at(isolate_, pc_, host_, address, flush_mode);
193 Assembler::set_target_address_at(isolate_, pc_, host_
    [all...]
  /external/clang/lib/Driver/
Tools.cpp 867 // machine state the same when using the frontend or the assembler. We don't
868 // currently do that for the assembler, we pass the options directly to the
871 // assembler and the frontend behave the same.
882 // to the assembler correctly.
    [all...]

Completed in 706 milliseconds

1 23