Searched refs:A0FrP (Results 1 – 6 of 6) sorted by relevance
/arch/metag/tbx/ |
D | tbisoft.S | 74 MOV D0FrT,A0FrP /* Boing entry sequence */ 75 ADD A0FrP,A0StP,#0 94 MSETL [D0FrT],A0StP,A0FrP,A0.2,A0.3 A0_4 /* Save AX regs */ 103 MGETL A0StP,A0FrP,[D1RtP] /* Get frame values */ 108 GETL D0FrT,D1RtP,[A0FrP++] /* Restore state from frame */ 109 SUB A0StP,A0FrP,#8 /* Unwind stack */ 110 MOV A0FrP,D0FrT /* Last memory read completes */ 134 MGETL A0StP,A0FrP,[D1RtP] /* Get frame values */ 154 MOV A0FrP,D0Ar6 178 MOV D0FrT,A0FrP /* Need save return point */ [all …]
|
D | tbipcx.S | 68 MOV D0FrT,A0FrP /* Boing entry sequence */ 69 ADD A0FrP,A0StP,#0 98 MSETL [D0FrT],A0StP,A0FrP,A0.2,A0.3 A0_4 /* Save AX regs */ 99 MOV A0FrP,A0.2 /* Restore me! */ 117 MGETL A0StP,A0FrP,A0.2,A0.3 A0_4,[D1Re0] /* Restore AX regs */ 130 MSETL [D1Re0],A0StP,A0FrP,A0.2,A0.3 A0_4 /* Save AX critical regs */ 141 MOV A0FrP,A0StP /* Setup frame pointer */ 163 SETL [A0FrP+#TBICTX_Flags],D0Ar2,D1Ar1 /* Set pCtx header fields */ 227 MOV D1Ar1,A0FrP /* Pass in pCtx */ 248 GETL D0Re0,D1Re0,[A0FrP+#TBICTX_Flags]/* Get Flags:SaveMask, CurrPC */ [all …]
|
D | tbictx.S | 59 MOV D0FrT,A0FrP /* Full entry sequence so we */ 60 ADD A0FrP,A0StP,#0 /* can make sub-calls */ 71 MGETL D0FrT,D0.5,D0.6,[A0FrP] /* Full exit sequence */ 72 SUB A0StP,A0FrP,#(8*3) 73 MOV A0FrP,D0FrT
|
/arch/metag/kernel/ |
D | head.S | 24 MOV A0FrP,#0
|
D | traps.c | 946 fp = __core_reg_get(A0FrP); in show_trace()
|
/arch/metag/include/asm/ |
D | metag_regs.h | 133 #define A0FrP A0.1 macro
|