| /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/ |
| nasm-token.re | 86 if (parser_nasm->masm && tok[zeropos] == '.') { 423 if (parser_nasm->masm) { 430 if (parser_nasm->masm) {
|
| /external/chromium_org/v8/src/arm/ |
| macro-assembler-arm.h | 1423 MacroAssembler* masm() { return &masm_; } function in class:v8::internal::CodePatcher [all...] |
| lithium-codegen-arm.cc | 62 #define __ masm()-> 114 masm()->RecordComment(copy.start()); 282 last_lazy_deopt_pc_ = masm()->pc_offset(); 327 masm()->CheckConstPool(true, false); 341 if (!is_int24((masm()->pc_offset() / Assembler::kInstrSize) + 383 masm()->CheckConstPool(false, false); 388 masm()->CheckConstPool(true, false); 399 safepoints_.Emit(masm(), GetStackSlotCount()); 718 Assembler::BlockConstPoolScope block_const_pool(masm()); 782 int pc_offset = masm()->pc_offset() [all...] |
| lithium-gap-resolver-arm.cc | 158 #define __ ACCESS_MASM(cgen_->masm())
|
| /external/chromium_org/v8/src/mips/ |
| macro-assembler-mips.h | 1559 MacroAssembler* masm() { return &masm_; } function in class:v8::internal::CodePatcher [all...] |
| lithium-gap-resolver-mips.cc | 159 #define __ ACCESS_MASM(cgen_->masm())
|
| lithium-codegen-mips.cc | 62 #define __ masm()-> 114 masm()->RecordComment(copy.start()); 276 last_lazy_deopt_pc_ = masm()->pc_offset(); 331 if (!is_int16((masm()->pc_offset() / Assembler::kInstrSize) + 384 safepoints_.Emit(masm(), GetStackSlotCount()); 756 int pc_offset = masm()->pc_offset(); 937 Safepoint safepoint = safepoints_.DefineSafepoint(masm(), [all...] |
| /external/v8/src/arm/ |
| macro-assembler-arm.h | 1336 MacroAssembler* masm() { return &masm_; } function in class:v8::internal::CodePatcher [all...] |
| lithium-gap-resolver-arm.cc | 158 #define __ ACCESS_MASM(cgen_->masm())
|
| full-codegen-arm.cc | 59 explicit JumpPatchSite(MacroAssembler* masm) : masm_(masm) { 314 masm()->CheckConstPool(true, false); [all...] |
| lithium-codegen-arm.cc | 62 #define __ masm()-> 123 masm()->RecordComment(copy.start()); 257 masm()->CheckConstPool(true, false); 271 if (!is_int24((masm()->pc_offset() / Assembler::kInstrSize) + 286 ASSERT(masm()->InstructionsGeneratedSince(&table_start) == 299 safepoints_.Emit(masm(), GetStackSlotCount()); 637 int pc_offset = masm()->pc_offset(); 759 Safepoint safepoint = safepoints_.DefineSafepoint(masm(), 807 masm()->positions_recorder()->RecordPosition(position); [all...] |
| /external/v8/src/mips/ |
| macro-assembler-mips.h | 1500 MacroAssembler* masm() { return &masm_; } function in class:v8::internal::CodePatcher [all...] |
| lithium-gap-resolver-mips.cc | 159 #define __ ACCESS_MASM(cgen_->masm())
|
| full-codegen-mips.cc | 69 explicit JumpPatchSite(MacroAssembler* masm) : masm_(masm) { [all...] |
| lithium-codegen-mips.cc | 62 #define __ masm()-> 121 masm()->RecordComment(copy.start()); 269 safepoints_.Emit(masm(), GetStackSlotCount()); 598 int pc_offset = masm()->pc_offset(); 722 Safepoint safepoint = safepoints_.DefineSafepoint(masm(), 770 masm()->positions_recorder()->RecordPosition(position); [all...] |
| /external/chromium_org/v8/src/x64/ |
| lithium-codegen-x64.cc | 67 #define __ masm()-> 119 masm()->RecordComment(copy.start()); 379 safepoints_.Emit(masm(), GetStackSlotCount()); 598 EnsureSpaceForLazyDeopt(Deoptimizer::patch_size() - masm()->CallSize(code)); 671 int pc_offset = masm()->pc_offset(); 846 Safepoint safepoint = safepoints_.DefineSafepoint(masm(), 884 masm()->positions_recorder()->RecordPosition(position); 890 masm()->positions_recorder()->RecordPosition(position); 983 if (osr_pc_offset_ == -1) osr_pc_offset_ = masm()->pc_offset(); [all...] |
| lithium-gap-resolver-x64.cc | 162 #define __ ACCESS_MASM(cgen_->masm())
|
| full-codegen-x64.cc | 50 explicit JumpPatchSite(MacroAssembler* masm) : masm_(masm) { [all...] |
| /external/v8/src/ |
| deoptimizer.cc | 222 void Deoptimizer::GenerateDeoptimizationEntries(MacroAssembler* masm, 225 TableEntryGenerator generator(masm, type, count); [all...] |
| /external/v8/src/x64/ |
| lithium-gap-resolver-x64.cc | 162 #define __ ACCESS_MASM(cgen_->masm())
|
| lithium-codegen-x64.cc | 67 #define __ masm()-> 124 masm()->RecordComment(copy.start()); 283 safepoints_.Emit(masm(), GetStackSlotCount()); 456 EnsureSpaceForLazyDeopt(Deoptimizer::patch_size() - masm()->CallSize(code)); 529 int pc_offset = masm()->pc_offset(); 642 Safepoint safepoint = safepoints_.DefineSafepoint(masm(), 680 masm()->positions_recorder()->RecordPosition(position); [all...] |
| full-codegen-x64.cc | 49 explicit JumpPatchSite(MacroAssembler* masm) : masm_(masm) { [all...] |
| /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/ |
| opt-gvmat64.asm | 11 ; and by taking inspiration on asm686 with masm, optimised assembly code 503 db 0dh,0ah,"asm686 with masm, optimised assembly code from Brian Raiter, written 1998, converted to amd 64 by Gilles Vollant 2005",0dh,0ah,0
|
| /external/v8/src/ia32/ |
| lithium-gap-resolver-ia32.cc | 228 #define __ ACCESS_MASM(cgen_->masm())
|
| full-codegen-ia32.cc | 50 explicit JumpPatchSite(MacroAssembler* masm) : masm_(masm) { [all...] |