search for: return_reg

Displaying 7 results from an estimated 7 matches for "return_reg".

2015 Apr 16
2
[LLVMdev] Multiple connected components in live interval
...> = PHI %vreg29, <BB#1>, %vreg4, <BB#4> ... Successors according to CFG: BB#2 BB#6 BB#2: Predecessors according to CFG: BB#5 ... Successors according to CFG: BB#3 BB#4 BB#3: Predecessors according to CFG: BB#2 call() %vreg46<def> = COPY %return_reg %vreg3<def> = COPY %vreg46; use of %vreg 46 Successors according to CFG: BB#4 BB#4: Predecessors according to CFG: BB#2 BB#3 %vreg4<def> = PHI %vreg7, <BB#2>, %vreg3, <BB#3> Successors according to CFG: BB#5 The observation I made here is t...
2015 Apr 16
2
[LLVMdev] Multiple connected components in live interval
...cessors according to CFG: BB#2 BB#6 >> >> BB#2: >> Predecessors according to CFG: BB#5 >> ... >> Successors according to CFG: BB#3 BB#4 >> >> BB#3: >> Predecessors according to CFG: BB#2 >> call() >> %vreg46<def> = COPY %return_reg >> %vreg3<def> = COPY %vreg46; >> use of %vreg 46 >> >> Successors according to CFG: BB#4 >> >> BB#4: >> Predecessors according to CFG: BB#2 BB#3 >> %vreg4<def> = PHI %vreg7, <BB#2>, %vreg3, <BB#3> >> Succ...
2015 Apr 17
2
[LLVMdev] Multiple connected components in live interval
...;>>> Predecessors according to CFG: BB#5 >>>> ... >>>> Successors according to CFG: BB#3 BB#4 >>>> >>>> BB#3: >>>> Predecessors according to CFG: BB#2 >>>> call() >>>> %vreg46<def> = COPY %return_reg >>>> %vreg3<def> = COPY %vreg46; >>>> use of %vreg 46 >>>> >>>> Successors according to CFG: BB#4 >>>> >>>> BB#4: >>>> Predecessors according to CFG: BB#2 BB#3 >>>> %vreg4<def>...
2015 Apr 20
2
[LLVMdev] Multiple connected components in live interval
...gt;>>>> ... >>>>>> Successors according to CFG: BB#3 BB#4 >>>>>> >>>>>> BB#3: >>>>>> Predecessors according to CFG: BB#2 >>>>>> call() >>>>>> %vreg46<def> = COPY %return_reg >>>>>> %vreg3<def> = COPY %vreg46; >>>>>> use of %vreg 46 >>>>>> >>>>>> Successors according to CFG: BB#4 >>>>>> >>>>>> BB#4: >>>>>> Predecessors according...
2012 Dec 19
6
[PATCH V2] xen: arm: fix guest register access.
...4.reg1); + uint32_t *r2 = select_user_reg(regs, cp64.reg2); uint64_t ticks; s_time_t now; diff --git a/xen/include/asm-arm/regs.h b/xen/include/asm-arm/regs.h index 54f6ed8..7486944 100644 --- a/xen/include/asm-arm/regs.h +++ b/xen/include/asm-arm/regs.h @@ -30,6 +30,12 @@ #define return_reg(v) ((v)->arch.cpu_info->guest_cpu_user_regs.r0) +/* + * Returns a pointer to the given register value in regs, taking the + * processor mode (CPSR) into account. + */ +extern uint32_t *select_user_reg(struct cpu_user_regs *regs, int reg); + #endif /* __ARM_REGS_H__ */ /* * Local variabl...
2012 Jan 09
39
[PATCH v4 00/25] xen: ARMv7 with virtualization extensions
Hello everyone, this is the fourth version of the patch series that introduces ARMv7 with virtualization extensions support in Xen. The series allows Xen and Dom0 to boot on a Cortex-A15 based Versatile Express simulator. See the following announce email for more informations about what we are trying to achieve, as well as the original git history: See
2011 Dec 06
57
[PATCH RFC 00/25] xen: ARMv7 with virtualization extensions
Hello everyone, this is the very first version of the patch series that introduces ARMv7 with virtualization extensions support in Xen. The series allows Xen and Dom0 to boot on a Cortex-A15 based Versatile Express simulator. See the following announce email for more informations about what we are trying to achieve, as well as the original git history: See