/art/runtime/interpreter/mterp/x86/ |
header.S | 109 .macro PUSH _reg 110 pushl \_reg 112 .cfi_rel_offset \_reg, 0 115 .macro POP _reg 116 popl \_reg 118 .cfi_restore \_reg 213 .macro RESTORE_IBASE_FROM_SELF _reg 214 movl THREAD_CURRENT_IBASE_OFFSET(\_reg), rIBASE 270 .macro GET_VREG _reg _vreg 271 movl (rFP,\_vreg,4), \_reg [all...] |
/art/runtime/interpreter/mterp/x86_64/ |
header.S | 105 .macro PUSH _reg 106 pushq \_reg 108 .cfi_rel_offset \_reg, 0 111 .macro POP _reg 112 popq \_reg 114 .cfi_restore \_reg 256 .macro GET_VREG _reg _vreg 257 movl (rFP,\_vreg,4), \_reg 261 .macro GET_WIDE_VREG _reg _vreg 262 movq (rFP,\_vreg,4), \_reg [all...] |
/device/linaro/bootloader/arm-trusted-firmware/include/common/aarch64/ |
asm_macros.S | 134 * if not zero, they are moved into '_reg' without affecting 137 .macro _mov_imm16 _reg, _val, _shift 140 movk \_reg, (\_val >> \_shift) & 0xffff, LSL \_shift 142 mov \_reg, \_val & (0xffff << \_shift) 153 .macro mov_imm _reg, _val 155 mov \_reg, #0 157 _mov_imm16 \_reg, (\_val), 0 158 _mov_imm16 \_reg, (\_val), 16 159 _mov_imm16 \_reg, (\_val), 32 160 _mov_imm16 \_reg, (\_val), 4 [all...] |
/external/syslinux/gpxe/src/drivers/infiniband/ |
linda.h | 231 #define LINDA_EPB_ADDRESS( _channel, _element, _reg ) \ 232 ( (_element) | ( (_channel) << 4 ) | ( (_reg) << 9 ) ) 242 #define LINDA_EPB_LOC( _cs, _channel, _element, _reg) \ 243 ( ( (_cs) << 16 ) | LINDA_EPB_ADDRESS ( _channel, _element, _reg ) ) 249 #define LINDA_EPB_UC_LOC( _reg ) \ 250 LINDA_EPB_LOC ( LINDA_EPB_CS_UC, LINDA_EPB_UC_CHANNEL, 0, (_reg) )
|
/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~*});\\
|
/device/linaro/bootloader/arm-trusted-firmware/include/common/aarch32/ |
asm_macros.S | 86 .macro mov_imm _reg, _val 88 mov \_reg, #(\_val) 90 movw \_reg, #((\_val) & 0xffff) 91 movt \_reg, #((\_val) >> 16)
|
/external/syslinux/gpxe/src/drivers/net/ath5k/ |
ath5k.h | 98 #define AR5K_REG_WRITE_BITS(ah, _reg, _flags, _val) \ 99 ath5k_hw_reg_write(ah, (ath5k_hw_reg_read(ah, _reg) & ~(_flags)) | \ 100 (((_val) << _flags##_S) & (_flags)), _reg) 102 #define AR5K_REG_MASKED_BITS(ah, _reg, _flags, _mask) \ 103 ath5k_hw_reg_write(ah, (ath5k_hw_reg_read(ah, _reg) & \ 104 (_mask)) | (_flags), _reg) 106 #define AR5K_REG_ENABLE_BITS(ah, _reg, _flags) \ 107 ath5k_hw_reg_write(ah, ath5k_hw_reg_read(ah, _reg) | (_flags), _reg) 109 #define AR5K_REG_DISABLE_BITS(ah, _reg, _flags) [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) })
|
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmDisassemblerLib/ |
ArmDisassembler.c | 75 #define LDM_EXT(_reg, _off) ((_reg == 13) ? gLdmStack[(_off)] : gLdmAdr[(_off)])
|
/device/linaro/bootloader/edk2/DuetPkg/PciRootBridgeNoEnumerationDxe/Ipf/ |
PcatIo.c | 43 #define EFI_PCI_ADDRESS_IA64(_seg, _bus,_dev,_func,_reg) \
44 ( (UINT64) ( (((UINTN)_seg) << 24) + (((UINTN)_bus) << 16) + (((UINTN)_dev) << 11) + (((UINTN)_func) << 8) + ((UINTN)_reg)) )
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/Ipf/ |
RuntimeLib.c | 1062 #define EFI_PCI_ADDRESS_IPF(_seg, _bus, _devfunc, _reg) \
1063 (((_seg) << 24) | ((_bus) << 16) | ((_devfunc) << 8) | (_reg)) & 0xFFFFFFFF
|
/art/runtime/interpreter/mterp/out/ |
mterp_x86.S | 116 .macro PUSH _reg 117 pushl \_reg 119 .cfi_rel_offset \_reg, 0 122 .macro POP _reg 123 popl \_reg 125 .cfi_restore \_reg 220 .macro RESTORE_IBASE_FROM_SELF _reg 221 movl THREAD_CURRENT_IBASE_OFFSET(\_reg), rIBASE 277 .macro GET_VREG _reg _vreg 278 movl (rFP,\_vreg,4), \_reg [all...] |
mterp_x86_64.S | 112 .macro PUSH _reg 113 pushq \_reg 115 .cfi_rel_offset \_reg, 0 118 .macro POP _reg 119 popq \_reg 121 .cfi_restore \_reg 263 .macro GET_VREG _reg _vreg 264 movl (rFP,\_vreg,4), \_reg 268 .macro GET_WIDE_VREG _reg _vreg 269 movq (rFP,\_vreg,4), \_reg [all...] |
/external/capstone/arch/PowerPC/ |
PPCInstPrinter.c | 744 #define GETREGCLASS_CONTAIN(_class, _reg) MCRegisterClass_contains(MCRegisterInfo_getRegClass(MRI, _class), MCOperand_getReg(MCInst_getOperand(MI, _reg)))
|
/external/icu/icu4c/source/i18n/ |
transreg.cpp | 855 TransliteratorRegistry::Enumeration::Enumeration(const TransliteratorRegistry& _reg) : 856 index(0), reg(_reg) { [all...] |