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

1 2 3 45 6 7 8 91011>>

  /external/smali/smali/src/main/antlr3/
smaliTreeWalker.g 107 throw new SemanticException(input, "The maximum allowed register in this context is list of registers is v15");
375 $method::totalMethodRegisters = $registers_directive.registers + $method::methodParameterRegisters;
377 $method::totalMethodRegisters = $registers_directive.registers;
425 throw new SemanticException(input, $registers_directive.start, "A .registers directive is not valid in \%s method", methodType);
447 throw new SemanticException(input, $I_METHOD, "A .registers or .locals directive must be present for a non-abstract/non-final method");
453 " registers, for the method parameters");
518 registers_directive returns[boolean isLocalsDirective, int registers]
519 : {$registers = 0;}
523 short_integral_literal {$registers = $short_integral_literal.value;}
649 register_list returns[byte[\] registers, byte registerCount
    [all...]
  /art/runtime/arch/mips/
jni_entrypoints_mips.S 42 lw $a0, 0($sp) # restore registers from stack
  /bionic/libc/arch-x86/bionic/
__bionic_clone.S 9 # Load system call arguments into registers.
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
LocalSnapshot.java 58 public DalvInsn withRegisters(RegisterSpecList registers) {
  /dalvik/dx/src/com/android/dx/dex/code/
LocalSnapshot.java 59 public DalvInsn withRegisters(RegisterSpecList registers) {
LocalStart.java 74 public DalvInsn withRegisters(RegisterSpecList registers) {
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
ProgramImpl.h 47 const std::vector<std::string> &transformFeedbackVaryings, int *registers,
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/
ProgramD3D.cpp 129 const std::vector<std::string> &transformFeedbackVaryings, int *registers,
143 *registers = mDynamicHLSL->packVaryings(infoLog, packing, fragmentShaderD3D, vertexShaderD3D, transformFeedbackVaryings);
145 if (*registers < 0)
155 if (!mDynamicHLSL->generateShaderLinkHLSL(infoLog, *registers, packing, mPixelHLSL, mVertexHLSL,
  /external/chromium_org/v8/src/
safepoint-table.cc 78 // Print the registers (if any).
168 ZoneList<int>* registers = registers_[i]; local
172 // Run through the registers (if any).
174 if (registers == NULL) {
180 for (int j = 0; j < registers->length(); j++) {
181 int index = registers->at(j);
safepoint-table.h 169 Safepoint(ZoneList<int>* indexes, ZoneList<int>* registers)
170 : indexes_(indexes), registers_(registers) {}
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
LocalSnapshot.java 58 public DalvInsn withRegisters(RegisterSpecList registers) {
  /external/libhevc/common/arm/
ihevc_inter_pred_luma_copy.s 66 @**************variables vs registers*****************************************
124 ldmfd sp!,{r4-r12,r15} @reload the registers from sp
154 ldmfd sp!,{r4-r12,r15} @reload the registers from sp
183 ldmfd sp!,{r4-r12,r15} @reload the registers from sp
ihevc_intra_pred_chroma_mode_18_34.s 84 @**************variables vs registers*****************************************
184 ldmfd sp!,{r4-r12,r15} @reload the registers from sp
  /external/libunwind/src/arm/
getcontext.S 33 @ registers. It must be called in a special way, not as a regular
  /external/libunwind/src/mips/
getcontext-android.S 53 # registers.
getcontext.S 54 # registers.
  /external/llvm/test/MC/AArch64/
arm64-optional-hash.s 29 ; Memory, two registers inside []
  /external/chromium_org/third_party/openmax_dl/dl/api/arm/
armCOMM_s.h 34 @// Work out a list of R saved registers, and how much stack space is needed.
96 @ Work out list of D saved registers, like for R registers.
157 @ rreg = "" don't stack any registers
159 @ "rN" stack registers "r4-rN,lr"
160 @ dreg = "" don't stack any D registers
161 @ "dN" stack registers "d8-dN"
176 @ Save specified R registers
180 @ Save specified D registers
200 @ Restore any saved R or D registers
    [all...]
  /external/libcxxabi/src/Unwind/
UnwindRegistersSave.S 137 ; save CR registers
144 ; save float registers
179 ; save vector registers
291 @ Per EHABI #4.7 this only saves the core integer registers.
292 @ EHABI #7.4.5 notes that in general all VRS registers should be restored
293 @ however this is very hard to do for VFP registers because it is unknown
294 @ to the lbirary how many registers are implemented by the architecture.
295 @ Instead, VFP registers are demand saved by logic external to unw_getcontext.
346 @ only accessed if the personality routine needs these registers. Use of
347 @ these registers implies they are, actually, available on the target, s
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
UnwindRegistersSave.S 137 ; save CR registers
144 ; save float registers
179 ; save vector registers
291 @ Per EHABI #4.7 this only saves the core integer registers.
292 @ EHABI #7.4.5 notes that in general all VRS registers should be restored
293 @ however this is very hard to do for VFP registers because it is unknown
294 @ to the lbirary how many registers are implemented by the architecture.
295 @ Instead, VFP registers are demand saved by logic external to unw_getcontext.
346 @ only accessed if the personality routine needs these registers. Use of
347 @ these registers implies they are, actually, available on the target, s
    [all...]
  /external/chromium_org/third_party/webrtc/common_audio/signal_processing/
min_max_operations_neon.S 49 @ Find the maximum value in the Neon registers and move it to r2.
99 @ Find the maximum value in the Neon registers and move it to r2.
144 @ Find the maximum value in the Neon registers and move it to r2.
185 @ Find the maximum value in the Neon registers and move it to r2.
224 @ Find the maximum value in the Neon registers and move it to r2.
266 @ Find the maximum value in the Neon registers and move it to r2.
  /art/compiler/optimizing/
code_generator.h 191 CallingConvention(const T* registers, int number_of_registers)
192 : registers_(registers), number_of_registers_(number_of_registers) {}
202 // We still reserve the space for parameters passed by registers.
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
toy.ml 33 (* Promote allocas to registers. *)
  /external/oprofile/events/mips/vr5432/
events 8 event:0x4 counters:0,1 um:zero minimum:500 name:BRANCHES : Branch execution (no jumps or jump registers)
  /external/sonivox/arm-hybrid-22k/lib_src/
ARM-E_mastergain_gnu.s 55 .equ REG_SAVE_SZ, 0 @save-on-entry registers saved
68 STMFD sp!,{r4-r6,r14} @Save any save-on-entry registers that are used

Completed in 512 milliseconds

1 2 3 45 6 7 8 91011>>