/arch/parisc/math-emu/ |
D | float.h | 48 #define Sall(object) (object) argument 49 #define Ssign(object) Bitfield_extract( 0, 1,object) argument 50 #define Ssignedsign(object) Bitfield_signed_extract( 0, 1,object) argument 51 #define Sexponent(object) Bitfield_extract( 1, 8,object) argument 52 #define Smantissa(object) Bitfield_mask( 9, 23,object) argument 53 #define Ssignaling(object) Bitfield_extract( 9, 1,object) argument 54 #define Ssignalingnan(object) Bitfield_extract( 1, 9,object) argument 55 #define Shigh2mantissa(object) Bitfield_extract( 9, 2,object) argument 56 #define Sexponentmantissa(object) Bitfield_mask( 1, 31,object) argument 57 #define Ssignexponent(object) Bitfield_extract( 0, 9,object) argument [all …]
|
D | fpbits.h | 40 #define Bitfield_extract(start, length, object) \ argument 41 ((object) >> (HOSTWDSZ - (start) - (length)) & \ 44 #define Bitfield_signed_extract(start, length, object) \ argument 45 ((int)((object) << start) >> (HOSTWDSZ - (length))) 47 #define Bitfield_mask(start, len, object) \ argument 48 ((object) & (((unsigned)-1 >> (HOSTWDSZ-len)) << (HOSTWDSZ-start-len))) 50 #define Bitfield_deposit(value,start,len,object) object = \ argument 51 ((object) & ~(((unsigned)-1 >> (HOSTWDSZ-len)) << (HOSTWDSZ-start-len))) | \
|
D | cnv_float.h | 20 #define Dintp1(object) (object) argument 21 #define Dintp2(object) (object) argument 23 #define Duintp1(object) (object) argument 24 #define Duintp2(object) (object) argument 26 #define Qintp0(object) (object) argument 27 #define Qintp1(object) (object) argument 28 #define Qintp2(object) (object) argument 29 #define Qintp3(object) (object) argument
|
D | sgl_float.h | 19 #define Sgl_sign(object) Ssign(object) argument 20 #define Sgl_exponent(object) Sexponent(object) argument 21 #define Sgl_signexponent(object) Ssignexponent(object) argument 22 #define Sgl_mantissa(object) Smantissa(object) argument 23 #define Sgl_exponentmantissa(object) Sexponentmantissa(object) argument 24 #define Sgl_all(object) Sall(object) argument
|
D | dbl_float.h | 18 #define Dbl_sign(object) Dsign(object) argument 19 #define Dbl_exponent(object) Dexponent(object) argument 20 #define Dbl_signexponent(object) Dsignexponent(object) argument 21 #define Dbl_mantissap1(object) Dmantissap1(object) argument 22 #define Dbl_mantissap2(object) Dmantissap2(object) argument 23 #define Dbl_exponentmantissap1(object) Dexponentmantissap1(object) argument 24 #define Dbl_allp1(object) Dallp1(object) argument 25 #define Dbl_allp2(object) Dallp2(object) argument
|
/arch/powerpc/boot/ |
D | wrapper | 56 object=arch/powerpc/boot 57 objbin=$object 131 object="$1" 178 if [ ! -r "$dts" -a -r "$object/dts/$dts" ]; then 179 dts="$object/dts/$dts" 221 platformo=$object/"$platform".o 222 lds=$object/zImage.lds 240 platformo="$object/of.o $object/epapr.o" 244 platformo="$object/pseries-head.o $object/of.o $object/epapr.o" 253 platformo="$object/of.o $object/epapr.o" [all …]
|
/arch/mips/ |
D | Kbuild | 17 # mips object files 18 # The object files are linked as core-y files would be linked
|
/arch/arm/mm/ |
D | proc-arm720.S | 126 .type arm710_cr1_clear, #object 127 .type arm710_cr1_set, #object 154 .type arm720_crval, #object 178 .type __\name\()_proc_info,#object
|
D | proc-v7m.S | 199 .type __v7m_cm7_proc_info, #object 209 .type __v7m_cm4_proc_info, #object 219 .type __v7m_cm3_proc_info, #object 229 .type __v7m_proc_info, #object
|
D | proc-v7.S | 675 .type __v7_ca5mp_proc_info, #object 685 .type __v7_ca9mp_proc_info, #object 695 .type __v7_ca8_proc_info, #object 708 .type __v7_pj4b_proc_info, #object 719 .type __v7_cr7mp_proc_info, #object 729 .type __v7_cr8mp_proc_info, #object 739 .type __v7_ca7mp_proc_info, #object 749 .type __v7_ca12mp_proc_info, #object 759 .type __v7_ca15mp_proc_info, #object 769 .type __v7_b15mp_proc_info, #object [all …]
|
D | proc-fa526.S | 168 .type fa526_cr1_clear, #object 169 .type fa526_cr1_set, #object 190 .type __fa526_proc_info,#object
|
D | proc-arm9tdmi.S | 72 .type __\name\()_proc_info, #object
|
D | proc-sa110.S | 182 .type sa110_crval, #object 201 .type __sa110_proc_info,#object
|
D | proc-arm7tdmi.S | 79 .type __\name\()_proc_info, #object
|
D | proc-macros.S | 284 .type \name\()_processor_functions, #object 326 .type \name\()_cache_fns, #object 343 .type \name\()_tlb_fns, #object
|
D | proc-arm1020.S | 455 .type arm1020_crval, #object 469 .type cpu_arm1020_name, #object 496 .type __arm1020_proc_info,#object
|
D | proc-sa1100.S | 220 .type sa1100_crval, #object 245 .type __\name\()_proc_info,#object
|
/arch/arm/boot/bootp/ |
D | initrd.S | 2 .type initrd_start,#object
|
D | init.S | 75 .type data,#object
|
/arch/x86/entry/vsyscall/ |
D | vsyscall_emu_64.S | 17 .type __vsyscall_page, @object
|
/arch/arm/common/ |
D | mcpm_head.S | 214 .type first_man_locks, #object 219 .type mcpm_entry_vectors, #object 223 .type mcpm_entry_early_pokes, #object 227 .type mcpm_power_up_setup_phys, #object
|
/arch/arm/boot/compressed/ |
D | debug.S | 40 .type semi_writec_buf, %object
|
/arch/arm/kernel/ |
D | head-common.S | 119 .type __mmap_switched_data, %object 193 .type __lookup_processor_type_data, %object
|
D | sigreturn_codes.S | 72 .type sigreturn_codes, #object
|
/arch/mips/kernel/ |
D | scall64-n32.S | 105 .type sysn32_call_table, @object
|