Searched refs:masm (Results 176 - 200 of 231) sorted by relevance

12345678910

/external/chromium_org/v8/test/cctest/
H A Dtest-assembler-arm64.cc105 #define __ masm.
121 MacroAssembler masm(isolate, buf, buf_size); \
159 core.Dump(&masm); \
175 MacroAssembler masm(isolate, buf, buf_size); \
194 CpuFeatures::FlushICache(buf, masm.SizeOfGeneratedCode()); \
202 core.Dump(&masm); \
6047 UseScratchRegisterScope temps(&masm);
6048 masm.FPTmpList()->set_list(0);
6067 masm.FPTmpList()->set_list(d0.Bit());
6069 masm
[all...]
/external/vixl/test/
H A Dtest-assembler-a64.cc92 #define __ masm.
104 MacroAssembler masm(buf, buf_size); \
118 masm.Reset(); \
140 core.Dump(&masm); \
143 masm.FinalizeCode()
157 MacroAssembler masm(buf, buf_size); \
162 masm.Reset(); \
166 core.Dump(&masm); \
169 masm.FinalizeCode()
5307 UseScratchRegisterScope temps(&masm);
[all...]
H A Dtest-disasm-a64.cc41 ASMCLASS* masm = new ASMCLASS(buf, INSTR_SIZE); \
49 masm->Reset(); \
50 masm->ASM; \
51 masm->FinalizeCode(); \
61 masm->Reset(); \
62 masm->ASM; \
63 masm->FinalizeCode(); \
75 delete masm
/external/chromium_org/v8/src/
H A Dcode-stubs-hydrogen.cc227 MacroAssembler masm(isolate(), NULL, 256);
234 masm.set_generating_stub(true);
235 NoCurrentFrameScope scope(&masm);
236 GenerateLightweightMiss(&masm, miss);
241 masm.GetCode(&desc);
250 desc, flags, masm.CodeObject(), NeedsImmovableCode());
H A Ddeoptimizer.cc232 void Deoptimizer::GenerateDeoptimizationEntries(MacroAssembler* masm, argument
235 TableEntryGenerator generator(masm, type, count);
2805 MacroAssembler masm(isolate, NULL, 16 * KB);
2806 masm.set_emit_debug_code(false);
2807 GenerateDeoptimizationEntries(&masm, entry_count, type);
2809 masm.GetCode(&desc);
/external/chromium_org/v8/src/compiler/x64/
H A Dcode-generator-x64.cc19 #define __ masm()->
434 if (CpuFeatures::IsSupported(SAHF) && masm()->IsEnabled(SAHF)) {
1011 int current_pc = masm()->pc_offset();
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
H A Dopt-gvmat64.asm11 ; 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/chromium_org/v8/src/arm/
H A Dassembler-arm.cc831 patcher.masm()->mov(dst, Operand(target24));
841 patcher.masm()->movw(dst, target16_0);
846 patcher.masm()->movw(dst, target16_0);
847 patcher.masm()->movt(dst, target16_1);
858 patcher.masm()->mov(dst, Operand(target8_0));
859 patcher.masm()->orr(dst, dst, Operand(target8_1 << 8));
864 patcher.masm()->mov(dst, Operand(target8_0));
865 patcher.masm()->orr(dst, dst, Operand(target8_1 << 8));
866 patcher.masm()->orr(dst, dst, Operand(target8_2 << 16));
H A Dfull-codegen-arm.cc37 explicit JumpPatchSite(MacroAssembler* masm) : masm_(masm) { argument
333 masm()->CheckConstPool(true, false);
1686 masm()->serializer_enabled() || flags != ObjectLiteral::kFastElements ||
2766 { PreservePositionScope scope(masm()->positions_recorder());
2836 { PreservePositionScope pos_scope(masm()->positions_recorder());
2875 { PreservePositionScope scope(masm()->positions_recorder());
2917 PreservePositionScope scope(masm()->positions_recorder());
2929 { PreservePositionScope scope(masm()->positions_recorder());
4851 #define __ ACCESS_MASM(masm())
[all...]
/external/chromium_org/v8/src/mips/
H A Dlithium-codegen-mips.cc67 #define __ masm()->
260 osr_pc_offset_ = masm()->pc_offset();
407 safepoints_.Emit(masm(), GetStackSlotCount());
808 int pc_offset = masm()->pc_offset();
984 Safepoint safepoint = safepoints_.DefineSafepoint(masm(),
1019 masm()->positions_recorder()->RecordPosition(position);
1020 masm()->positions_recorder()->WriteRecordedPositions();
2823 Assembler::BlockTrampolinePoolScope block_trampoline_pool(masm());
2828 DCHECK_EQ(1, masm()->InstructionsGeneratedSince(&check));
3888 masm(), inpu
[all...]
H A Dfull-codegen-mips.cc47 explicit JumpPatchSite(MacroAssembler* masm) : masm_(masm) { argument
1671 masm()->serializer_enabled() || flags != ObjectLiteral::kFastElements ||
2751 { PreservePositionScope scope(masm()->positions_recorder());
2821 { PreservePositionScope pos_scope(masm()->positions_recorder());
2858 { PreservePositionScope scope(masm()->positions_recorder());
2900 PreservePositionScope scope(masm()->positions_recorder());
2912 { PreservePositionScope scope(masm()->positions_recorder());
4865 #define __ ACCESS_MASM(masm())
4911 patcher.masm()
[all...]
/external/chromium_org/v8/src/x87/
H A Dassembler-x87.cc129 patcher.masm()->bind(&check_codesize);
133 patcher.masm()->call(target, RelocInfo::NONE32);
137 patcher.masm()->SizeOfCodeGeneratedSince(&check_codesize));
142 patcher.masm()->int3();
H A Dlithium-gap-resolver-x87.cc205 #define __ ACCESS_MASM(cgen_->masm())
H A Dlithium-codegen-x87.cc48 #define __ masm()->
287 osr_pc_offset_ = masm()->pc_offset();
479 int target_offset = masm()->pc_offset() + Deoptimizer::patch_size();
480 while (masm()->pc_offset() < target_offset) {
481 masm()->nop();
484 safepoints_.Emit(masm(), GetStackSlotCount());
1075 int pc_offset = masm()->pc_offset();
1271 safepoints_.DefineSafepoint(masm(), kind, arguments, deopt_mode);
1304 masm()->positions_recorder()->RecordPosition(position);
1305 masm()
[all...]
/external/chromium_org/v8/src/compiler/ia32/
H A Dcode-generator-ia32.cc19 #define __ masm()->
946 int current_pc = masm()->pc_offset();
/external/libpcap/msdos/
H A Dpkt_rx0.asm5 masm
/external/chromium_org/v8/src/x64/
H A Dfull-codegen-x64.cc28 explicit JumpPatchSite(MacroAssembler* masm) : masm_(masm) { argument
1176 SmiIndex index = masm()->SmiToIndex(rax, rax, kPointerSizeLog2);
1641 masm()->serializer_enabled() || flags != ObjectLiteral::kFastElements ||
2673 { PreservePositionScope scope(masm()->positions_recorder());
2741 { PreservePositionScope pos_scope(masm()->positions_recorder());
2777 { PreservePositionScope scope(masm()->positions_recorder());
2816 PreservePositionScope scope(masm()->positions_recorder());
2828 { PreservePositionScope scope(masm()->positions_recorder());
2921 Condition non_negative_smi = masm()
[all...]
/external/chromium_org/v8/src/ia32/
H A Dassembler-ia32.cc134 patcher.masm()->bind(&check_codesize);
138 patcher.masm()->call(target, RelocInfo::NONE32);
142 patcher.masm()->SizeOfCodeGeneratedSince(&check_codesize));
147 patcher.masm()->int3();
H A Dlithium-gap-resolver-ia32.cc205 #define __ ACCESS_MASM(cgen_->masm())
H A Dfull-codegen-ia32.cc28 explicit JumpPatchSite(MacroAssembler* masm) : masm_(masm) { argument
1607 masm()->serializer_enabled() ||
2678 { PreservePositionScope scope(masm()->positions_recorder());
2743 { PreservePositionScope pos_scope(masm()->positions_recorder());
2779 { PreservePositionScope scope(masm()->positions_recorder());
2819 PreservePositionScope scope(masm()->positions_recorder());
2831 { PreservePositionScope scope(masm()->positions_recorder());
3135 Handle<Map> map = masm()->isolate()->factory()->heap_number_map();
4808 #define __ ACCESS_MASM(masm())
[all...]
/external/chromium_org/v8/src/mips64/
H A Dlithium-codegen-mips64.cc42 #define __ masm()->
235 osr_pc_offset_ = masm()->pc_offset();
352 safepoints_.Emit(masm(), GetStackSlotCount());
758 int pc_offset = masm()->pc_offset();
934 Safepoint safepoint = safepoints_.DefineSafepoint(masm(),
969 masm()->positions_recorder()->RecordPosition(position);
970 masm()->positions_recorder()->WriteRecordedPositions();
2793 Assembler::BlockTrampolinePoolScope block_trampoline_pool(masm());
2798 DCHECK_EQ(1, masm()->InstructionsGeneratedSince(&check));
3920 masm(), inpu
[all...]
H A Dfull-codegen-mips64.cc47 explicit JumpPatchSite(MacroAssembler* masm) : masm_(masm) { argument
1668 masm()->serializer_enabled() || flags != ObjectLiteral::kFastElements ||
2752 { PreservePositionScope scope(masm()->positions_recorder());
2821 { PreservePositionScope pos_scope(masm()->positions_recorder());
2858 { PreservePositionScope scope(masm()->positions_recorder());
2900 PreservePositionScope scope(masm()->positions_recorder());
2912 { PreservePositionScope scope(masm()->positions_recorder());
4866 #define __ ACCESS_MASM(masm())
4914 patcher.masm()
[all...]
/external/zlib/src/contrib/masmx64/
H A Dgvmat64.asm13 ; and by taking inspiration on asm686 with masm, optimised assembly code
545 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/chromium_org/v8/src/arm64/
H A Dfull-codegen-arm64.cc30 explicit JumpPatchSite(MacroAssembler* masm) : masm_(masm), reg_(NoReg) { argument
331 masm()->CheckVeneerPool(true, false);
332 masm()->CheckConstPool(true, false);
1666 masm()->serializer_enabled() || flags != ObjectLiteral::kFastElements ||
2430 { PreservePositionScope scope(masm()->positions_recorder());
2501 PreservePositionScope pos_scope(masm()->positions_recorder());
2542 { PreservePositionScope scope(masm()->positions_recorder());
2582 PreservePositionScope scope(masm()->positions_recorder());
2594 { PreservePositionScope scope(masm()
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/
H A Dnasm-parse.c862 if (parser_nasm->masm && curtok == ID && !yasm__strcasecmp(ID_val, "flat")) {
968 if (parser_nasm->masm && curtok == ID && !yasm__strcasecmp(ID_val, "ptr")) {

Completed in 6781 milliseconds

12345678910