Searched refs:f31 (Results 1 – 17 of 17) sorted by relevance
/linux/tools/testing/selftests/powerpc/math/ |
H A D | fpu_asm.S | 64 fcmpu cr1,f0,f31 76 stfd f31, STACK_FRAME_LOCAL(0, 0)(sp) // backup f31 81 lfd f31, (8 * i)(r4) // load expected value 82 fcmpu cr0, i, f31 // compare 87 lfd f31, STACK_FRAME_LOCAL(0, 0)(sp) // reload f31 91 fcmpu cr0, f30, f31 // compare 106 # f14-f31 are non volatiles
|
/linux/tools/testing/selftests/powerpc/include/ |
H A D | fpu_asm.h | 11 stfd f31,(stack_size + STACK_FRAME_MIN_SIZE)(%r1); \ 31 lfd f31,(stack_size + STACK_FRAME_MIN_SIZE)(%r1); \ 72 lfd f31,136(r3)
|
/linux/arch/mips/include/asm/ |
H A D | fpregdef.h | 54 #define fs5f $f31 93 #define fs7 $f31
|
H A D | asmmacro.h | 128 sdc1 $f31, THREAD_FPR31(\thread) 187 ldc1 $f31, THREAD_FPR31(\thread)
|
/linux/arch/riscv/kernel/ |
H A D | fpu.S | 59 fsd f31, TASK_THREAD_F31_F0(a0) 102 fld f31, TASK_THREAD_F31_F0(a0) 170 __access_func(f31)
|
H A D | head.S | 433 fmv.s.x f31, zero
|
/linux/arch/mips/kvm/ |
H A D | fpu.S | 46 sdc1 $f31, VCPU_FPR31(a0) 90 ldc1 $f31, VCPU_FPR31(a0)
|
/linux/arch/loongarch/include/asm/ |
H A D | fpregdef.h | 41 #define fs7 $f31
|
H A D | asmmacro.h | 165 fst.d $f31, \tmp, THREAD_FPR31 - THREAD_FPR0 202 fld.d $f31, \tmp, THREAD_FPR31 - THREAD_FPR0
|
/linux/arch/x86/crypto/ |
H A D | curve25519-x86_64.c | 1163 u64 f31; in store_felem() local 1184 f31 = f[3U]; in store_felem() 1185 top_bit = f31 >> (u32)63U; in store_felem() 1186 f[3U] = f31 & (u64)0x7fffffffffffffffU; in store_felem()
|
/linux/arch/mips/kernel/ |
H A D | r4k_fpu.S | 133 EX sdc1 $f31, 248(a0) 200 EX ldc1 $f31, 248(a0)
|
/linux/Documentation/translations/zh_TW/arch/loongarch/ |
H A D | introduction.rst | 58 當系統中存在FPU時,LoongArch有32個浮點寄存器( ``$f0`` ~ ``$f31`` )。在LA64 69 ``$f24``-``$f31`` ``$fs0``-``$fs7`` 靜態寄存器 是
|
/linux/Documentation/translations/zh_CN/arch/loongarch/ |
H A D | introduction.rst | 58 当系统中存在FPU时,LoongArch有32个浮点寄存器( ``$f0`` ~ ``$f31`` )。在LA64 69 ``$f24``-``$f31`` ``$fs0``-``$fs7`` 静态寄存器 是
|
/linux/arch/loongarch/kernel/ |
H A D | fpu.S | 61 EX fst.d $f31, \base, (31 * FPU_REG_WIDTH) 96 EX fld.d $f31, \base, (31 * FPU_REG_WIDTH) 444 movgr2fr.d $f31, t1
|
/linux/arch/sparc/kernel/ |
H A D | fpu_traps.S | 280 fitod %f31, %f62 323 fdtos %f62, %f31
|
/linux/Documentation/arch/loongarch/ |
H A D | introduction.rst | 58 LoongArch has 32 FPRs ( ``$f0`` ~ ``$f31`` ) when FPU is present. Each one is 71 ``$f24``-``$f31`` ``$fs0``-``$fs7`` Static registers Yes
|
/linux/arch/alpha/kernel/ |
H A D | entry.S | 701 stt $f0, FR(31) # save fpcr in slot of $f31
|