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

1 2 3 4 56 7 8 91011>>

  /external/sonivox/arm-wt-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
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/
ProgramD3D.h 56 const std::vector<std::string> &transformFeedbackVaryings, int *registers,
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_amd64.S 8 # Save scratch registers.
52 # Restore scratch registers.
88 # Save scratch registers.
132 # Restore scratch registers.
  /external/libunwind/doc/
unw_getcontext.tex 21 exact set of registers stored by \Func{unw\_getcontext}() is
23 (``callee-saved'') and all frame-related registers, such as the
unw_is_signal_frame.tex 29 the events that create them require storing the contents of registers
30 that are normally treated as scratch (``caller-saved'') registers.
  /external/libhevc/common/arm/
ihevc_intra_pred_chroma_horz.s 81 @**************variables vs registers*****************************************
190 ldmfd sp!,{r4-r12,r15} @reload the registers from sp
267 ldmfd sp!,{r4-r12,r15} @reload the registers from sp
311 ldmfd sp!,{r4-r12,r15} @reload the registers from sp
342 ldmfd sp!,{r4-r12,r15} @reload the registers from sp
ihevc_intra_pred_luma_horz.s 81 @**************variables vs registers*****************************************
188 ldmfd sp!,{r4-r12,r15} @reload the registers from sp
262 ldmfd sp!,{r4-r12,r15} @reload the registers from sp
304 ldmfd sp!,{r4-r12,r15} @reload the registers from sp
335 ldmfd sp!,{r4-r12,r15} @reload the registers from sp
ihevc_inter_pred_chroma_copy.s 86 @**************variables vs registers*****************************************
152 ldmfd sp!,{r4-r12,r15} @reload the registers from sp
265 ldmfd sp!,{r4-r12,r15} @reload the registers from sp
  /external/llvm/test/MC/ARM/
thumb-diagnostics.s 16 @ Instructions which require v6+ for both registers to be low regs.
62 @ CHECK-ERRORS: error: registers must be in range r0-r7
81 @ CHECK-ERRORS: error: registers must be in range r0-r7 or pc
84 @ CHECK-ERRORS: error: registers must be in range r0-r7 or lr
97 @ CHECK-ERRORS: error: registers must be in range r0-r7
  /external/vixl/src/a64/
macro-assembler-a64.cc 232 // Otherwise, emit a register move only if the registers are distinct, or
233 // if they are not X registers.
237 // registers is not required to clear the top word of the X register. In
786 void MacroAssembler::PushCPURegList(CPURegList registers) {
787 int size = registers.RegisterSizeInBytes();
789 PrepareForPush(registers.Count(), size);
790 // Push up to four registers at a time because if the current stack pointer is
791 // sp and reg_size is 32, registers must be pushed in blocks of four in order
794 while (!registers.IsEmpty()) {
795 int count_before = registers.Count()
    [all...]
  /external/libcxxabi/src/Unwind/
Unwind-EHABI.cpp 268 uint32_t registers =
271 if (!registers)
273 if (registers & (1 << 15))
275 _Unwind_VRS_Pop(context, _UVRSC_CORE, registers, _UVRSD_UINT32);
290 uint32_t registers = RegisterMask(4, byte & 0x07); local
292 registers |= 1 << 14;
293 _Unwind_VRS_Pop(context, _UVRSC_CORE, registers, _UVRSD_UINT32);
304 uint8_t registers = getByte(data, offset++);
305 if (registers & 0xf0 || !registers)
    [all...]
UnwindRegistersRestore.S 37 # restore all registers
70 # restore all registers
140 ; restore float registers
174 ; restore vector registers if any are in use
346 @ only accessed if the personality routine needs these registers. Use of
347 @ these registers implies they are, actually, available on the target, so
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
Unwind-EHABI.cpp 235 uint16_t registers =
237 if (!registers)
239 if (registers & (1<<15))
241 _Unwind_VRS_Pop(context, _UVRSC_CORE, registers, _UVRSD_UINT32);
256 uint32_t registers = RegisterMask(4, byte & 0x07); local
258 registers |= 1<<14;
259 _Unwind_VRS_Pop(context, _UVRSC_CORE, registers, _UVRSD_UINT32);
270 uint8_t registers = getByte(data, offset++);
271 if (registers & 0xf0 || !registers)
    [all...]
UnwindRegistersRestore.S 37 # restore all registers
70 # restore all registers
140 ; restore float registers
174 ; restore vector registers if any are in use
346 @ only accessed if the personality routine needs these registers. Use of
347 @ these registers implies they are, actually, available on the target, so
  /art/compiler/utils/
assembler_test.h 56 const std::vector<Reg*> registers = GetRegisters(); local
58 for (auto reg : registers) {
81 const std::vector<Reg*> registers = GetRegisters(); local
83 for (auto reg1 : registers) {
84 for (auto reg2 : registers) {
116 const std::vector<Reg*> registers = GetRegisters(); local
119 for (auto reg : registers) {
  /external/lldb/source/Plugins/Instruction/ARM/
EmulateInstructionARM.cpp 325 // Push Multiple Registers stores multiple registers to the stack, storing to
337 address = SP - 4*BitCount(registers);
341 if (registers<i> == '1')
343 if i == 13 && i != LowestSetBit(registers) // Only possible for encoding A1
351 if (registers<15> == '1') // Only possible for encoding A1 or A2
354 SP = SP - 4*BitCount(registers);
366 uint32_t registers = 0;
370 registers = Bits32(opcode, 7, 0);
373 registers |= (1u << 14)
3365 uint32_t registers = 0; local
3511 uint32_t registers = 0; local
3627 uint32_t registers = 0; local
3763 uint32_t registers = 0; local
4036 uint32_t registers = 0; local
4191 uint32_t registers = 0; local
4317 uint32_t registers = 0; local
4467 uint32_t registers = 0; local
    [all...]
  /cts/tools/dasm/src/dasm/
Scanner.java 257 case '{': // list of registers
427 * Reads list of registers ({v1, v2, v3} or {v1..v3})
440 throw new DasmError("Unterminated list of registers");
  /external/chromium_org/v8/test/mjsunit/
deopt-with-fp-regs.js 59 // registers.
63 // so the floating point registers which hold those values are recorded in the
fast-array-length.js 30 // This is a regression test for overlapping key and value registers.
  /external/chromium_org/v8/test/mjsunit/regress/
regress-crbug-173907.js 56 // All registers are blocked and phis for phi1 and phi2 are spilled because
57 // their left (incoming) value is spilled, there are no free registers,
regress-crbug-173907b.js 56 // All registers are blocked and phis for phi1 and phi2 are spilled because
57 // their left (incoming) value is spilled, there are no free registers,
regress-crbug-145961.js 28 // This test causes the operands to be passed in as Integer32 registers.
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/arm/neon/
vp9_iht4x4_add_neon.asm 21 ; into d16-d19 registers. This macro will touch q10- q15 registers and use
55 ; stored back into d16-d19 registers. This macro will touch q11,q12,q13,
56 ; q14,q15 registers and use them as buffer during calculation.
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win64/tests/
sce1.asm 32 ; restore the registers that weren't saved with a push
sce3.asm 32 ; restore the registers that weren't saved with a push

Completed in 1703 milliseconds

1 2 3 4 56 7 8 91011>>