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

1 2 3 4 5 6 7 8 91011>>

  /external/lldb/source/Plugins/Process/Utility/
DynamicRegisterInfo.cpp 78 PythonList regs (dict.GetItemForKey("registers"));
204 m_sets[set].registers = &m_set_reg_nums[set][0];
  /external/lldb/source/Plugins/Process/gdb-remote/
GDBRemoteRegisterContext.h 93 m_sets[set].registers = &m_set_reg_nums[set][0];
193 size_t m_reg_data_byte_size; // The number of bytes required to store all registers
  /external/lldb/tools/debugserver/source/
DNBDefs.h 177 Vector // vector registers
211 uint32_t *pseudo_regs; // If this register is a part of another register, list the one or more registers
212 uint32_t *update_regs; // If modifying this register will invalidate other registers, list them here
218 const struct DNBRegisterInfo *registers; // An array of register descriptions member in struct:DNBRegisterSetInfo
219 nub_size_t num_registers; // The number of registers in REGISTERS array above
  /external/llvm/test/MC/ARM/
eh-directive-vsave.s 6 @ The .vsave directive records the VFP registers which are pushed to the
  /external/llvm/test/MC/Sparc/
sparc-fp-instructions.s 67 ! make sure we can handle V9 double registers and their aliased quad registers.
  /external/sonivox/arm-hybrid-22k/lib_src/
ARM-E_filter_gnu.s 64 @ Setup passed parameters in their destination registers
  /external/sonivox/arm-wt-22k/lib_src/
ARM-E_filter_gnu.s 64 @ Setup passed parameters in their destination registers
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/arm/neon/
vp9_iht8x8_add_neon.asm 120 ; will be stored back into q8-q15 registers. This macro will touch q0-q7
121 ; registers and use them as buffer during calculation.
282 ; loaded in q8-q15. IADST constants are loaded in r0 - r12 registers. The
283 ; output will be stored back into q8-q15 registers. This macro will touch
284 ; q0 - q7 registers and use them as buffer during calculation.
  /external/libvpx/libvpx/vp9/common/arm/neon/
vp9_iht8x8_add_neon.asm 120 ; will be stored back into q8-q15 registers. This macro will touch q0-q7
121 ; registers and use them as buffer during calculation.
282 ; loaded in q8-q15. IADST constants are loaded in r0 - r12 registers. The
283 ; output will be stored back into q8-q15 registers. This macro will touch
284 ; q0 - q7 registers and use them as buffer during calculation.
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/
vp9_iht8x8_add_neon.asm 120 ; will be stored back into q8-q15 registers. This macro will touch q0-q7
121 ; registers and use them as buffer during calculation.
282 ; loaded in q8-q15. IADST constants are loaded in r0 - r12 registers. The
283 ; output will be stored back into q8-q15 registers. This macro will touch
284 ; q0 - q7 registers and use them as buffer during calculation.
  /external/chromium_org/v8/src/arm64/
macro-assembler-arm64.cc 271 // Otherwise, emit a register move only if the registers are distinct, or
272 // if they are not X registers.
276 // registers is not required to clear the top word of the X register. In
933 // PushHelper can only handle registers with the same size and type, and it
956 // PopHelper can only handle registers with the same size and type, and it
974 void MacroAssembler::PushCPURegList(CPURegList registers) {
975 int size = registers.RegisterSizeInBytes();
977 PushPreamble(registers.Count(), size);
978 // Push up to four registers at a time because if the current stack pointer is
979 // csp and reg_size is 32, registers must be pushed in blocks of four in orde
    [all...]
macro-assembler-arm64.h 536 // Push or pop up to 4 registers of the same width to or from the stack,
546 // restriction on the order in which registers are specified.
553 // registers must also be a multiple of 16 bytes.
560 // Other than the registers passed into Pop, the stack pointer and (possibly)
561 // the system stack pointer, these methods do not modify any other registers.
573 // specifies the registers that are to be pushed or popped. Higher-numbered
574 // registers are associated with higher memory addresses (as in the A32 push
582 void PushCPURegList(CPURegList registers);
583 void PopCPURegList(CPURegList registers);
585 inline void PushSizeRegList(RegList registers, unsigned reg_size
    [all...]
  /external/vixl/src/a64/
macro-assembler-a64.h 220 // Push or pop up to 4 registers of the same width to or from the stack,
230 // restriction on the order in which registers are specified.
237 // registers must also be a multiple of 16 bytes.
244 // Other than the registers passed into Pop, the stack pointer and (possibly)
245 // the system stack pointer, these methods do not modify any other registers.
252 // specifies the registers that are to be pushed or popped. Higher-numbered
253 // registers are associated with higher memory addresses (as in the A32 push
261 void PushCPURegList(CPURegList registers);
262 void PopCPURegList(CPURegList registers);
264 void PushSizeRegList(RegList registers, unsigned reg_size
    [all...]
  /external/chromium_org/third_party/mesa/src/docs/OLD/
MESA_program_debug.spec 55 attributes, and result registers).
173 registers a user-defined callback function with the GL. <target>
219 Is used to query the value of program variables and registers
329 printf("Current temporary registers:\n");
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/
yasm.pyx 31 Expression objects encapsulate complex expressions containing registers,
  /external/libhevc/common/arm/
ihevc_inter_pred_chroma_vert.s 90 @**************variables vs registers*****************************************
380 ldmfd sp!,{r4-r12,r15} @reload the registers from sp
ihevc_inter_pred_chroma_vert_w16inp.s 89 @**************variables vs registers*****************************************
338 ldmfd sp!,{r4-r12,r15} @reload the registers from sp
ihevc_inter_pred_chroma_vert_w16inp_w16out.s 90 @**************variables vs registers*****************************************
325 ldmfd sp!,{r4-r12,r15} @reload the registers from sp
ihevc_inter_pred_chroma_vert_w16out.s 90 @**************variables vs registers*****************************************
364 ldmfd sp!,{r4-r12,r15} @reload the registers from sp
ihevc_intra_pred_chroma_planar.s 84 @**************variables vs registers*****************************************
356 ldmfd sp!,{r4-r12,r15} @reload the registers from sp
ihevc_intra_pred_luma_vert.s 81 @**************variables vs registers*****************************************
420 ldmfd sp!,{r4-r12,r15} @reload the registers from sp
  /external/libpcap/msdos/
ndis_0.asm 70 PUSHREGS ;; Save the registers
  /external/mesa3d/docs/OLD/
MESA_program_debug.spec 55 attributes, and result registers).
173 registers a user-defined callback function with the GL. <target>
219 Is used to query the value of program variables and registers
329 printf("Current temporary registers:\n");
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
CodeItem.java 91 int registers = reader.readUshort(); local
92 out.annotate(2, "registers_size = %d", registers);
  /build/core/combo/
TARGET_linux-arm.mk 152 -frename-registers

Completed in 1135 milliseconds

1 2 3 4 5 6 7 8 91011>>