Home
last modified time | relevance | path

Searched defs:BITS (Results 1 – 6 of 6) sorted by relevance

/arch/x86/um/
DMakefile7 BITS := 32 macro
9 BITS := 64 macro
/arch/sparc/
DMakefile25 export BITS := 32 macro
44 export BITS := 64 macro
/arch/x86/
DMakefile57 BITS := 32 macro
90 BITS := 64 macro
/arch/riscv/
DMakefile29 BITS := 64 macro
37 BITS := 32 macro
/arch/powerpc/
DMakefile37 BITS := 64 macro
39 BITS := 32 macro
/arch/arc/include/asm/
Ddisasm.h32 #define BITS(word, s, e) (((word) >> (s)) & (~((-2) << ((e) - (s))))) macro