Home
last modified time | relevance | path

Searched refs:FP (Results 1 – 51 of 51) sorted by relevance

/linux-4.1.27/arch/blackfin/include/asm/
Ddpmc.h43 #define _PM_PUSH(n, x, w, base) PM_REG##n = w[FP + ((x) - (base))];
44 #define _PM_POP(n, x, w, base) w[FP + ((x) - (base))] = PM_REG##n;
47 #define PM_PUSH(n, x) PM_REG##n = [FP++];
48 #define PM_POP(n, x) [FP--] = PM_REG##n;
176 FP.H = hi(SYSMMR_BASE);
177 FP.L = lo(SYSMMR_BASE);
271 FP.H = hi(SYSMMR_BASE);
272 FP.L = lo(SYSMMR_BASE);
384 FP = B1;
387 FP += 4; /* EVT4 */
[all …]
/linux-4.1.27/arch/m68k/ifpsp060/
DREADME32 fpsp.sa Full FP Kernel Module - hex image
33 fpsp.s Full FP Kernel Module - source code
34 fpsp.doc Full FP Kernel Module - on-line documentation
36 pfpsp.sa Partial FP Kernel Module - hex image
37 pfpsp.s Partial FP Kernel Module - source code
39 fplsp.sa FP Library Module - hex image
40 fplsp.s FP Library Module - source code
41 fplsp.doc FP Library Module - on-line documentation
Dfskeleton.S73 | stack frame. The FP state frame holds the EXCEPTIONAL OPERAND.
92 | stack frame. The FP state frame holds the EXCEPTIONAL OPERAND.
110 | stack frame. The FP state frame holds the source operand of the faulting
129 | stack frame. The FP state frame holds the source operand of the faulting
148 | stack frame. The FP state frame holds the source operand of the faulting
167 | stack frame. The FP state frame holds the source operand of the faulting
207 | vector number 11: FP Unimplemented Instructions, FP implemented instructions when
221 | vector number 11: FP Unimplemented Instructions, FP implemented instructions when
DTEST.DOC144 0x08: FP unimplemented test
145 0x10: FP enabled snan/operr/ovfl/unfl/dz/inex
155 FP unimplemented: tests FP unimplemented exception. this one is
157 want FP unimplemented instructions.
159 FP enabled: tests enabled snan/operr/ovfl/unfl/dz/inex.
161 each using an implemented FP instruction. this process
Dfplsp.doc36 FP instructions not implemented in 68060 hardware. These
38 "FP Unimplemented Instruction".
DCHANGES41 3) For an opclass three FP instruction where the effective addressing
Dfpsp.doc35 These exception handlers emulate Unimplemented FP instructions,
/linux-4.1.27/tools/perf/arch/arm/tests/
Dregs_load.S14 #define FP 0x58 macro
51 str fp, [r0, #FP]
/linux-4.1.27/arch/arm/kernel/
Dunwind.c83 FP = 7, enumerator
85 FP = 11,
378 ctrl->vrs[FP], ctrl->vrs[SP], ctrl->vrs[LR], ctrl->vrs[PC]); in unwind_exec_insn()
410 ctrl.vrs[FP] = frame->fp; in unwind_frame()
463 frame->fp = ctrl.vrs[FP]; in unwind_frame()
/linux-4.1.27/tools/perf/arch/arm/util/
Dunwind-libdw.c28 dwarf_regs[11] = REG(FP); in libdw__arch_set_initial_registers()
/linux-4.1.27/arch/sparc/net/
Dbpf_jit.h30 #define FP 0x1e macro
/linux-4.1.27/arch/m68k/ifpsp060/src/
Dpfpsp.S2363 # _fpsp_effadd(): 060FPSP entry point for FP "Unimplemented #
2367 # FP Unimplemented Effective Address exception in an operating #
2374 # store_fpreg() - store opclass 0 or 2 result to FP regfile #
2376 # load_fpn2() - load dst operand from FP regfile #
2378 # decbin() - convert packed data to FP binary data #
2402 # (1) FP Instructions using extended precision or packed immediate #
2408 # _mem_read() "callout", converted to FP binary (if packed), and used #
2410 # word. If no FP exception should be reported ads a result of the #
2414 # corresponding to the FP exception type must be entered into the 060 #
2421 # decode and emulate the instruction. No FP exceptions can be pending #
[all …]
Dfpsp.S2364 # _fpsp_effadd(): 060FPSP entry point for FP "Unimplemented #
2368 # FP Unimplemented Effective Address exception in an operating #
2375 # store_fpreg() - store opclass 0 or 2 result to FP regfile #
2377 # load_fpn2() - load dst operand from FP regfile #
2379 # decbin() - convert packed data to FP binary data #
2403 # (1) FP Instructions using extended precision or packed immediate #
2409 # _mem_read() "callout", converted to FP binary (if packed), and used #
2411 # word. If no FP exception should be reported ads a result of the #
2415 # corresponding to the FP exception type must be entered into the 060 #
2422 # decode and emulate the instruction. No FP exceptions can be pending #
[all …]
Dfplsp.S335 set USER_FPIAR, LV+40 # FP instr address register
337 set USER_FPSR, LV+36 # FP status register
343 set USER_FPCR, LV+32 # FP control register
5536 #--FLOATING POINT FORMAT, THE TWO FMOVE'S FMOVE.L FP <--> N
/linux-4.1.27/crypto/
Ddes_generic.c557 #define FP(L, R, T) \ macro
820 FP(R, L, A); in des_encrypt()
843 FP(R, L, A); in des_decrypt()
917 FP(R, L, A); in des3_ede_encrypt()
948 FP(R, L, A); in des3_ede_decrypt()
/linux-4.1.27/arch/arm/nwfpe/
Dentry.S101 and r2, r6, #0x0F000000 @ test for FP insns
DChangeLog7 * Only initialize FPE state once in repeat-FP situations. (6%)
/linux-4.1.27/arch/alpha/
DKconfig.debug35 tristate "Kernel FP software completion" if DEBUG_KERNEL && !SMP
/linux-4.1.27/arch/x86/lib/
Dchecksum_32.S287 #define FP 12 macro
314 movl %ecx, FP(%esp)
351 2: movl FP(%esp), %edx
/linux-4.1.27/arch/m32r/kernel/
Dentry.S108 #define FP(reg) @(0x60,reg) /* FP = R13 */ macro
/linux-4.1.27/arch/frv/kernel/
Dswitch_to.S115 # - SP, FP, LR, GR15, GR28 and GR29 will have been set up appropriately
134 # restore extra general regs and FP/Media regs
/linux-4.1.27/drivers/scsi/pcmcia/
DKconfig42 IO-DATA PCSC-FP
/linux-4.1.27/drivers/net/fddi/
DKconfig54 - SK-5541 (SK-NET FDDI-FP)
/linux-4.1.27/Documentation/frv/
Dclock.txt38 FP-Media: fr0-31, Media
/linux-4.1.27/arch/arm/vfp/
Dvfphw.S84 ldr r3, [sp, #S_PSR] @ Neither lazy restore nor FP exceptions
/linux-4.1.27/arch/m32r/platforms/oaks32r/
Ddot.gdbinit.nommu81 printf "R12[0x%08lX] FP[0x%08lX] LR[0x%08lX] SP[0x%08lX]\n",$r12,$fp,$lr,$sp
/linux-4.1.27/kernel/bpf/
Dcore.c48 #define FP regs[BPF_REG_FP] macro
295 FP = (u64) (unsigned long) &stack[ARRAY_SIZE(stack)]; in __bpf_prog_run()
/linux-4.1.27/Documentation/crypto/
Ddescore-readme.txt50 30us per encryption (options: 64k tables, no IP/FP)
52 45us per encryption (options: 2k tables, no IP/FP)
142 advantage of the regular structure of operations such as IP, E, and FP
322 and stored in a nonstandard bit order (FIPS w/o IP/FP).
/linux-4.1.27/Documentation/arm/nwfpe/
DTODO66 risk of becoming isolated if and when hardware FP emulation comes out
/linux-4.1.27/arch/m32r/platforms/mappi3/
Ddot.gdbinit139 printf "R12[0x%08lX] FP[0x%08lX] LR[0x%08lX] SP[0x%08lX]\n",$r12,$fp,$lr,$sp
/linux-4.1.27/arch/m32r/platforms/mappi2/
Ddot.gdbinit.vdec2150 printf "R12[0x%08lX] FP[0x%08lX] LR[0x%08lX] SP[0x%08lX]\n",$r12,$fp,$lr,$sp
/linux-4.1.27/arch/m32r/platforms/m32700ut/
Ddot.gdbinit_200MHz_16MB151 printf "R12[0x%08lX] FP[0x%08lX] LR[0x%08lX] SP[0x%08lX]\n",$r12,$fp,$lr,$sp
Ddot.gdbinit_400MHz_32MB151 printf "R12[0x%08lX] FP[0x%08lX] LR[0x%08lX] SP[0x%08lX]\n",$r12,$fp,$lr,$sp
Ddot.gdbinit_300MHz_32MB151 printf "R12[0x%08lX] FP[0x%08lX] LR[0x%08lX] SP[0x%08lX]\n",$r12,$fp,$lr,$sp
/linux-4.1.27/arch/m32r/platforms/mappi/
Ddot.gdbinit167 printf "R12[0x%08lX] FP[0x%08lX] LR[0x%08lX] SP[0x%08lX]\n",$r12,$fp,$lr,$sp
Ddot.gdbinit.nommu167 printf "R12[0x%08lX] FP[0x%08lX] LR[0x%08lX] SP[0x%08lX]\n",$r12,$fp,$lr,$sp
Ddot.gdbinit.smp235 printf "R12[0x%08lX] FP[0x%08lX] LR[0x%08lX] SP[0x%08lX]\n",$r12,$fp,$lr,$fp
/linux-4.1.27/arch/m32r/platforms/opsput/
Ddot.gdbinit176 printf "R12[%08lx] FP[%08lx] LR[%08lx] SP[%08lx]\n",$r12,$fp,$lr,$sp
/linux-4.1.27/Documentation/networking/
Dskfp.txt50 - SK-5541 (SK-NET FDDI-FP)
/linux-4.1.27/arch/powerpc/boot/dts/
Dxpedite5200.dts102 * 1: BRD_CFG1 (1: FP ethernet present)
Dxpedite5200_xmon.dts106 * 1: BRD_CFG1 (1: FP ethernet present)
/linux-4.1.27/arch/sparc/kernel/
Dfpu_traps.S223 cmp %g1, 2 ! Unfinished FP-OP
/linux-4.1.27/Documentation/metag/
Dkernel-ABI.txt32 FX General FP unit 0-15
/linux-4.1.27/Documentation/powerpc/
Dtransactional_memory.txt178 TM_CAUSE_FAC_UNAV FP/VEC/VSX unavailable trap.
/linux-4.1.27/Documentation/arm/
DREADME89 Although modularisation is supported (and required for the FP emulator),
/linux-4.1.27/arch/unicore32/kernel/
Dentry.S221 @ Clear FP to mark the first stack frame
/linux-4.1.27/arch/m68k/fpsp040/
Dssin.S446 |--FLOATING POINT FORMAT, THE TWO FMOVE'S FMOVE.L FP <--> N
/linux-4.1.27/arch/mips/
DKconfig2143 bool "Dynamic FPU affinity for FP-intensive threads"
2645 bool "Support for O32 binaries using 64-bit FP (EXPERIMENTAL)"
2655 of your kernel & potentially improve FP emulation performance by
/linux-4.1.27/arch/sh/kernel/cpu/sh5/
Dentry.S811 ! setup FP so that unwinder can wind back through nested kernel mode
/linux-4.1.27/Documentation/virtual/kvm/
Dapi.txt2016 ARM 64-bit FP registers have the following id bit patterns:
2023 arm64 core/FP-SIMD registers have the following id bit patterns. Note
3461 allows the Config1.FP bit to be set to enable the FPU in the guest. Once this is
/linux-4.1.27/arch/arm/
DKconfig2043 If you do not feel you need a faster FP emulation you should better