/arch/parisc/math-emu/ |
D | float.h | 61 #define Sall(object) (object) argument 62 #define Ssign(object) Bitfield_extract( 0, 1,object) argument 63 #define Ssignedsign(object) Bitfield_signed_extract( 0, 1,object) argument 64 #define Sexponent(object) Bitfield_extract( 1, 8,object) argument 65 #define Smantissa(object) Bitfield_mask( 9, 23,object) argument 66 #define Ssignaling(object) Bitfield_extract( 9, 1,object) argument 67 #define Ssignalingnan(object) Bitfield_extract( 1, 9,object) argument 68 #define Shigh2mantissa(object) Bitfield_extract( 9, 2,object) argument 69 #define Sexponentmantissa(object) Bitfield_mask( 1, 31,object) argument 70 #define Ssignexponent(object) Bitfield_extract( 0, 9,object) argument [all …]
|
D | fpbits.h | 53 #define Bitfield_extract(start, length, object) \ argument 54 ((object) >> (HOSTWDSZ - (start) - (length)) & \ 57 #define Bitfield_signed_extract(start, length, object) \ argument 58 ((int)((object) << start) >> (HOSTWDSZ - (length))) 60 #define Bitfield_mask(start, len, object) \ argument 61 ((object) & (((unsigned)-1 >> (HOSTWDSZ-len)) << (HOSTWDSZ-start-len))) 63 #define Bitfield_deposit(value,start,len,object) object = \ argument 64 ((object) & ~(((unsigned)-1 >> (HOSTWDSZ-len)) << (HOSTWDSZ-start-len))) | \
|
D | cnv_float.h | 33 #define Dintp1(object) (object) argument 34 #define Dintp2(object) (object) argument 36 #define Duintp1(object) (object) argument 37 #define Duintp2(object) (object) argument 39 #define Qintp0(object) (object) argument 40 #define Qintp1(object) (object) argument 41 #define Qintp2(object) (object) argument 42 #define Qintp3(object) (object) argument
|
D | sgl_float.h | 32 #define Sgl_sign(object) Ssign(object) argument 33 #define Sgl_exponent(object) Sexponent(object) argument 34 #define Sgl_signexponent(object) Ssignexponent(object) argument 35 #define Sgl_mantissa(object) Smantissa(object) argument 36 #define Sgl_exponentmantissa(object) Sexponentmantissa(object) argument 37 #define Sgl_all(object) Sall(object) argument
|
D | dbl_float.h | 31 #define Dbl_sign(object) Dsign(object) argument 32 #define Dbl_exponent(object) Dexponent(object) argument 33 #define Dbl_signexponent(object) Dsignexponent(object) argument 34 #define Dbl_mantissap1(object) Dmantissap1(object) argument 35 #define Dbl_mantissap2(object) Dmantissap2(object) argument 36 #define Dbl_exponentmantissap1(object) Dexponentmantissap1(object) argument 37 #define Dbl_allp1(object) Dallp1(object) argument 38 #define Dbl_allp2(object) Dallp2(object) argument
|
/arch/powerpc/boot/ |
D | wrapper | 52 object=arch/powerpc/boot 53 objbin=$object 104 object="$1" 127 if [ ! -r "$dts" -a -r "$object/dts/$dts" ]; then 128 dts="$object/dts/$dts" 148 platformo=$object/"$platform".o 149 lds=$object/zImage.lds 160 platformo="$object/of.o $object/epapr.o" 164 platformo="$object/pseries-head.o $object/of.o $object/epapr.o" 173 platformo="$object/of.o $object/epapr.o" [all …]
|
/arch/mips/ |
D | Kbuild | 14 # mips object files 15 # The object files are linked as core-y files would be linked
|
/arch/arm/mm/ |
D | proc-arm720.S | 140 .type arm710_cr1_clear, #object 141 .type arm710_cr1_set, #object 168 .type arm720_crval, #object 192 .type __\name\()_proc_info,#object
|
D | proc-v7.S | 493 .type __v7_ca5mp_proc_info, #object 503 .type __v7_ca9mp_proc_info, #object 516 .type __v7_pj4b_proc_info, #object 527 .type __v7_cr7mp_proc_info, #object 537 .type __v7_ca7mp_proc_info, #object 547 .type __v7_ca12mp_proc_info, #object 557 .type __v7_ca15mp_proc_info, #object 567 .type __v7_b15mp_proc_info, #object 577 .type __v7_ca17mp_proc_info, #object 587 .type __krait_proc_info, #object [all …]
|
D | proc-fa526.S | 173 .type fa526_cr1_clear, #object 174 .type fa526_cr1_set, #object 195 .type __fa526_proc_info,#object
|
D | proc-arm9tdmi.S | 76 .type __\name\()_proc_info, #object
|
D | proc-macros.S | 262 .type \name\()_processor_functions, #object 300 .type \name\()_cache_fns, #object 317 .type \name\()_tlb_fns, #object
|
D | proc-sa110.S | 185 .type sa110_crval, #object 204 .type __sa110_proc_info,#object
|
D | proc-arm7tdmi.S | 83 .type __\name\()_proc_info, #object
|
/arch/arm/boot/bootp/ |
D | initrd.S | 1 .type initrd_start,#object
|
D | init.S | 78 .type data,#object
|
/arch/metag/tbx/ |
D | tbitimer.S | 22 .type ___TBITimeB,object 30 .type ___TBITimeI,object 38 .type ___TBITimes,object
|
D | tbiroot.S | 28 .type ___pTBIs,object
|
D | tbicore.S | 23 .type ___pTBISegs,object
|
/arch/x86/kernel/ |
D | vsyscall_emu_64.S | 18 .type __vsyscall_page, @object
|
/arch/arm/common/ |
D | mcpm_head.S | 218 .type first_man_locks, #object 223 .type mcpm_entry_vectors, #object 227 .type mcpm_entry_early_pokes, #object 231 .type mcpm_power_up_setup_phys, #object
|
/arch/arm/boot/compressed/ |
D | debug.S | 35 .type semi_writec_buf, %object
|
/arch/arm/kernel/ |
D | sigreturn_codes.S | 67 .type sigreturn_codes, #object
|
D | head-common.S | 108 .type __mmap_switched_data, %object 173 .type __lookup_processor_type_data, %object
|
/arch/cris/boot/compressed/ |
D | README | 6 The kernel object built by the arch/etrax100/Makefile, vmlinux, is split
|