Home
last modified time | relevance | path

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

/arch/x86/um/
DMakefile6 BITS := 32 macro
8 BITS := 64 macro
/arch/tile/
DMakefile49 BITS := 64 macro
51 BITS := 32 macro
/arch/sparc/
DMakefile24 export BITS := 32 macro
43 export BITS := 64 macro
/arch/x86/
DMakefile64 BITS := 32 macro
95 BITS := 64 macro
/arch/sh/
DMakefile105 BITS := 32 macro
110 BITS := 64 macro
/arch/powerpc/
DMakefile52 BITS := 64 macro
54 BITS := 32 macro
/arch/arc/include/asm/
Ddisasm.h35 #define BITS(word, s, e) (((word) >> (s)) & (~((-2) << ((e) - (s))))) macro