/openbmc/qemu/tests/tcg/xtensa/ |
H A D | fpu.h | 49 .macro test_op1_rm op, fr0, fr1, v0, r, sr 52 movfp \fr0, \v0 53 \op \fr1, \fr0 57 .macro test_op2_rm op, fr0, fr1, fr2, v0, v1, r, sr 60 movfp \fr0, \v0 62 \op \fr2, \fr0, \fr1 69 movfp \fr0, \v0 72 \op \fr0, \fr1, \fr2 76 .macro test_op1_ex op, fr0, fr1, v0, rm, r, sr 79 test_op1_rm \op, \fr0, \fr1, \v0, \r, \sr [all …]
|
H A D | test_fp1.S | 13 .macro test_ord_ex op, br, fr0, fr1, v0, v1, r, sr 16 movfp \fr0, \v0 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 91 movfp \fr0, \v0 93 \op \fr0, \fr1, \cr 94 rfr a2, \fr0
|
H A D | test_fp0_conv.S | 13 .macro test_ftoi_ex op, r0, fr0, v, c, r, sr 16 movfp \fr0, \v 17 \op \r0, \fr0, \c 30 .macro test_ftoi op, r0, fr0, v, c, r, sr 33 test_ftoi_ex \op, \r0, \fr0, \v, \c, \r, \sr 36 test_ftoi_ex \op, \r0, \fr0, \v, \c, \r, \sr 40 .macro test_itof_ex op, fr0, ar0, v, c, r, sr 44 \op \fr0, \ar0, \c 46 rfr a2, \fr0 59 .macro test_itof_rm op, fr0, ar0, v, c, rm, r, sr [all …]
|
H A D | test_fp0_sqrt.S | 40 .macro sqrt_s fr0, fr1 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 | 207 stfd fr0,24(r1) 221 lfd fr0,24(r1) 238 fadds fr0,fr0,fr1 239 stfsx fr0,r3,r6 255 fsubs fr0,fr0,fr1 256 stfsx fr0,r3,r6 274 fmadds fr0,fr0,fr2,fr1 275 stfsx fr0,r3,r7 294 fnmsubs fr0,fr0,fr2,fr1 295 stfsx fr0,r3,r7 [all …]
|
H A D | fpu.S | 66 lfd fr0,FPSTATE_FPSCR(r3) 67 MTFSF_L(fr0) 79 mffs fr0 80 stfd fr0,FPSTATE_FPSCR(r3) 130 lfd fr0,FPSTATE_FPSCR(r10) 131 MTFSF_L(fr0) 151 mffs fr0 152 stfd fr0,FPSTATE_FPSCR(r6)
|
H A D | tm.S | 302 mffs fr0 303 stfd fr0,FPSTATE_FPSCR(r7) 415 lfd fr0, FPSTATE_FPSCR(r8) 416 MTFSF_L(fr0)
|
/openbmc/linux/arch/powerpc/lib/ |
H A D | ldstfp.S | 216 stfd fr0, -16(r1) 217 lfs fr0, 0(r3) 218 stfd fr0, 0(r4) 219 lfd fr0, -16(r1) 231 stfd fr0, -16(r1) 232 lfd fr0, 0(r3) 233 stfs fr0, 0(r4) 234 lfd fr0, -16(r1)
|
/openbmc/linux/drivers/most/ |
H A D | most_snd.c | 187 unsigned int fr0; in copy_data() local 193 fr0 = min(buffer_size - channel->buffer_pos, frames); in copy_data() 197 fr0 * frame_bytes); in copy_data() 199 if (frames > fr0) { in copy_data() 202 mbo->virt_address + fr0 * frame_bytes, in copy_data() 203 (frames - fr0) * frame_bytes); in copy_data()
|
/openbmc/linux/arch/parisc/include/asm/ |
H A D | asmregs.h | 81 fr0: .reg %fr0
|
H A D | assembly.h | 278 fstd,ma %fr0, 8(\regs) 344 fldd,mb -8(\regs), %fr0
|
/openbmc/linux/tools/testing/selftests/powerpc/primitives/asm/ |
H A D | ppc_asm.h | 622 #define fr0 0
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | ppc_asm.h | 622 #define fr0 0
|