Searched refs:Drop (Results 1 - 25 of 118) sorted by last modified time

12345

/external/vixl/examples/
H A Dswap-int32.cc49 __ Drop(8);
H A Dswap4.cc43 __ Drop(16);
/external/vixl/src/a64/
H A Dmacro-assembler-a64.cc999 void MacroAssembler::Drop(const Operand& size) { function in class:vixl::MacroAssembler
H A Dmacro-assembler-a64.h318 void Drop(const Operand& size);
/external/vixl/test/
H A Dtest-assembler-a64.cc3123 __ Drop(Operand(0));
3125 __ Drop(Operand(xzr));
7518 __ Drop(32);
7595 __ Drop(32);
7645 __ Drop(32);
7697 __ Drop(4);
7703 __ Drop(8);
7755 // * Drop <claim> bytes to restore the original stack pointer.
7845 // Drop memory to restore stack_pointer.
7846 __ Drop(clai
[all...]
/external/ppp/pppd/plugins/radius/etc/
H A Ddictionary.microsoft26 ATTRIBUTE MS-Link-Drop-Time-Limit 15 integer Microsoft
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/clang/test/CXX/temp/temp.param/
H A Dp15-cxx0x.cpp81 template<place > class ...Drop>
84 typedef types<typename Drop<_>::type...> drop;
/external/chromium_org/v8/test/cctest/
H A Dtest-assembler-arm64.cc3802 __ Drop(0);
3804 __ Drop(xzr, 8);
3806 __ Drop(xzr, 0);
3808 __ Drop(x7, 0);
8336 __ Drop(4);
8414 __ Drop(4);
8465 __ Drop(4);
8518 __ Drop(1, kWRegSize);
8524 __ Drop(1);
8576 // * Drop <clai
[all...]
H A Dtest-code-stubs-arm64.cc99 __ Drop(1, kDoubleSize);
111 __ Drop(1, kDoubleSize);
H A Dtest-heap.cc4099 masm.Drop(1);
/external/chromium_org/v8/src/arm/
H A Dbuiltins-arm.cc166 __ Drop(2);
250 __ Drop(1);
H A Dcode-stubs-arm.cc3127 __ Drop(3);
3143 __ Drop(3);
H A Dfull-codegen-arm.cc588 __ Drop(count);
596 __ Drop(count);
604 if (count > 1) __ Drop(count - 1);
613 __ Drop(count);
1051 __ Drop(1); // Switch value is no longer needed.
1069 __ Drop(1);
1075 __ Drop(1); // Switch value is no longer needed.
1082 __ Drop(1); // Switch value is no longer needed.
1188 __ Drop(1);
1274 __ Drop(
[all...]
H A Dlithium-arm.h73 V(Drop) \
1812 DECLARE_CONCRETE_INSTRUCTION(Drop, "drop")
H A Dlithium-codegen-arm.cc3598 __ Drop(instr->count());
H A Dmacro-assembler-arm.cc182 void MacroAssembler::Drop(int count, Condition cond) { function in class:v8::internal::MacroAssembler
190 Drop(drop, cond);
1022 // Drop the execution stack down to the frame pointer and restore
1471 // Drop the stack pointer to the top of the top handler.
1505 // Drop the stack pointer to the top of the top stack handler.
H A Dmacro-assembler-arm.h117 void Drop(int count, Condition cond = al);
/external/chromium_org/v8/src/arm64/
H A Dbuiltins-arm64.cc242 __ Drop(1);
608 // Drop it if that is the case.
610 __ Drop(1);
672 __ Drop(1);
913 __ Drop(1);
950 __ Drop(1); // Remove state.
957 __ Drop(2); // Remove state and TOS.
1167 __ Drop(1);
1354 __ Drop(3);
1368 __ Drop(
[all...]
H A Dcode-stubs-arm64.cc1179 __ Drop(x11);
1400 __ Drop(-EntryFrameConstants::kCallerFPOffset, kByteSizeInBytes);
2550 // Drop the 4 arguments of the stub from the stack.
2551 __ Drop(4);
2583 // Drop the 4 arguments of the stub from the stack.
2584 __ Drop(4);
3773 __ Drop(3);
3789 __ Drop(3);
4219 __ Drop(x1);
H A Ddeoptimizer-arm64.cc192 __ Drop(1 + (kSavedRegistersAreaSize / kXRegSize));
H A Dfull-codegen-arm64.cc449 // Drop the arguments and receiver and return.
574 __ Drop(count);
582 __ Drop(count);
590 if (count > 1) __ Drop(count - 1);
599 __ Drop(count);
1048 __ Drop(1); // Switch value is no longer needed.
1064 __ Drop(1);
1069 __ Drop(1); // Switch value is no longer needed.
1076 __ Drop(1); // Switch value is no longer needed.
1176 __ Drop(
[all...]
H A Dlithium-arm64.h76 V(Drop) \
468 DECLARE_CONCRETE_INSTRUCTION(Drop, "drop")
H A Dlithium-codegen-arm64.cc2841 __ Drop(instr->count());
4767 __ Drop(parameter_count + 1);

Completed in 1736 milliseconds

12345