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

1 2 3 4 5 6 7 891011>>

  /external/lldb/examples/python/
crashlog.py 100 self.registers = dict()
110 if self.registers:
111 print "%s Registers:" % (prefix)
112 for reg in self.registers.keys():
113 print "%s %-5s = %#16.16x" % (prefix, reg, self.registers[reg])
359 thread.registers[reg.strip()] = int(value, 0)
    [all...]
  /external/libhevc/common/arm/
ihevc_inter_pred_chroma_copy_w16out.s 86 @**************variables vs registers*****************************************
165 ldmfd sp!,{r4-r12,r15} @reload the registers from sp
319 ldmfd sp!,{r4-r12,r15} @reload the registers from sp
ihevc_weighted_pred_bi.s 120 @**************variables vs registers*****************************************
263 ldmfd sp!,{r4-r12,r15} @reload the registers from sp
ihevc_inter_pred_filters_luma_horz.s 97 @**************variables vs registers*****************************************
273 ldmfd sp!,{r4-r12,r15} @reload the registers from sp
428 ldmfd sp!,{r4-r12,r15} @reload the registers from sp
529 ldmfd sp!,{r4-r12,r15} @reload the registers from sp
  /hardware/samsung_slsi/exynos5/libswconverter/
csc_ARGB8888_to_YUV420SP_NEON.s 27 stmfd sp!, {r4-r12,r14} @ backup registers
60 stmfd sp!, {r12} @ backup registers
364 ldmfd sp!, {r4-r12,pc} @ backup registers
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx_ports/
x86_abi_support.asm 143 ; 64 bit ABI passes arguments in registers. This is a workaround to get up
322 ; store registers 6-n on the stack
330 %error Only xmm registers 6-15 must be preserved
  /external/libvpx/libvpx/vpx_ports/
x86_abi_support.asm 143 ; 64 bit ABI passes arguments in registers. This is a workaround to get up
322 ; store registers 6-n on the stack
330 %error Only xmm registers 6-15 must be preserved
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/
x86_abi_support.asm 143 ; 64 bit ABI passes arguments in registers. This is a workaround to get up
322 ; store registers 6-n on the stack
330 %error Only xmm registers 6-15 must be preserved
  /external/chromium_org/third_party/boringssl/src/crypto/bn/asm/
armv4-mont.pl 109 stmdb sp!,{r4-r12,lr} @ save 10 registers
233 ldmia sp!,{r4-r12,lr} @ restore registers
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/
vp9_subpel_variance.asm 137 ; FIXME(rbultje) only bilinear filters use >8 registers, and ssse3 only uses
138 ; 11, not 13, if the registers are ordered correctly. May make a minor speed
376 %if notcpuflag(ssse3) ; FIXME(rbultje) don't scatter registers on x86-64
421 ; tables in half for this function, and save 1-2 registers on x86-64.
674 %if notcpuflag(ssse3) ; FIXME(rbultje) don't scatter registers on x86-64
822 %if notcpuflag(ssse3) ; FIXME(rbultje) don't scatter registers on x86-64
954 %if notcpuflag(ssse3) ; FIXME(rbultje) don't scatter registers on x86-64
    [all...]
  /external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/neon/
omxSP_FFTInv_CCSToR_S16_Sfs_s.S 49 @Input Registers
55 @ Output registers
58 @Local Scratch Registers
85 @ Neon registers
  /external/chromium_org/v8/test/mjsunit/compiler/
compare.js 90 // Test compare in case of aliased registers.
  /external/libunwind/doc/
libunwind-dynamic.tex 16 \emph{frame registers} (typically the instruction-pointer and the
17 stack-pointer) and all callee-saved registers (preserved registers).
19 current value (for frame registers) or by providing the location at
20 which the current value is stored (callee-saved registers).
48 on the stack and save certain callee-saved registers. The body
69 instructions which restore the contents of callee-saved registers.
86 A runtime code-generator registers the dynamic unwind-info of a
351 \Var{val}. The set of registers that can be specified for this tag
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_subpel_variance.asm 137 ; FIXME(rbultje) only bilinear filters use >8 registers, and ssse3 only uses
138 ; 11, not 13, if the registers are ordered correctly. May make a minor speed
376 %if notcpuflag(ssse3) ; FIXME(rbultje) don't scatter registers on x86-64
421 ; tables in half for this function, and save 1-2 registers on x86-64.
674 %if notcpuflag(ssse3) ; FIXME(rbultje) don't scatter registers on x86-64
822 %if notcpuflag(ssse3) ; FIXME(rbultje) don't scatter registers on x86-64
954 %if notcpuflag(ssse3) ; FIXME(rbultje) don't scatter registers on x86-64
    [all...]
  /external/lldb/scripts/Python/interface/
SBFrame.i 246 /// Find variables, register sets, registers, or persistent variables using
343 __swig_getmethods__["registers"] = GetRegisters
344 if _newclass: registers = property(GetRegisters, None, doc='''A read only property that returns a list() that contains a collection of lldb.SBValue objects that represent the CPU registers for this stack frame.''')
347 if _newclass: regs = property(GetRegisters, None, doc='''A read only property that returns a list() that contains a collection of lldb.SBValue objects that represent the CPU registers for this stack frame.''')
  /external/llvm/test/MC/ARM/
eh-directive-save.s 6 @ The .save directive records the GPR registers which are pushed to the
333 @ Check the order of unwind opcode to pop registers.
  /external/openssl/crypto/bn/asm/
armv4-mont.pl 108 stmdb sp!,{r4-r12,lr} @ save 10 registers
232 ldmia sp!,{r4-r12,lr} @ restore registers
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
vp9_subpel_variance.asm 137 ; FIXME(rbultje) only bilinear filters use >8 registers, and ssse3 only uses
138 ; 11, not 13, if the registers are ordered correctly. May make a minor speed
376 %if notcpuflag(ssse3) ; FIXME(rbultje) don't scatter registers on x86-64
421 ; tables in half for this function, and save 1-2 registers on x86-64.
674 %if notcpuflag(ssse3) ; FIXME(rbultje) don't scatter registers on x86-64
822 %if notcpuflag(ssse3) ; FIXME(rbultje) don't scatter registers on x86-64
954 %if notcpuflag(ssse3) ; FIXME(rbultje) don't scatter registers on x86-64
    [all...]
  /external/smali/smali/src/main/java/org/jf/smali/
smaliTreeWalker.java 373 throw new SemanticException(input, "The maximum allowed register in this context is list of registers is v15");
2544 public int registers; field in class:smaliTreeWalker.registers_directive_return
3579 public byte[] registers; field in class:smaliTreeWalker.register_list_return
    [all...]
  /art/runtime/arch/arm/
portable_entrypoints_arm.S 69 @ TODO: just save the registers that are needed in artPortableProxyInvokeHandler.
101 @ TODO: just save the registers that are needed in artPortableResolutionTrampoline.
143 @ TODO: just save the registers that are needed in artPortableToInterpreterBridge.
  /build/core/combo/
TARGET_linux-arm64.mk 125 -frename-registers
TARGET_linux-mips64.mk 120 -frename-registers
  /external/chromium_org/third_party/webrtc/common_audio/signal_processing/
cross_correlation_neon.S 18 @ from using Neon registers.
  /external/chromium_org/v8/src/
interface-descriptors.h 61 // A copy of the passed in registers and param_representations is made
68 void Initialize(int register_parameter_count, Register* registers,
92 // arrays of Registers cause creation of runtime static initializers
  /external/compiler-rt/make/platform/
clang_macho_embedded.mk 46 # and the ABI (out of necessity) passes floating values in normal registers:
51 # Hard-float version of the runtime. On ARM VFP instructions and registers are

Completed in 1366 milliseconds

1 2 3 4 5 6 7 891011>>