Lines Matching +full:32 +full:- +full:bit
1 /* SPDX-License-Identifier: Apache-2.0 */
7 * Top level include file providing ISA pseudo-mnemonics for use in assembler
10 * - Helps code reuse across ARC64/ARC32/ARCv2
11 * e.g. "LDR" maps to 'LD' on 32-bit ISA, 'LDL' on 64-bit ARCv2/ARC64
13 * - Provides emulation with multiple instructions if the case be
16 * - Looks more complex than it really is: mainly because Kconfig defines
34 #include "asm-macro-64-bit-mwdt.h"
36 #include "asm-macro-64-bit-gnu.h"
45 #include "asm-macro-32-bit-mwdt.h"
47 #include "asm-macro-32-bit-gnu.h"
56 #include "asm-macro-32-bit-mwdt.h"
58 #include "asm-macro-32-bit-gnu.h"
65 #error "asm-compat macroses used not in assembler code!"