HomeSort by relevance Sort by last modified time
    Searched refs:_reg (Results 1 - 25 of 26) sorted by null

1 2

  /art/runtime/interpreter/mterp/x86/
header.S 108 .macro PUSH _reg
109 pushl \_reg
111 .cfi_rel_offset \_reg, 0
114 .macro POP _reg
115 popl \_reg
117 .cfi_restore \_reg
210 .macro RESTORE_IBASE_FROM_SELF _reg
211 movl THREAD_CURRENT_IBASE_OFFSET(\_reg), rIBASE
267 .macro GET_VREG _reg _vreg
268 movl (rFP,\_vreg,4), \_reg
    [all...]
  /art/runtime/interpreter/mterp/x86_64/
header.S 104 .macro PUSH _reg
105 pushq \_reg
107 .cfi_rel_offset \_reg, 0
110 .macro POP _reg
111 popq \_reg
113 .cfi_restore \_reg
250 .macro GET_VREG _reg _vreg
251 movl (rFP,\_vreg,4), \_reg
255 .macro GET_WIDE_VREG _reg _vreg
256 movq (rFP,\_vreg,4), \_reg
    [all...]
  /external/libunwind/doc/
unw_get_reg.tex 8 \begin{Name}{3}{unw\_get\_reg}{David Mosberger-Tang}{Programming Library}{unw\_get\_reg}unw\_get\_reg -- get register contents
15 \Type{int} \Func{unw\_get\_reg}(\Type{unw\_cursor\_t~*}\Var{cp}, \Type{unw\_regnum\_t} \Var{reg}, \Type{unw\_word\_t~*}\Var{valp});\\
19 The \Func{unw\_get\_reg}() routine reads the value of register
33 Note that \Func{unw\_get\_reg}() can only read the contents of
40 On successful completion, \Func{unw\_get\_reg}() returns 0.
46 \Func{unw\_get\_reg}() is thread-safe as well as safe to use
56 In addition, \Func{unw\_get\_reg}() may return any error returned by
57 the \Func{access\_mem}(), \Func{access\_reg}(), an
    [all...]
unw_set_reg.tex 8 \begin{Name}{3}{unw\_set\_reg}{David Mosberger-Tang}{Programming Library}{unw\_set\_reg}unw\_set\_reg -- set register contents
15 \Type{int} \Func{unw\_set\_reg}(\Type{unw\_cursor\_t~*}\Var{cp}, \Type{unw\_regnum\_t} \Var{reg}, \Type{unw\_word\_t} \Var{val});\\
19 The \Func{unw\_set\_reg}() routine sets the value of register
33 Note that \Func{unw\_set\_reg}() can only write the contents of
40 On successful completion, \Func{unw\_set\_reg}() returns 0.
46 \Func{unw\_set\_reg}() is thread-safe as well as safe to use
58 In addition, \Func{unw\_set\_reg}() may return any error returned by
59 the \Func{access\_mem}(), \Func{access\_reg}(), an
    [all...]
unw_is_fpreg.tex 39 \SeeAlso{unw\_get\_reg(3)},
40 \SeeAlso{unw\_set\_reg(3)},
unw_set_fpreg.tex 34 floating-point registers. See \Func{unw\_set\_reg}(3) for a way to
58 the \Func{access\_mem}(), \Func{access\_reg}(), and
69 \SeeAlso{unw\_set\_reg(3)}
unw_is_signal_frame.tex 54 \SeeAlso{unw\_get\_reg(3)},
55 \SeeAlso{unw\_set\_reg(3)},
unw_resume.tex 36 identified by the cursor by calling the \Func{access\_reg} and
48 \Func{unw\_set\_reg}()), then \Func{unw\_resume}() will install this
88 \SeeAlso{unw\_set\_reg(3)},
unw_get_fpreg.tex 56 the \Func{access\_mem}(), \Func{access\_reg}(), and
64 \SeeAlso{unw\_get\_reg(3)},
unw_step.tex 52 \Func{access\_mem}(), \Func{access\_reg}(), or \Func{access\_fpreg}()
libunwind.tex 24 \Type{int} \Func{unw\_get\_reg}(\Type{unw\_cursor\_t~*}, \Type{unw\_regnum\_t}, \Type{unw\_word\_t~*});\\
28 \Type{int} \Func{unw\_set\_reg}(\Type{unw\_cursor\_t~*}, \Type{unw\_regnum\_t}, \Type{unw\_word\_t});\\
100 for this purpose: \Func{unw\_get\_reg}() reads an integer (general)
102 \Func{unw\_set\_reg}() writes an integer register, and
115 the macros \Const{UNW\_REG\_IP} and \Const{UNW\_REG\_SP},
331 \SeeAlso{unw\_get\_reg(3)},
341 \SeeAlso{unw\_set\_reg(3)},
unw_create_addr_space.tex 64 \Type{int} \Func{access\_reg}(\Var{unw\_addr\_space\_t} \Var{as},\\
151 \subsection{access\_reg}
153 \Prog{Libunwind} invokes the \Func{access\_reg}() call-back to read
166 On successful completion, the \Func{access\_reg}() call-back must
197 memory-state via calls to the \Func{access\_reg}(),
libunwind-ptrace.tex 31 \Type{int} \Func{\_UPT\_access\_reg}(\Type{unw\_addr\_space\_t}, \Type{unw\_regnum\_t}, \Type{unw\_word\_t~*}, \Type{int}, \Type{void~*});\\
libunwind-ia64.tex 49 access a register (via \Func{unw\_get\_reg}() or
libunwind-dynamic.tex 333 \item[\Const{UNW\_DYN\_SAVE\_REG}] Marks an instruction which saves
366 \_U\_dyn\_op\_save\_reg();
  /external/libchrome/sandbox/linux/bpf_dsl/
seccomp_macros.h 32 #define SECCOMP_REG(_ctx, _reg) ((_ctx)->uc_mcontext.gregs[(_reg)])
94 #define SECCOMP_REG(_ctx, _reg) ((_ctx)->uc_mcontext.gregs[(_reg)])
131 #define SECCOMP_REG(_ctx, _reg) ((_ctx)->uc_mcontext.arm_##_reg)
198 #define SECCOMP_REG(_ctx, _reg) ((_ctx)->uc_mcontext.gregs[_reg])
257 #define SECCOMP_REG(_ctx, _reg) ((_ctx)->uc_mcontext.regs[_reg])
    [all...]
  /external/libunwind/include/
libunwind-dynamic.h 176 #define _U_dyn_op(_tag, _qp, _when, _reg, _val) \
177 ((unw_dyn_op_t) { (_tag), (_qp), (_reg), (_when), (_val) })
  /art/runtime/interpreter/mterp/out/
mterp_x86_64.S 111 .macro PUSH _reg
112 pushq \_reg
114 .cfi_rel_offset \_reg, 0
117 .macro POP _reg
118 popq \_reg
120 .cfi_restore \_reg
257 .macro GET_VREG _reg _vreg
258 movl (rFP,\_vreg,4), \_reg
262 .macro GET_WIDE_VREG _reg _vreg
263 movq (rFP,\_vreg,4), \_reg
    [all...]
mterp_x86.S 115 .macro PUSH _reg
116 pushl \_reg
118 .cfi_rel_offset \_reg, 0
121 .macro POP _reg
122 popl \_reg
124 .cfi_restore \_reg
217 .macro RESTORE_IBASE_FROM_SELF _reg
218 movl THREAD_CURRENT_IBASE_OFFSET(\_reg), rIBASE
274 .macro GET_VREG _reg _vreg
275 movl (rFP,\_vreg,4), \_reg
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d1x/
sm4_to_tgsi.cpp 102 struct ureg_dst _reg(sm4_op& op) function in struct:sm4_to_tgsi_converter
132 struct ureg_dst d = ureg_writemask(_reg(op), op.mask);
170 s = ureg_src(_reg(op));
  /external/icu/icu4c/source/i18n/
transreg.cpp 814 TransliteratorRegistry::Enumeration::Enumeration(const TransliteratorRegistry& _reg) :
815 index(0), reg(_reg) {
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-metag.c 4096 const metag_reg *_reg; local
4797 static metag_reg _reg; variable
    [all...]
  /external/v8/src/arm64/
disasm-arm64.cc 810 case A##_reg: mnemonic = B; form = C ", ['Xns, 'Offsetreg]"; break;
    [all...]
constants-arm64.h 855 A##B##_##C##_reg = LoadStoreRegisterOffsetFixed | D
    [all...]
  /external/vixl/src/vixl/a64/
constants-a64.h     [all...]

Completed in 1465 milliseconds

1 2