HomeSort by relevance Sort by last modified time
    Searched full:_reg (Results 1 - 23 of 23) sorted by null

  /dalvik/vm/mterp/armv5te/
header.S 100 #define SAVEAREA_FROM_FP(_reg, _fpreg) \
101 sub _reg, _fpreg, #sizeofStackSaveArea
130 * Fetch the next instruction from an offset specified by _reg. Updates
131 * rPC to point to the next instruction. "_reg" must specify the distance
134 * We want to write "ldrh rINST, [rPC, _reg, lsl #1]!", but some of the
136 * In some cases we can pre-double _reg for free, so we require a byte offset
139 #define FETCH_ADVANCE_INST_RB(_reg) ldrh rINST, [rPC, _reg]!
147 #define FETCH(_reg, _count) ldrh _reg, [rPC, #((_count)*2)
    [all...]
  /dalvik/vm/mterp/x86/
header.S 121 .macro GET_JIT_PROF_TABLE _self _reg
122 movl offThread_pJitProfTable(\_self),\_reg
124 .macro GET_JIT_THRESHOLD _self _reg
125 movl offThread_jitThreshold(\_self),\_reg
130 .macro SAVE_PC_FP_TO_SELF _reg
131 movl rSELF,\_reg
132 movl rPC,offThread_pc(\_reg)
133 movl rFP,offThread_curFrame(\_reg)
168 .macro SAVEAREA_FROM_FP _reg
169 leal -sizeofStackSaveArea(rFP), \_reg
    [all...]
  /external/chromium_org/sandbox/linux/seccomp-bpf/
linux_seccomp.h 106 #define SECCOMP_REG(_ctx, _reg) ((_ctx)->uc_mcontext.gregs[(_reg)])
133 #define SECCOMP_REG(_ctx, _reg) ((_ctx)->uc_mcontext.gregs[(_reg)])
170 #define SECCOMP_REG(_ctx, _reg) ((_ctx)->uc_mcontext.arm_##_reg)
  /dalvik/vm/compiler/template/armv5te/
header.S 85 #define SAVEAREA_FROM_FP(_reg, _fpreg) \
86 sub _reg, _fpreg, #sizeofStackSaveArea
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
radeonsi_pm4.h 41 /* PKT3_SET_*_REG handling */
  /external/mesa3d/src/gallium/drivers/radeonsi/
radeonsi_pm4.h 41 /* PKT3_SET_*_REG handling */
  /external/chromium_org/third_party/mesa/src/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/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));
  /dalvik/vm/mterp/out/
InterpAsm-armv5te-vfp.S 107 #define SAVEAREA_FROM_FP(_reg, _fpreg) \
108 sub _reg, _fpreg, #sizeofStackSaveArea
137 * Fetch the next instruction from an offset specified by _reg. Updates
138 * rPC to point to the next instruction. "_reg" must specify the distance
141 * We want to write "ldrh rINST, [rPC, _reg, lsl #1]!", but some of the
143 * In some cases we can pre-double _reg for free, so we require a byte offset
146 #define FETCH_ADVANCE_INST_RB(_reg) ldrh rINST, [rPC, _reg]!
154 #define FETCH(_reg, _count) ldrh _reg, [rPC, #((_count)*2)
    [all...]
InterpAsm-armv5te.S 107 #define SAVEAREA_FROM_FP(_reg, _fpreg) \
108 sub _reg, _fpreg, #sizeofStackSaveArea
137 * Fetch the next instruction from an offset specified by _reg. Updates
138 * rPC to point to the next instruction. "_reg" must specify the distance
141 * We want to write "ldrh rINST, [rPC, _reg, lsl #1]!", but some of the
143 * In some cases we can pre-double _reg for free, so we require a byte offset
146 #define FETCH_ADVANCE_INST_RB(_reg) ldrh rINST, [rPC, _reg]!
154 #define FETCH(_reg, _count) ldrh _reg, [rPC, #((_count)*2)
    [all...]
InterpAsm-armv7-a-neon.S 107 #define SAVEAREA_FROM_FP(_reg, _fpreg) \
108 sub _reg, _fpreg, #sizeofStackSaveArea
137 * Fetch the next instruction from an offset specified by _reg. Updates
138 * rPC to point to the next instruction. "_reg" must specify the distance
141 * We want to write "ldrh rINST, [rPC, _reg, lsl #1]!", but some of the
143 * In some cases we can pre-double _reg for free, so we require a byte offset
146 #define FETCH_ADVANCE_INST_RB(_reg) ldrh rINST, [rPC, _reg]!
154 #define FETCH(_reg, _count) ldrh _reg, [rPC, #((_count)*2)
    [all...]
InterpAsm-armv7-a.S 107 #define SAVEAREA_FROM_FP(_reg, _fpreg) \
108 sub _reg, _fpreg, #sizeofStackSaveArea
137 * Fetch the next instruction from an offset specified by _reg. Updates
138 * rPC to point to the next instruction. "_reg" must specify the distance
141 * We want to write "ldrh rINST, [rPC, _reg, lsl #1]!", but some of the
143 * In some cases we can pre-double _reg for free, so we require a byte offset
146 #define FETCH_ADVANCE_INST_RB(_reg) ldrh rINST, [rPC, _reg]!
154 #define FETCH(_reg, _count) ldrh _reg, [rPC, #((_count)*2)
    [all...]
InterpAsm-x86.S 128 .macro GET_JIT_PROF_TABLE _self _reg
129 movl offThread_pJitProfTable(\_self),\_reg
131 .macro GET_JIT_THRESHOLD _self _reg
132 movl offThread_jitThreshold(\_self),\_reg
137 .macro SAVE_PC_FP_TO_SELF _reg
138 movl rSELF,\_reg
139 movl rPC,offThread_pc(\_reg)
140 movl rFP,offThread_curFrame(\_reg)
175 .macro SAVEAREA_FROM_FP _reg
176 leal -sizeofStackSaveArea(rFP), \_reg
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
transreg.cpp 812 TransliteratorRegistry::Enumeration::Enumeration(const TransliteratorRegistry& _reg) :
813 index(0), reg(_reg) {
    [all...]
  /external/icu4c/i18n/
transreg.cpp 814 TransliteratorRegistry::Enumeration::Enumeration(const TransliteratorRegistry& _reg) :
815 index(0), reg(_reg) {
    [all...]
  /dalvik/vm/compiler/template/out/
CompilerTemplateAsm-armv5te.S 92 #define SAVEAREA_FROM_FP(_reg, _fpreg) \
93 sub _reg, _fpreg, #sizeofStackSaveArea
    [all...]
CompilerTemplateAsm-armv7-a-neon.S 92 #define SAVEAREA_FROM_FP(_reg, _fpreg) \
93 sub _reg, _fpreg, #sizeofStackSaveArea
    [all...]
CompilerTemplateAsm-armv7-a.S 92 #define SAVEAREA_FROM_FP(_reg, _fpreg) \
93 sub _reg, _fpreg, #sizeofStackSaveArea
    [all...]
CompilerTemplateAsm-armv5te-vfp.S 92 #define SAVEAREA_FROM_FP(_reg, _fpreg) \
93 sub _reg, _fpreg, #sizeofStackSaveArea
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
d3basics.c 395 and {FP,SP}_REG decls */
    [all...]
readdwarf.c     [all...]
  /prebuilts/qemu-kernel/x86/2.6/
vmlinux-qemu 
  /prebuilts/qemu-kernel/x86/
vmlinux-qemu 

Completed in 457 milliseconds