/external/libunwind/doc/ |
unw_set_reg.tex | 27 frames, it is normally possible to access only the preserved
|
libunwind.tex | 98 registers that were preserved for the current stack frame (as 104 by definition, only the \emph{preserved} machine state can be accessed 106 \emph{callee-saved} (``preserved'') registers. However, in some 108 \emph{caller-saved} (``scratch'') registers are preserved in the stack
|
/external/libjpeg-turbo/simd/ |
jfdctint-mmx.asm | 115 ; push ecx ; need not be preserved 116 ; push edx ; need not be preserved 612 ; pop edx ; need not be preserved 613 ; pop ecx ; need not be preserved
|
jidctflt-sse.asm | 87 ; push ecx ; need not be preserved 88 ; push edx ; need not be preserved 562 ; pop edx ; need not be preserved 563 ; pop ecx ; need not be preserved
|
jidctflt-sse2.asm | 87 ; push ecx ; need not be preserved 88 ; push edx ; need not be preserved 488 ; pop edx ; need not be preserved 489 ; pop ecx ; need not be preserved
|
jfdctfst-sse2.asm | 95 ; push edx ; need not be preserved 394 ; pop edx ; need not be preserved
|
jidctfst-sse2.asm | 107 ; push edx ; need not be preserved 492 ; pop edx ; need not be preserved
|
jidctint-mmx.asm | 121 ; push ecx ; need not be preserved 122 ; push edx ; need not be preserved [all...] |
jfdctint-sse2.asm | 116 ; push edx ; need not be preserved 624 ; pop edx ; need not be preserved
|
/external/v8/test/mjsunit/ |
debug-clearbreakpointgroup.js | 119 // rest are preserved.
|
/external/v8/test/webkit/fast/js/ |
function-toString-parentheses.js | 25 "This test checks that parentheses are preserved when significant, and not added where inappropriate. " +
|
/external/libvpx/libvpx/vpx_ports/ |
x86_abi_support.asm | 167 ; This macro uses one temporary register, which is not preserved, and thus 330 %error Only xmm registers 6-15 must be preserved
|
/external/llvm/include/llvm/IR/ |
PassManagerInternal.h | 144 /// This method also receives a set of preserved analyses which can be used 203 /// \brief The model bases invalidation solely on being in the preserved set. 209 return !PA.preserved(PassT::ID());
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/ |
x86_abi_support.asm | 167 ; This macro uses one temporary register, which is not preserved, and thus 330 %error Only xmm registers 6-15 must be preserved
|
/external/bison/doc/ |
refcard.tex | 91 are preserved on all copies. 116 are preserved on all copies.
|
/frameworks/base/core/java/android/text/format/ |
DateFormat.java | 234 * where stand-alone months are necessary. Lengths are preserved where meaningful,
|
/build/core/ |
pdk_config.mk | 88 # Copy with the last-modified time preserved, never follow symbolic links.
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/ |
rewrite.rb | 39 TokenRewriteStream is a specialized form of CommonTokenStream that provides simple stream editing functionality. By creating <i>rewrite programs</i>, new text output can be created based upon the tokens in the stream. The basic token stream itself is preserved, and text output is rendered on demand using the #to_s method.
|
/external/libunwind_llvm/src/ |
UnwindRegistersSave.S | 322 @ not expected to be preserved.
|
/external/libvpx/libvpx/vp8/common/x86/ |
loopfilter_block_sse2_x86_64.asm | 15 ; %1 value not preserved 16 ; %2 value preserved
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/ |
loopfilter_block_sse2.asm | 15 ; %1 value not preserved 16 ; %2 value preserved
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/ |
UnwindRegistersSave.S | 322 @ not expected to be preserved.
|
/external/harfbuzz_ng/ |
git.mk | 10 # notice and this notice are preserved.
|
/external/zlib/src/contrib/masmx64/ |
inffasx64.asm | 28 ; All registers must be preserved across the call, except for
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/armv5te/ |
boolhuff_armv5te.asm | 31 push {r0-r3, r12, lr} ; rest of regs are preserved by subroutine call
|