/linux/arch/arm/nwfpe/ |
A D | fpa11_cpdt.c | 22 fpa11->fType[Fn] = typeSingle; in loadSingle() 23 get_user(fpa11->fpreg[Fn].fSingle, pMem); in loadSingle() 31 fpa11->fType[Fn] = typeDouble; in loadDouble() 47 fpa11->fType[Fn] = typeExtended; in loadExtended() 69 switch (fpa11->fType[Fn]) { in loadMultiple() 99 switch (fpa11->fType[Fn]) { in storeSingle() 111 val.f = fpa11->fpreg[Fn].fSingle; in storeSingle() 125 switch (fpa11->fType[Fn]) { in storeDouble() 137 val.f = fpa11->fpreg[Fn].fDouble; in storeDouble() 158 switch (fpa11->fType[Fn]) { in storeExtended() [all …]
|
A D | fpa11_cprt.c | 103 unsigned int Fn = getFm(opcode); in PerformFIX() local 110 switch (fpa11->fType[Fn]) { in PerformFIX() 158 switch (fpa11->fType[Fn]) { in PerformComparison() 177 rFn = fpa11->fpreg[Fn].fExtended; in PerformComparison() 237 if (fpa11->fType[Fn] == typeSingle) { in PerformComparison() 239 float32 rFn = fpa11->fpreg[Fn].fSingle; in PerformComparison() 260 float64 rFn = fpa11->fpreg[Fn].fDouble; in PerformComparison() 282 if (fpa11->fType[Fn] == typeSingle in PerformComparison() 285 float32 rFn = fpa11->fpreg[Fn].fSingle; in PerformComparison() 313 rFn = (fpa11->fType[Fn] == typeSingle) ? in PerformComparison() [all …]
|
A D | extended_cpdo.c | 108 unsigned int Fn = getFn(opcode); in ExtendedCPDO() local 111 switch (fpa11->fType[Fn]) { in ExtendedCPDO() 113 rFn = float32_to_floatx80(fpa11->fpreg[Fn].fSingle); in ExtendedCPDO() 117 rFn = float64_to_floatx80(fpa11->fpreg[Fn].fDouble); in ExtendedCPDO() 121 rFn = fpa11->fpreg[Fn].fExtended; in ExtendedCPDO()
|
A D | double_cpdo.c | 125 unsigned int Fn = getFn(opcode); in DoubleCPDO() local 128 switch (fpa11->fType[Fn]) { in DoubleCPDO() 130 rFn = float32_to_float64(fpa11->fpreg[Fn].fSingle); in DoubleCPDO() 134 rFn = fpa11->fpreg[Fn].fDouble; in DoubleCPDO()
|
A D | single_cpdo.c | 93 unsigned int Fn = getFn(opcode); in SingleCPDO() local 96 if (fpa11->fType[Fn] == typeSingle && in SingleCPDO() 98 rFn = fpa11->fpreg[Fn].fSingle; in SingleCPDO()
|
/linux/arch/sh/math-emu/ |
A D | math.c | 141 FP_DECL_S(Fn); in fmac() 144 UNPACK_S(Fn, FRn); in fmac() 146 FP_ADD_S(Fr, Fn, Ft); in fmac() 286 FP_DECL_##SZ(Fn); \ in NOTYETn() 288 PACK_##SZ(N, Fn); }while(0) in NOTYETn() 302 FP_DECL_##SZ(Fn); \ 303 UNPACK_##SZ(Fn, N); \ 320 FP_DECL_S(Fn); in fcnvsd() 322 UNPACK_S(Fn, FPUL); in fcnvsd() 331 FP_DECL_D(Fn); in fcnvds() [all …]
|
/linux/Documentation/arm/nwfpe/ |
A D | netwinder-fpe.rst | 68 CMF{cond} Fn, Fm Compare floating 69 CMFE{cond} Fn, Fm Compare floating with exception 70 CNF{cond} Fn, Fm Compare negated floating 80 ADF{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - add 81 SUF{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - subtract 83 MUF{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - multiply 84 DVF{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - divide 85 RDV{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - reverse divide 89 FML{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - fast multiply 90 FDV{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - fast divide [all …]
|
A D | todo.rst | 6 POW{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - power 7 RPW{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - reverse power 8 POL{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - polar angle (arctan2)
|
/linux/Documentation/ABI/testing/ |
A D | sysfs-platform-msi-laptop | 39 Touchpad state can only be toggled by pressing Fn+F3. 49 only possible to toggle turbo mode state by pressing Fn+F10, 51 If user presses Fn+F10 too frequent, turbo mode state is not 62 power. ECO mode can only be toggled by pressing Fn+F10.
|
A D | sysfs-driver-hid-lenovo | 56 Description: This setting controls whether Fn Lock is enabled on the keyboard (i.e. if F1 is Mute o…
|
/linux/Documentation/devicetree/bindings/input/ |
A D | matrix-keymap.yaml | 18 cases where there is a modifier key such as a Fn key. Proposed names 20 word for the modifier other from "Fn".
|
/linux/Documentation/admin-guide/laptops/ |
A D | asus-laptop.rst | 35 - Fn key combinations 163 1) Check whether the Fn+F8 key: 232 wapf: WAPF defines the behavior of the Fn+Fx wlan key 237 - 0x1 should allow to control the device with Fn+Fx key. 238 - 0x4 should send an ACPI event (0x88) while pressing the Fn+Fx key
|
A D | sonypi.rst | 22 - Fn keys 64 fnkeyinit: on some Vaios (C1VE, C1VR etc), the Fn key events don't 132 Fn-keys which put the laptop in sleeping state, or switch the 136 you have one of those laptops with working Fn keys and want to
|
A D | thinkpad-acpi.rst | 38 - Fn key combinations 225 example, if Fn+F5 is unmasked, that key will no longer enable/disable 228 Note also that not all Fn key combinations are supported through ACPI 413 disabled or with Fn+F3 masked 548 0x6005 KEYBOARD: Fn key pressed (TO BE VERIFIED) 686 (it simulates the behavior of Fn-F7). 695 Fn-F7 from working. This also disables the video output switching 697 Fn-F7. Video switching on the console should still work.
|
A D | sony-laptop.rst | 13 Fn keys (hotkeys):
|
/linux/Documentation/translations/zh_CN/admin-guide/ |
A D | sysrq.rst | 207 切换到另一个虚拟控制台(键盘操作 :kbd:`ALT+Fn` ),然后再切回来应该也有帮助。
|
/linux/drivers/platform/x86/ |
A D | Kconfig | 325 This driver supports the Fn-Fx keys on Eee PC laptops. 529 support for Fn-Fx key combinations, Bluetooth control, video 920 screen brightness control, Fn keys and allows powering on/off some 942 support for Fn-Fx key combinations, keyboard backlight, and airplane mode
|
/linux/Documentation/admin-guide/ |
A D | sysrq.rst | 212 Switching to another virtual console (:kbd:`ALT+Fn`) and then back again
|
/linux/Documentation/dev-tools/ |
A D | kgdb.rst | 474 Press and hold down: :kbd:`Fn` 478 Release: :kbd:`Fn`
|
/linux/drivers/hid/ |
A D | Kconfig | 558 - ThinkPad Compact Bluetooth Keyboard with TrackPoint (supports Fn keys) 559 - ThinkPad Compact USB Keyboard with TrackPoint (supports Fn keys)
|
/linux/ |
A D | modules.builtin.modinfo | 16 …_apple.file=drivers/hid/hid-applehid_apple.parm=swap_fn_leftctrl:Swap the Fn and left Control key…
|