Home
last modified time | relevance | path

Searched refs:object (Results 1 – 25 of 75) sorted by relevance

123

/arch/parisc/math-emu/
Dfloat.h61 #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 …]
Dfpbits.h53 #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))) | \
Dcnv_float.h33 #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
Dsgl_float.h32 #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
Ddbl_float.h31 #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/
Dwrapper52 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/
DKbuild14 # mips object files
15 # The object files are linked as core-y files would be linked
/arch/arm/mm/
Dproc-arm720.S140 .type arm710_cr1_clear, #object
141 .type arm710_cr1_set, #object
168 .type arm720_crval, #object
192 .type __\name\()_proc_info,#object
Dproc-v7.S493 .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 …]
Dproc-fa526.S173 .type fa526_cr1_clear, #object
174 .type fa526_cr1_set, #object
195 .type __fa526_proc_info,#object
Dproc-arm9tdmi.S76 .type __\name\()_proc_info, #object
Dproc-macros.S262 .type \name\()_processor_functions, #object
300 .type \name\()_cache_fns, #object
317 .type \name\()_tlb_fns, #object
Dproc-sa110.S185 .type sa110_crval, #object
204 .type __sa110_proc_info,#object
Dproc-arm7tdmi.S83 .type __\name\()_proc_info, #object
/arch/arm/boot/bootp/
Dinitrd.S1 .type initrd_start,#object
Dinit.S78 .type data,#object
/arch/metag/tbx/
Dtbitimer.S22 .type ___TBITimeB,object
30 .type ___TBITimeI,object
38 .type ___TBITimes,object
Dtbiroot.S28 .type ___pTBIs,object
Dtbicore.S23 .type ___pTBISegs,object
/arch/x86/kernel/
Dvsyscall_emu_64.S18 .type __vsyscall_page, @object
/arch/arm/common/
Dmcpm_head.S218 .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/
Ddebug.S35 .type semi_writec_buf, %object
/arch/arm/kernel/
Dsigreturn_codes.S67 .type sigreturn_codes, #object
Dhead-common.S108 .type __mmap_switched_data, %object
173 .type __lookup_processor_type_data, %object
/arch/cris/boot/compressed/
DREADME6 The kernel object built by the arch/etrax100/Makefile, vmlinux, is split

123