HomeSort by relevance Sort by last modified time
    Searched refs:scratch (Results 251 - 275 of 289) sorted by null

<<1112

  /external/chromium_org/third_party/boringssl/linux-arm/crypto/aes/
bsaes-armv7.S 1078 sub sp, #0x10 @ scratch space to carry over the IV
1296 mov r1, r9 @ use the iv scratch space as out buffer
1335 sub sp, sp, #0x10 @ scratch space to carry over the ctr
    [all...]
  /external/chromium_org/v8/src/
code-stubs.h     [all...]
full-codegen.h 360 // found context into the scratch register. Writing to this operand will
362 MemOperand VarOperand(Variable* var, Register scratch);
    [all...]
  /external/openssl/crypto/aes/asm/
bsaes-armv7.S 1076 sub sp, #0x10 @ scratch space to carry over the IV
1294 mov r1, r9 @ use the iv scratch space as out buffer
1332 sub sp, sp, #0x10 @ scratch space to carry over the ctr
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.util_6.1.23.v201004211559.jar 
  /external/chromium_org/third_party/leveldatabase/src/db/
db_impl.cc 405 std::string scratch; local
409 while (reader.ReadRecord(&record, &scratch) &&
    [all...]
db_test.cc 175 char* scratch) const {
177 return target_->Read(offset, n, result, scratch);
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
opt-gvmat64.asm 161 ; rax, rcx, rdx, r8, r9, r10, and r11, which are scratch.
  /external/chromium_org/third_party/opus/src/celt/arm/
celt_pitch_xcorr_arm.s 58 ; q8 = scratch
  /external/chromium_org/v8/src/arm/
assembler-arm.cc     [all...]
assembler-arm.h 169 // Used as lithium codegen scratch register.
205 // A few double registers are reserved: one as a scratch register and one to
208 // d15: scratch register.
    [all...]
lithium-arm.cc 1748 LOperand* scratch = TempRegister(); local
    [all...]
  /external/chromium_org/v8/src/arm64/
assembler-arm64.cc 3129 Register scratch = Register::XRegFromCode(scratch_code); local
    [all...]
lithium-arm64.cc 999 // This type cannot deoptimize, but needs a scratch register.
1589 LOperand* scratch = TempRegister(); local
    [all...]
  /external/libopus/celt/arm/
celt_pitch_xcorr_arm.s 58 ; q8 = scratch
  /external/linux-tools-perf/perf-3.12.0/arch/sh/lib/
memcpy-sh4.S 447 ! Scratch: r1, r3, r6, r7
449 ! We could do this with the four scratch registers, but if src
632 ! Scratch: r1, r3, r6, r7
634 ! We could do this with the four scratch registers, but if src
  /external/llvm/include/llvm/ADT/
APInt.h     [all...]
  /external/libunwind/doc/
libunwind.tex 108 \emph{caller-saved} (``scratch'') registers are preserved in the stack
  /external/chromium_org/third_party/webrtc/modules/audio_processing/ns/
nsx_core_neon.S 80 @ r0-r3: function arguments, and scratch registers.
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 6992 unsigned scratch = MRI.createVirtualRegister(IsNeon ? VecTRC : TRC); local
7007 unsigned scratch = MRI.createVirtualRegister(TRC); local
7106 unsigned scratch = MRI.createVirtualRegister(IsNeon ? VecTRC : TRC); local
7146 unsigned scratch = MRI.createVirtualRegister(TRC); local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/sparc/
xform.S 22 .register %g2, #scratch
23 .register %g3, #scratch
    [all...]
  /external/chromium_org/v8/src/ia32/
lithium-ia32.cc 1718 LOperand* scratch = TempRegister(); local
    [all...]
  /external/chromium_org/v8/src/mips/
lithium-mips.cc 1697 LOperand* scratch = TempRegister(); local
    [all...]
  /external/chromium_org/v8/src/mips64/
lithium-mips64.cc 1698 LOperand* scratch = TempRegister(); local
    [all...]
  /external/chromium_org/v8/src/x87/
lithium-x87.cc 1636 LOperand* scratch = TempRegister(); local
    [all...]

Completed in 617 milliseconds

<<1112