/openbmc/qemu/disas/ |
H A D | alpha.c | 585 #define FP(oo,fff) FP_(oo,fff), FP_MASK macro 901 { "itofs", FP(0x14,0x004), CIX, { RA, ZB, FC } }, 902 { "sqrtf/c", FP(0x14,0x00A), CIX, ARG_FPZ1 }, 903 { "sqrts/c", FP(0x14,0x00B), CIX, ARG_FPZ1 }, 904 { "itoff", FP(0x14,0x014), CIX, { RA, ZB, FC } }, 905 { "itoft", FP(0x14,0x024), CIX, { RA, ZB, FC } }, 906 { "sqrtg/c", FP(0x14,0x02A), CIX, ARG_FPZ1 }, 907 { "sqrtt/c", FP(0x14,0x02B), CIX, ARG_FPZ1 }, 908 { "sqrts/m", FP(0x14,0x04B), CIX, ARG_FPZ1 }, 909 { "sqrtt/m", FP(0x14,0x06B), CIX, ARG_FPZ1 }, [all …]
|
/openbmc/u-boot/examples/standalone/ |
H A D | ppc_setjmp.S | 17 #define FP(x...) x macro 30 FP( stfd 14,((JB_FPRS+0*2)*4)(3)) 33 FP( stfd 15,((JB_FPRS+1*2)*4)(3)) 36 FP( stfd 16,((JB_FPRS+2*2)*4)(3)) 39 FP( stfd 17,((JB_FPRS+3*2)*4)(3)) 41 FP( stfd 18,((JB_FPRS+4*2)*4)(3)) 43 FP( stfd 19,((JB_FPRS+5*2)*4)(3)) 45 FP( stfd 20,((JB_FPRS+6*2)*4)(3)) 47 FP( stfd 21,((JB_FPRS+7*2)*4)(3)) 49 FP( stfd 22,((JB_FPRS+8*2)*4)(3)) [all …]
|
H A D | ppc_longjmp.S | 17 #define FP(x...) x macro 18 #define FP(x...) x macro 27 FP( lfd 14,((JB_FPRS+0*2)*4)(r3)) 29 FP( lfd 15,((JB_FPRS+1*2)*4)(r3)) 31 FP( lfd 16,((JB_FPRS+2*2)*4)(r3)) 33 FP( lfd 17,((JB_FPRS+3*2)*4)(r3)) 35 FP( lfd 18,((JB_FPRS+4*2)*4)(r3)) 37 FP( lfd 19,((JB_FPRS+5*2)*4)(r3)) 39 FP( lfd 20,((JB_FPRS+6*2)*4)(r3)) 42 FP( lfd 21,((JB_FPRS+7*2)*4)(r3)) [all …]
|
/openbmc/linux/arch/m68k/ifpsp060/ |
H A D | README | 32 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
|
H A D | fskeleton.S | 73 | 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
|
H A D | TEST.DOC | 144 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
|
/openbmc/qemu/target/arm/tcg/ |
H A D | sme-fa64.decode | 56 # --10 110- ---- ---- ---- ---- ---- ---- # Load/store pair of FP registers 57 # --01 1100 ---- ---- ---- ---- ---- ---- # Load FP register (PC-relative literal) 58 # --11 1100 --0- ---- ---- ---- ---- ---- # Load/store FP register (unscaled imm) 59 # --11 1100 --1- ---- ---- ---- ---- --10 # Load/store FP register (register offset) 60 # --11 1101 ---- ---- ---- ---- ---- ---- # Load/store FP register (scaled imm)
|
H A D | m-nocp.decode | 28 # decoding FP instructions which are in the coprocessor space). 52 # FP system register accesses: these are a special case because accesses
|
H A D | sve.decode | 562 # SVE insert SIMD&FP scalar register 627 # SVE conditionally copy element to SIMD&FP scalar 635 # SVE copy element to SIMD&FP scalar register 643 # SVE copy element from SIMD&FP scalar register 968 ### SVE FP Multiply-Add Indexed Group 978 ### SVE FP Multiply Indexed Group 985 ### SVE FP Fast Reduction Group 998 ### SVE FP Compare with Zero Group 1007 ### SVE FP Accumulating Reduction Group 1022 ### SVE FP Arithmetic Predicated Group [all …]
|
/openbmc/linux/arch/arm/nwfpe/ |
H A D | entry.S | 91 and r2, r6, #0x0F000000 @ test for FP insns 171 ldr_va pc, fp_enter, tmp=r4 @ Call FP module USR entry point 174 @ The FP module is called with these registers set: 178 @ r10 = FP workspace 179 @ lr = unrecognised FP instruction return address
|
/openbmc/linux/tools/perf/arch/arm/tests/ |
H A D | regs_load.S | 15 #define FP 0x58 macro 52 str fp, [r0, #FP]
|
/openbmc/linux/arch/arm/kernel/ |
H A D | unwind.c | 71 FP = 7, enumerator 73 FP = 11, 396 ctrl->vrs[FP], ctrl->vrs[SP], ctrl->vrs[LR], ctrl->vrs[PC]); in unwind_exec_insn() 437 ctrl.vrs[FP] = frame->fp; in unwind_frame() 513 frame->fp = ctrl.vrs[FP]; in unwind_frame()
|
/openbmc/openbmc/poky/meta/recipes-multimedia/libvorbis/libvorbis/ |
H A D | 0001-configure-Check-for-clang.patch | 52 # glibc < 2.1.3 has a serious FP bug in the math inline header 53 # that will cripple Vorbis. Look to see if the magic FP stack
|
/openbmc/linux/Documentation/translations/zh_CN/arch/arm64/ |
H A D | elf_hwcaps.rst | 62 ID_AA64PFR0_EL1.FP == 0b0000 表示有此功能。 89 ID_AA64PFR0_EL1.FP == 0b0001 表示有此功能。
|
/openbmc/linux/Documentation/translations/zh_TW/arch/arm64/ |
H A D | elf_hwcaps.rst | 65 ID_AA64PFR0_EL1.FP == 0b0000 表示有此功能。 92 ID_AA64PFR0_EL1.FP == 0b0001 表示有此功能。
|
/openbmc/linux/arch/sparc/net/ |
H A D | bpf_jit_64.h | 34 #define FP 0x1e macro
|
H A D | bpf_jit_32.h | 31 #define FP 0x1e macro
|
/openbmc/linux/tools/perf/arch/arm/util/ |
H A D | unwind-libdw.c | 31 dwarf_regs[11] = REG(FP); in libdw__arch_set_initial_registers()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/linpack/linpack/ |
H A D | 0001-linpack-Define-DP-only-when-SP-is-not-defined.patch | 6 This helps compiling two versions ( SP/FP ) of the benchmark just by
|
/openbmc/linux/lib/crypto/ |
H A D | des.c | 549 #define FP(L, R, T) \ macro 795 FP(R, L, A); in des_encrypt() 816 FP(R, L, A); in des_decrypt() 866 FP(R, L, A); in des3_ede_encrypt() 895 FP(R, L, A); in des3_ede_decrypt()
|
/openbmc/qemu/target/loongarch/ |
H A D | translate.h | 20 #define avail_FP(C) (FIELD_EX32((C)->cpucfg2, CPUCFG2, FP))
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | insn-data.h.inc | 602 /* LOAD FP INTEGER */ 1283 /* VECTOR FP ADD */ 1285 /* VECTOR FP COMPARE SCALAR */ 1287 /* VECTOR FP COMPARE AND SIGNAL SCALAR */ 1289 /* VECTOR FP COMPARE EQUAL */ 1291 /* VECTOR FP COMPARE HIGH */ 1293 /* VECTOR FP COMPARE HIGH OR EQUAL */ 1295 /* VECTOR FP CONVERT FROM FIXED 64-BIT */ 1297 /* VECTOR FP CONVERT FROM LOGICAL 64-BIT */ 1299 /* VECTOR FP CONVERT TO FIXED 64-BIT */ [all …]
|
/openbmc/linux/arch/m68k/ifpsp060/src/ |
H A D | pfpsp.S | 2363 # _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 …]
|
/openbmc/linux/arch/x86/lib/ |
H A D | checksum_32.S | 270 #define FP 12 macro 295 movl %ecx, FP(%esp)
|
/openbmc/linux/arch/alpha/ |
H A D | Kconfig.debug | 33 tristate "Kernel FP software completion" if DEBUG_KERNEL && !SMP
|