/openbmc/qemu/tests/tcg/xtensa/ |
H A D | fpu.h | 49 .macro test_op1_rm op, fr0, fr1, v0, r, sr 53 \op \fr1, \fr0 54 check_res \fr1, \r, \sr 57 .macro test_op2_rm op, fr0, fr1, fr2, v0, v1, r, sr 61 movfp \fr1, \v1 62 \op \fr2, \fr0, \fr1 66 .macro test_op3_rm op, fr0, fr1, fr2, fr3, v0, v1, v2, r, sr 70 movfp \fr1, \v1 72 \op \fr0, \fr1, \fr2 76 .macro test_op1_ex op, fr0, fr1, v0, rm, r, sr [all …]
|
H A D | test_fp1.S | 13 .macro test_ord_ex op, br, fr0, fr1, v0, v1, r, sr 17 movfp \fr1, \v1 18 \op \br, \fr0, \fr1 32 .macro test_ord op, br, fr0, fr1, v0, v1, r, sr 35 test_ord_ex \op, \br, \fr0, \fr1, \v0, \v1, \r, \sr 38 test_ord_ex \op, \br, \fr0, \fr1, \v0, \v1, \r, \sr 90 .macro test_cond op, fr0, fr1, cr, v0, v1, r 92 movfp \fr1, \v1 93 \op \fr0, \fr1, \cr
|
H A D | test_fp0_sqrt.S | 40 .macro sqrt_s fr0, fr1 argument 41 sqrt_seq \fr0, \fr1, f10, f11, f12, f13, f14, f15
|
H A D | test_fp0_div.S | 36 .macro div_s fr0, fr1, fr2 37 divs_seq \fr0, \fr1, \fr2, f9, f10, f11, f12, f13, f14, f15
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | vector.S | 208 stfd fr1,16(r1) 210 LDCONST(fr1, fpzero) 212 MTFSF_L(fr1) 220 lfd fr1,16(r1) 237 lfsx fr1,r5,r6 238 fadds fr0,fr0,fr1 254 lfsx fr1,r5,r6 255 fsubs fr0,fr0,fr1 272 lfsx fr1,r5,r7 274 fmadds fr0,fr0,fr2,fr1 [all …]
|
/openbmc/linux/arch/mips/kernel/ |
H A D | elf.c | 54 bool fr1; member 222 prog_req.fr1 = interp_req.fr1 && prog_req.fr1; in arch_check_elf() 250 if (prog_req.fre && !prog_req.frdefault && !prog_req.fr1) in arch_check_elf() 252 else if ((prog_req.fr1 && prog_req.frdefault) || in arch_check_elf() 258 else if (prog_req.fr1) in arch_check_elf() 261 !prog_req.fr1 && !prog_req.single && !prog_req.soft) in arch_check_elf()
|
/openbmc/qemu/linux-user/mips/ |
H A D | cpu_loop.c | 224 bool fr1; in target_cpu_copy_regs() member 276 prog_req.fr1 &= interp_req.fr1; in target_cpu_copy_regs() 283 if (prog_req.fre && !prog_req.frdefault && !prog_req.fr1) { in target_cpu_copy_regs() 288 } else if ((prog_req.fr1 && prog_req.frdefault) || in target_cpu_copy_regs() 291 && cpu_has_mips_r2_r6) || prog_req.fr1) { in target_cpu_copy_regs() 295 } else if (prog_req.fr1) { in target_cpu_copy_regs() 299 !prog_req.fr1 && !prog_req.single && !prog_req.soft) { in target_cpu_copy_regs()
|
/openbmc/linux/arch/parisc/include/asm/ |
H A D | asmregs.h | 82 fr1: .reg %fr1
|
H A D | assembly.h | 279 fstd,ma %fr1, 8(\regs) 343 fldd,mb -8(\regs), %fr1
|
/openbmc/linux/tools/testing/selftests/powerpc/primitives/asm/ |
H A D | ppc_asm.h | 623 #define fr1 1
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | ppc_asm.h | 623 #define fr1 1
|