Home
last modified time | relevance | path

Searched refs:LOCAL_LABEL (Results 1 – 25 of 33) sorted by relevance

12

/openbsd/gnu/llvm/compiler-rt/lib/builtins/arm/
H A Daddsf3.S46 bhs LOCAL_LABEL(no_swap)
53 LOCAL_LABEL(no_swap):
104 LOCAL_LABEL(done_align):
164 LOCAL_LABEL(done_round):
205 LOCAL_LABEL(ret_zero):
247 LOCAL_LABEL(both_zero):
251 LOCAL_LABEL(ret_b):
254 LOCAL_LABEL(ret):
257 LOCAL_LABEL(b_is_nan):
259 LOCAL_LABEL(a_is_nan):
[all …]
H A Dudivsi3.S34 LOCAL_LABEL(divby0):
44 bcc LOCAL_LABEL(divby0)
118 LOCAL_LABEL(skip_16):
127 blo LOCAL_LABEL(skip_8)
130 LOCAL_LABEL(skip_8):
139 blo LOCAL_LABEL(skip_4)
142 LOCAL_LABEL(skip_4):
154 LOCAL_LABEL(skip_2):
166 LOCAL_LABEL(skip_1):
186 LOCAL_LABEL(divby0):
[all …]
H A Dudivmodsi4.S29 beq LOCAL_LABEL(divby0)
37 bcc LOCAL_LABEL(divby0)
38 beq LOCAL_LABEL(divby1)
40 bcc LOCAL_LABEL(quotient0)
62 adr ip, LOCAL_LABEL(div0block) + 1
65 adr ip, LOCAL_LABEL(div0block)
78 adr ip, LOCAL_LABEL(div0block)
149 LOCAL_LABEL(div0block):
156 LOCAL_LABEL(quotient0):
161 LOCAL_LABEL(divby1):
[all …]
H A Dumodsi3.S27 beq LOCAL_LABEL(divby0)
33 bcc LOCAL_LABEL(divby0)
61 adr ip, LOCAL_LABEL(div0block) + 1
64 adr ip, LOCAL_LABEL(div0block)
73 adr ip, LOCAL_LABEL(div0block)
140 LOCAL_LABEL(div0block):
145 LOCAL_LABEL(divby0):
H A Dsync-ops.h31 LOCAL_LABEL(tryatomic_##op) : ldrex r0, [r12]; \
35 bne LOCAL_LABEL(tryatomic_##op); \
46 LOCAL_LABEL(tryatomic_##op) : ldrexd r0, r1, [r12]; \
50 bne LOCAL_LABEL(tryatomic_##op); \
H A Dcomparesf2.S113 bne LOCAL_LABEL(CHECK_NAN\@)
115 b LOCAL_LABEL(CHECK_NAN\@)
131 beq LOCAL_LABEL(CHECK_NAN\@)
152 LOCAL_LABEL(CHECK_NAN\@):
H A Daeabi_uidivmod.S29 bcc LOCAL_LABEL(case_denom_larger)
36 LOCAL_LABEL(case_denom_larger):
H A Dmodsi3.S33 beq LOCAL_LABEL(divzero)
37 LOCAL_LABEL(divzero):
H A Ddivsi3.S36 beq LOCAL_LABEL(divzero)
39 LOCAL_LABEL(divzero):
H A Ddivmodsi4.S35 beq LOCAL_LABEL(divzero)
41 LOCAL_LABEL(divzero):
/openbsd/gnu/usr.bin/gcc/gcc/config/m68k/
H A Dmot3300Mcrt0.S52 LOCAL_LABEL(0):
54 bne.b LOCAL_LABEL(0)
60 blt.b LOCAL_LABEL(1)
62 LOCAL_LABEL(1):
79 LOCAL_LABEL(isatty):
99 beq.b LOCAL_LABEL(3)
120 LOCAL_LABEL(errtxt):
123 LOCAL_LABEL(errtxt_end):
126 LOCAL_LABEL(3):
127 pea LOCAL_LABEL(errtxt_end)-LOCAL_LABEL(errtxt)
[all …]
H A Dmot3300-crt0.S28 # define LOCAL_LABEL(l) L%##l macro
37 # define LOCAL_LABEL(l) .L.##l macro
51 LOCAL_LABEL(0):
53 bne.b LOCAL_LABEL(0)
59 blt.b LOCAL_LABEL(1)
61 LOCAL_LABEL(1):
73 bne.b LOCAL_LABEL(isatty)
78 LOCAL_LABEL(isatty):
/openbsd/gnu/usr.bin/binutils/gas/
H A Dwrite.h33 #ifndef LOCAL_LABEL
34 #define LOCAL_LABEL(name) (name [0] == 'L' ) macro
37 #define S_LOCAL_NAME(s) (LOCAL_LABEL (S_GET_NAME (s)))
/openbsd/gnu/usr.bin/binutils/gas/config/
H A Dtc-m68k.h110 #define LOCAL_LABEL(name) (name[0] == '.' \ macro
129 #undef LOCAL_LABEL
130 #define LOCAL_LABEL(name) \ macro
H A Dte-ic960.h28 #define LOCAL_LABEL(name) ((name[0] =='L') \ macro
H A Dtc-z8k.h31 #define LOCAL_LABEL(x) 0 macro
H A Dtc-tic4x.h54 #define LOCAL_LABEL(name) ((name)[0] == '$' || (name)[0] == 'L') macro
H A Dtc-h8300.h36 #define LOCAL_LABEL(NAME) (NAME[0] == '.' && NAME[1] == 'L') macro
H A Dtc-m88k.h119 #define LOCAL_LABEL(name) \ macro
H A Dtc-arm.h130 #define LOCAL_LABEL(name) (name[0] == '.' && (name[1] == 'L')) macro
/openbsd/gnu/llvm/compiler-rt/lib/builtins/
H A Dassembly.h31 #define LOCAL_LABEL(name) L_##name macro
42 #define LOCAL_LABEL(name) .L_##name macro
61 #define LOCAL_LABEL(name) .L ## name macro
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-tic4x.h50 #define LOCAL_LABEL(name) ((name)[0] == '$' || (name)[0] == 'L') macro
H A Dtc-xc16x.h36 #define LOCAL_LABEL(NAME) (NAME[0] == '.' && NAME[1] == 'L') macro
H A Dtc-h8300.h34 #define LOCAL_LABEL(NAME) (NAME[0] == '.' && NAME[1] == 'L') macro
H A Dtc-arm.h137 #define LOCAL_LABEL(name) (name[0] == '.' && name[1] == 'L') macro

12