Go to the source code of this file.
◆ ALIGNARG
Definition at line 38 of file asm.h.
◆ ASM_GLOBAL_DIRECTIVE
#define ASM_GLOBAL_DIRECTIVE .globl |
Definition at line 26 of file asm.h.
◆ ASM_SIZE_DIRECTIVE
Definition at line 41 of file asm.h.
◆ ASM_TYPE_DIRECTIVE
#define ASM_TYPE_DIRECTIVE |
( |
|
name, |
|
|
|
typearg |
|
) |
| .type name,typearg; |
Definition at line 40 of file asm.h.
◆ C_LABEL
#define C_LABEL |
( |
|
name | ) |
name: |
Definition at line 34 of file asm.h.
◆ C_SYMBOL_NAME
Definition at line 29 of file asm.h.
◆ CALL_MCOUNT
#define CALL_MCOUNT /* Do nothing. */ |
Definition at line 74 of file asm.h.
◆ EALIGN
#define EALIGN |
( |
|
name, |
|
|
|
alignt, |
|
|
|
words |
|
) |
| |
Value:
Definition at line 107 of file asm.h.
◆ EALIGN_W_0
#define EALIGN_W_0 /* No words to insert. */ |
Definition at line 84 of file asm.h.
◆ EALIGN_W_1
Definition at line 85 of file asm.h.
◆ EALIGN_W_2
#define EALIGN_W_2 nop;nop |
Definition at line 86 of file asm.h.
◆ EALIGN_W_3
#define EALIGN_W_3 nop;nop;nop |
Definition at line 87 of file asm.h.
◆ EALIGN_W_4
Definition at line 88 of file asm.h.
◆ EALIGN_W_5
Definition at line 89 of file asm.h.
◆ EALIGN_W_6
Definition at line 90 of file asm.h.
◆ EALIGN_W_7
Definition at line 91 of file asm.h.
◆ END
◆ ENTRY
Value:
Definition at line 77 of file asm.h.
◆ JUMPTARGET