Searched refs:equ (Results 1 - 8 of 8) sorted by relevance

/openbsd-current/sys/lib/libkern/arch/hppa/
H A Dmilli.S22 r0: .equ 0
24 r1: .equ 1
26 r2: .equ 2
28 r3: .equ 3
30 r4: .equ 4
32 r5: .equ 5
34 r6: .equ 6
36 r7: .equ 7
38 r8: .equ 8
40 r9: .equ
[all...]
/openbsd-current/gnu/llvm/compiler-rt/lib/hwasan/
H A Dhwasan_setjmp_x86_64.S74 .equ \second\(), \first
H A Dhwasan_setjmp_aarch64.S85 .equ \second\(), \first
H A Dhwasan_setjmp_riscv64.S88 .equ \second\(), \first
/openbsd-current/sbin/sysctl/
H A Dsysctl.c229 char *equ = "="; variable
583 (void)printf("%s%s", string, equ);
600 (void)printf("%s%s", string, equ);
888 (void)printf("%s%s", string, equ);
904 (void)printf("%s%s", string, equ);
930 (void)printf("%s%s", string, equ);
944 (void)printf("%s%s%s", string, equ, ct);
946 (void)printf("%s%s%lld\n", string, equ,
956 (void)printf("%s%s%s\n", string, equ,
966 (void)printf("%s%s%s\n", string, equ,
[all...]
/openbsd-current/gnu/gcc/gcc/config/pa/
H A Dmilli64.S129 r31_slot: .equ -20 /* "current RP" slot */
130 sr0_slot: .equ -16 /* "static link" slot */
132 mrp_slot: .equ -16 /* "current RP" slot */
133 psp_slot: .equ -8 /* "previous SP" slot */
135 mrp_slot: .equ -20 /* "current RP" slot (replacing "r31_slot") */
/openbsd-current/gnu/usr.bin/gcc/gcc/config/pa/
H A Dmilli64.S110 r31_slot: .equ -20 /* "current RP" slot */
111 sr0_slot: .equ -16 /* "static link" slot */
113 mrp_slot: .equ -16 /* "current RP" slot */
114 psp_slot: .equ -8 /* "previous SP" slot */
116 mrp_slot: .equ -20 /* "current RP" slot (replacing "r31_slot") */
/openbsd-current/gnu/llvm/llvm/lib/MC/MCParser/
H A DMasmParser.cpp932 // "=", "equ", "textequ"
1250 (NextTok.getString().equals_insensitive("equ") ||
3415 /// | name "equ" expression (not redefinable)
3416 /// | name "equ" text-list
3431 // "equ" and "textequ" both allow text expressions.
6697 DirectiveKindMap["equ"] = DK_EQU;

Completed in 126 milliseconds