Home | History | Annotate | Download | only in include

Lines Matching refs:L_

33 #define	MOV(x, r)	mov.l .L_ ## x, r; mov.l @r, r
34 #define REG_SYMBOL(x) .L_ ## x: .long _C_LABEL(__sh_ ## x)
35 #define FUNC_SYMBOL(x) .L_ ## x: .long _C_LABEL(__sh_ ## x)
37 #define MOV(x, r) mov.l .L_ ## x, r
38 #define REG_SYMBOL(x) .L_ ## x: .long SH3_ ## x
39 #define FUNC_SYMBOL(x) .L_ ## x: .long _C_LABEL(sh3_ ## x)
41 #define MOV(x, r) mov.l .L_ ## x, r
42 #define REG_SYMBOL(x) .L_ ## x: .long SH4_ ## x
43 #define FUNC_SYMBOL(x) .L_ ## x: .long _C_LABEL(sh4_ ## x)
47 #define MOV(x, r) mov.l .L_/**/x, r; mov.l @r, r
48 #define REG_SYMBOL(x) .L_/**/x: .long _C_LABEL(__sh_/**/x)
49 #define FUNC_SYMBOL(x) .L_/**/x: .long _C_LABEL(__sh_/**/x)
51 #define MOV(x, r) mov.l .L_/**/x, r
52 #define REG_SYMBOL(x) .L_/**/x: .long SH3_/**/x
53 #define FUNC_SYMBOL(x) .L_/**/x: .long _C_LABEL(sh3_/**/x)
55 #define MOV(x, r) mov.l .L_/**/x, r
56 #define REG_SYMBOL(x) .L_/**/x: .long SH4_/**/x
57 #define FUNC_SYMBOL(x) .L_/**/x: .long _C_LABEL(sh4_/**/x)