Searched refs:SEPARATOR (Results 1 - 13 of 13) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/builtins/arm/
H A Daeabi_dcmp.S22 vmov d0, r0, r1 SEPARATOR \
29 .syntax unified SEPARATOR \
30 .p2align 2 SEPARATOR \
32 push { r4, lr } SEPARATOR \
33 CONVERT_DCMP_ARGS_TO_DF2_ARGS SEPARATOR \
34 bl SYMBOL_NAME(__ ## cond ## df2) SEPARATOR \
35 cmp r0, #0 SEPARATOR \
36 b ## cond 1f SEPARATOR \
37 movs r0, #0 SEPARATOR \
38 pop { r4, pc } SEPARATOR \
[all...]
H A Daeabi_fcmp.S22 vmov s0, r0 SEPARATOR \
29 .syntax unified SEPARATOR \
30 .p2align 2 SEPARATOR \
32 push { r4, lr } SEPARATOR \
33 CONVERT_FCMP_ARGS_TO_SF2_ARGS SEPARATOR \
34 bl SYMBOL_NAME(__ ## cond ## sf2) SEPARATOR \
35 cmp r0, #0 SEPARATOR \
36 b ## cond 1f SEPARATOR \
37 movs r0, #0 SEPARATOR \
38 pop { r4, pc } SEPARATOR \
[all...]
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dassembly.h18 #define SEPARATOR @ macro
20 #define SEPARATOR ; macro
58 .def name SEPARATOR \
59 .scl 2 SEPARATOR \
60 .type 32 SEPARATOR \
74 #define DEFINE_CODE_STATE .thumb SEPARATOR
75 #define DECLARE_FUNC_ENCODING .thumb_func SEPARATOR
88 #define DEFINE_CODE_STATE .arm SEPARATOR
140 HIDDEN(SYMBOL_NAME(name)) SEPARATOR
147 FILE_LEVEL_DIRECTIVE SEPARATOR \
[all...]
/freebsd-12-stable/contrib/llvm-project/libunwind/src/
H A Dassembly.h19 #define SEPARATOR ; macro
32 #define SEPARATOR %% macro
34 #define SEPARATOR ; macro
38 #define PPC64_OPD1 .section .opd,"aw",@progbits SEPARATOR
39 #define PPC64_OPD2 SEPARATOR \
40 .p2align 3 SEPARATOR \
41 .quad .Lfunc_begin0 SEPARATOR \
42 .quad .TOC.@tocbase SEPARATOR \
43 .quad 0 SEPARATOR \
44 .text SEPARATOR \
[all...]
H A DUnwindRegistersSave.S653 stvx _vec, 0, %r4 SEPARATOR \
654 lwz %r5, 0(%r4) SEPARATOR \
655 stw %r5, _offset(%r3) SEPARATOR \
656 lwz %r5, 4(%r4) SEPARATOR \
657 stw %r5, _offset+4(%r3) SEPARATOR \
658 lwz %r5, 8(%r4) SEPARATOR \
659 stw %r5, _offset+8(%r3) SEPARATOR \
660 lwz %r5, 12(%r4) SEPARATOR \
/freebsd-12-stable/usr.sbin/acpi/acpidump/
H A Dacpidump.h98 SEPARATOR, enumerator in enum:TCPAevent_types
H A Dacpi.c1079 case SEPARATOR:
/freebsd-12-stable/sys/contrib/zlib/
H A Dtrees.c322 # define SEPARATOR(i, last, width) \ macro
338 static_ltree[i].Len, SEPARATOR(i, L_CODES+1, 5));
344 static_dtree[i].Len, SEPARATOR(i, D_CODES-1, 5));
350 SEPARATOR(i, DIST_CODE_LEN-1, 20));
357 SEPARATOR(i, MAX_MATCH-MIN_MATCH, 20));
363 SEPARATOR(i, LENGTH_CODES-1, 20));
369 SEPARATOR(i, D_CODES-1, 10));
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dtrees.c326 # define SEPARATOR(i, last, width) \ macro
342 static_ltree[i].Len, SEPARATOR(i, L_CODES+1, 5));
348 static_dtree[i].Len, SEPARATOR(i, D_CODES-1, 5));
354 SEPARATOR(i, DIST_CODE_LEN-1, 20));
360 SEPARATOR(i, MAX_MATCH-MIN_MATCH, 20));
366 SEPARATOR(i, LENGTH_CODES-1, 20));
372 SEPARATOR(i, D_CODES-1, 10));
/freebsd-12-stable/contrib/sendmail/src/
H A Dalias.c18 #define SEPARATOR ':' macro
305 if (p != NULL && *p == SEPARATOR)
915 ep = strchr(pp, SEPARATOR);
920 *ep++ = SEPARATOR;
/freebsd-12-stable/usr.bin/units/
H A Dunits.c73 #define SEPARATOR ":" macro
144 direc = strtok(env, SEPARATOR);
151 direc = strtok(NULL, SEPARATOR);
/freebsd-12-stable/contrib/binutils/binutils/
H A Drcparse.y126 %token MENU MENUEX MENUITEM SEPARATOR POPUP CHECKED GRAYED HELP INACTIVE
1039 | MENUITEM SEPARATOR
1137 | MENUITEM SEPARATOR
1377 | toolbar_data SEPARATOR
H A Drclex.c101 K(SCROLLBAR), K(SEPARATOR), K(SHIFT), K(STATE3),

Completed in 202 milliseconds