HomeSort by relevance Sort by last modified time
    Searched refs:Restore (Results 201 - 225 of 297) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/syslinux/dosutil/
eltorito.asm 891 cld ;Restore count direction to up
977 mov ax, cs ; Restore segment registers (fix)
  /external/v8/src/arm/
code-stubs-arm.cc 657 // restore them.
879 // we never have to restore it, because it will not change.
    [all...]
  /external/v8/src/arm64/
code-stubs-arm64.cc 615 // restore them.
654 // Restore lr with the value it had before the call to this stub (the value
    [all...]
  /external/v8/src/ia32/
code-stubs-ia32.cc 63 // restore them.
229 // Restore registers
    [all...]
  /external/v8/src/mips/
code-stubs-mips.cc 107 // Retrieve and restore the FCSR.
201 // Restore sign if necessary.
726 // restore them.
    [all...]
  /external/v8/src/mips64/
code-stubs-mips64.cc 105 // Retrieve and restore the FCSR.
199 // Restore sign if necessary.
723 // restore them.
    [all...]
  /external/v8/src/ppc/
code-stubs-ppc.cc 686 // restore them.
    [all...]
  /external/v8/src/s390/
code-stubs-s390.cc 668 // restore them.
    [all...]
  /external/v8/src/x64/
code-stubs-x64.cc 164 // Restore registers
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wbemcli.h     [all...]
  /external/libcxxabi/src/
cxa_demangle.cpp 145 T &Restore;
149 : Restore(Restore_), OriginalValue(Restore) {
150 Restore = std::move(NewVal);
152 ~SwapAndRestore() { Restore = std::move(OriginalValue); }
    [all...]
  /art/runtime/arch/arm/
quick_entrypoints_arm.S 258 .cfi_restore r0 @ debugger can no longer restore caller's r0
489 * On success this wrapper will restore arguments and *jump* to the target, leaving the lr
571 mov r0, r4 @ restore method*
580 mov sp, r11 @ restore the stack pointer
590 pop {r4, r5, r6, r7, r8, r9, r10, r11, pc} @ restore spill regs
630 ldr r10, [sp, #8] @ Restore JValue* result
631 ldr sp, [sp, #4] @ Restore saved stack pointer
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/Ia32/
AsmFuncs.asm 382 ; restore context...
400 ;; skip restore of dr6. We cleared dr6 during the context save.
441 ;; The next stuff to restore is the general purpose registers that were pushed
468 mov eax, DebugEsp ; restore the DebugEsp on the debug stack
477 ;; Restore eflags so when we chain, the flags will be exactly as if we were never here.
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/X64/
AsmFuncs.asm 411 ; restore context...
429 ;; skip restore of dr6. We cleared dr6 during the context save.
478 ;; The next stuff to restore is the general purpose registers that were pushed
511 mov rax, DebugRsp ; restore the DebugRsp on the debug stack
520 ;; Restore rflags so when we chain, the flags will be exactly as if we were never here.
  /external/libavc/common/arm/
ih264_iquant_itrans_recon_a9.s 162 vmoveq.16 d0[0], r9 @ Restore dc value in case of intra, i.e. r8 == 1
336 vmov.16 d0[0], r9 @ Restore dc value since its chroma iq-it
    [all...]
  /external/syslinux/com32/lib/libpng/
CHANGES     [all...]
  /external/zlib/src/contrib/masmx64/
gvmat64.asm 528 ;;; Restore the stack and return from whence we came.
  /external/zlib/src/contrib/masmx86/
match686.asm 447 ;;; Restore the stack and return from whence we came.
  /prebuilts/go/darwin-x86/src/bytes/
buffer.go 148 // Restore b.off and len(b.buf).
  /prebuilts/go/darwin-x86/src/cmd/fix/
typecheck.go 683 // Restore t.
  /prebuilts/go/darwin-x86/src/text/template/parse/
lex.go 614 // Restore line number to location of opening quote.
  /prebuilts/go/linux-x86/src/bytes/
buffer.go 148 // Restore b.off and len(b.buf).
  /prebuilts/go/linux-x86/src/cmd/fix/
typecheck.go 683 // Restore t.
  /prebuilts/go/linux-x86/src/text/template/parse/
lex.go 614 // Restore line number to location of opening quote.
  /toolchain/binutils/binutils-2.27/zlib/contrib/masmx64/
gvmat64.asm 528 ;;; Restore the stack and return from whence we came.

Completed in 1403 milliseconds

1 2 3 4 5 6 7 891011>>