Home
last modified time | relevance | path

Searched refs:F (Results 1 – 25 of 42) sorted by relevance

12

/arch/ia64/kernel/
Dunaligned.c245 # define F(reg) case reg: ia64_invala_gr(reg); break in invala_gr() macro
248 F( 0); F( 1); F( 2); F( 3); F( 4); F( 5); F( 6); F( 7); in invala_gr()
249 F( 8); F( 9); F( 10); F( 11); F( 12); F( 13); F( 14); F( 15); in invala_gr()
250 F( 16); F( 17); F( 18); F( 19); F( 20); F( 21); F( 22); F( 23); in invala_gr()
251 F( 24); F( 25); F( 26); F( 27); F( 28); F( 29); F( 30); F( 31); in invala_gr()
252 F( 32); F( 33); F( 34); F( 35); F( 36); F( 37); F( 38); F( 39); in invala_gr()
253 F( 40); F( 41); F( 42); F( 43); F( 44); F( 45); F( 46); F( 47); in invala_gr()
254 F( 48); F( 49); F( 50); F( 51); F( 52); F( 53); F( 54); F( 55); in invala_gr()
255 F( 56); F( 57); F( 58); F( 59); F( 60); F( 61); F( 62); F( 63); in invala_gr()
256 F( 64); F( 65); F( 66); F( 67); F( 68); F( 69); F( 70); F( 71); in invala_gr()
[all …]
Dkprobes.c45 enum instruction_type {A, I, M, F, B, L, X, u}; enumerator
59 { M, F, I }, /* 0C */
60 { M, F, I }, /* 0D */
61 { M, M, F }, /* 0E */
62 { M, M, F }, /* 0F */
75 { M, F, B }, /* 1C */
76 { M, F, B }, /* 1D */
268 else if (unlikely(bundle_encoding[template][slot] == F)) { in unsupported_inst()
DMakefile.gate10 cmd_gate = $(CC) -nostdlib $(GATECFLAGS_$(@F)) -Wl,-T,$(filter-out FORCE,$^) -o $@
/arch/x86/kvm/
Dcpuid.c188 #define F(x) bit(X86_FEATURE_##x) macro
194 unsigned f_nx = is_efer_nx() ? F(NX) : 0; in do_cpuid_ent()
197 ? F(GBPAGES) : 0; in do_cpuid_ent()
198 unsigned f_lm = F(LM); in do_cpuid_ent()
203 unsigned f_rdtscp = kvm_x86_ops->rdtscp_supported() ? F(RDTSCP) : 0; in do_cpuid_ent()
207 F(FPU) | F(VME) | F(DE) | F(PSE) | in do_cpuid_ent()
208 F(TSC) | F(MSR) | F(PAE) | F(MCE) | in do_cpuid_ent()
209 F(CX8) | F(APIC) | 0 /* Reserved */ | F(SEP) | in do_cpuid_ent()
210 F(MTRR) | F(PGE) | F(MCA) | F(CMOV) | in do_cpuid_ent()
211 F(PAT) | F(PSE36) | 0 /* PSN */ | F(CLFLSH) | in do_cpuid_ent()
[all …]
/arch/m68k/fpsp040/
Dslogn.S30 | Step 2. X = 2**k * Y where 1 <= Y < 2. Define F to be the first seven
31 | significant bits of Y plus 2**(-7), i.e. F = 1.xxxxxx1 in base
32 | 2 where the six "x" match those of Y. Note that |Y-F| <= 2**(-7).
34 | Step 3. Define u = (Y-F)/F. Approximate log(1+u) by a polynomial in u,
37 | Step 4. Reconstruct log(X) = log( 2**k * Y ) = k*log(2) + log(F) + log(1+u)
38 | by k*log(2) + (log(F) + poly). The values of log(F) are calculated
45 | Step 2: Let 1+X = 2**k * Y, where 1 <= Y < 2. Define F as done in Step 2
47 | k*log(2) + log(F) + poly where poly approximates log(1+u),
48 | u = (Y-F)/F.
51 | Note 1. There are 64 different possible values for F, thus 64 log(F)'s
[all …]
Dsatan.S26 | Define F = sgn * 2**k * 1.xxxx1, i.e. the first 5 significant bits
28 | to be u = (X-F) / (1 + X*F).
32 | Step 4. Return arctan(F) + poly, arctan(F) is fetched from a table of values
275 |--ARE ONLY 8 TIMES 16 = 2^7 = 128 |F|'S. SINCE ATAN(-|F|) IS
276 |-- -ATAN(|F|), WE NEED TO STORE ONLY ATAN(|F|).
283 movel #0x00000000,XFRACLO(%a6) | ...LOCATION OF X IS NOW F
286 fmulx X(%a6),%fp1 | ...FP1 IS X*F, NOTE THAT X*F > 0
287 fsubx X(%a6),%fp0 | ...FP0 IS X-F
288 fadds #0x3F800000,%fp1 | ...FP1 IS 1 + X*F
289 fdivx %fp1,%fp0 | ...FP0 IS U = (X-F)/(1+X*F)
[all …]
/arch/sh/kernel/vsyscall/
DMakefile4 $(foreach F,trapa,$(obj)/vsyscall-$F.so)
7 targets += $(foreach F,trapa,vsyscall-$F.o vsyscall-$F.so)
12 cmd_syscall = $(CC) -nostdlib $(SYSCFLAGS_$(@F)) \
/arch/powerpc/kernel/
Dalign.c43 #define F 4 /* to/from fp regs */ macro
74 { 4, LD+F+S }, /* 00 0 1000: lfs */
75 { 8, LD+F }, /* 00 0 1001: lfd */
76 { 4, ST+F+S }, /* 00 0 1010: stfs */
77 { 8, ST+F }, /* 00 0 1011: stfd */
90 { 4, LD+F+S+U }, /* 00 1 1000: lfsu */
91 { 8, LD+F+U }, /* 00 1 1001: lfdu */
92 { 4, ST+F+S+U }, /* 00 1 1010: stfsu */
93 { 8, ST+F+U }, /* 00 1 1011: stfdu */
94 { 16, LD+F }, /* 00 1 1100: lfdp */
[all …]
/arch/x86/vdso/
DMakefile28 vobjs := $(foreach F,$(vobj64s),$(obj)/$F)
103 vobjx32s := $(foreach F,$(vobjx32s-y),$(obj)/$F)
161 if LC_ALL=C sort -u $(filter-out FORCE,$^) > $(@D)/.tmp_$(@F) && \
164 then diff -u $(@D)/.tmp_$(@F) $H; \
165 else sed /VDSO32_SYSENTER_RETURN/d $(@D)/.tmp_$(@F) | \
167 then mv -f $(@D)/.tmp_$(@F) $@; \
168 else rm -f $(@D)/.tmp_$(@F); exit 1; \
180 $(VDSO_LDFLAGS) $(VDSO_LDFLAGS_$(filter %.lds,$(^F))) \
/arch/blackfin/mach-bf527/
DKconfig20 bool "PORT F"
22 PORT F
55 bool "PORT F"
57 PORT F
72 bool "PORT F"
74 PORT F
86 The ADSP-BF52x allows to control input hysteresis for Port F,
92 menu "PORT F"
/arch/x86/um/vdso/
DMakefile16 vobjs := $(foreach F,$(vobjs-y),$(obj)/$F)
73 $(VDSO_LDFLAGS) $(VDSO_LDFLAGS_$(filter %.lds,$(^F))) \
/arch/mips/loongson/
DKconfig34 bool "Lemote Loongson 2F family machines"
56 Lemote Loongson 2F family machines utilize the 2F revision of
/arch/x86/crypto/
Dblowfish-x86_64-asm_64.S72 #define F() \ macro
92 F(); \
93 F();
103 F(); \
104 F(); \
Dsha1_ssse3_asm.S264 .macro RR F, a, b, c, d, e, round
266 \F \b, \c, \d # t1 = F(b, c, d);
272 \F \a, \b, \c
/arch/sparc/boot/
DMakefile26 cmd_image = $(LD) $(LDFLAGS) $(EXTRA_LDFLAGS) $(LDFLAGS_$(@F)) -o $@
39 echo 'cmd_$@ := $(cmd_image)' > $(@D)/.$(@F).cmd
/arch/frv/include/asm/
Dmb-regs.h124 #define LCD_CMD_FUNCSET(DL,N,F) (LCD_E|0x020|(DL<<4)|(N<<3)|(F<<2)) argument
/arch/mips/powertv/
DKconfig17 E1 - Class E F1 - Class F
/arch/m68k/ifpsp060/
Dfskeleton.S205 | This is the exit point for the 060FPSP when an F-Line Illegal exception is
206 | encountered. Three different types of exceptions can enter the F-Line exception
208 | the FPU is disabled, and F-Line Illegal instructions. The 060FPSP module
209 | _fpsp_fline() distinguishes between the three and acts appropriately. F-Line
220 | encountered. Three different types of exceptions can enter the F-Line exception
222 | the FPU is disabled, and F-Line Illegal instructions. The 060FPSP module
/arch/h8300/
DKconfig.cpu18 AKI-H8/3068F / AKI-H8/3069F Flashmicom LAN Board Support
/arch/arm/boot/dts/
Dimx6q-arm2.dts32 local-mac-address = [00 04 9F 01 1B 61];
/arch/xtensa/kernel/
Dalign.S379 __src_b a7, a5, a6 # lo-mask F..F0..0 (BE) 0..0F..F (LE)
380 __src_b a6, a6, a5 # hi-mask 0..0F..F (BE) F..F0..0 (LE)
/arch/arm/mach-omap1/
DKconfig93 bool "TI F-Sample"
96 Support for TI OMAP 850 F-Sample board. Say Y here if you have such
/arch/ia64/lib/
Dmemcpy_mck.S555 #define F r28 macro
605 (p6) dep F = r0,dst1,0,PAGE_SHIFT // usr dst round down to page boundary
606 (p7) dep F = r0,src1,0,PAGE_SHIFT // usr src round down to page boundary
625 (p6) sub A = F, saved_in0
626 (p7) sub A = F, saved_in1
/arch/m68k/ifpsp060/src/
Dfplsp.S5934 fmov.x %fp0,INARG(%a6) # +-2**K * F, 1 <= F < 2
6259 #--THE IDEA IS ATAN(X) = ATAN(F) + ATAN( [X-F] / [1+XF] ).
6260 #--SO IF F IS CHOSEN TO BE CLOSE TO X AND ATAN(F) IS STORED IN
6262 #--U = (X-F)/(1+XF) IS SMALL (REMEMBER F IS CLOSE TO X). IT IS
6265 #--FETCH F AND SAVING OF REGISTERS CAN BE ALL HIDED UNDER THE
6273 #--WE CHOSE F TO BE +-2^K * 1.BBBB1
6276 #--ARE ONLY 8 TIMES 16 = 2^7 = 128 |F|'S. SINCE ATAN(-|F|) IS
6298 and.l &0x7FFF0000,%d2 # EXPONENT OF F
6301 add.l %d2,%d1 # THE 7 BITS IDENTIFYING F
6302 asr.l &7,%d1 # INDEX INTO TBL OF ATAN(|F|)
[all …]
/arch/blackfin/mach-bf518/
DKconfig89 The ADSP-BF51x allows to control input hysteresis for Port F,
95 menu "PORT F"

12