Home
last modified time | relevance | path

Searched refs:mtfsf (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/crypto/openssl/powerpc/
H A Dpoly1305-ppcfp.S61 mtfsf 255,6
146 mtfsf 255,0
241 mtfsf 255,29
445 mtfsf 255,0
/freebsd/sys/crypto/openssl/powerpc64/
H A Dpoly1305-ppcfp.S64 mtfsf 255,6
149 mtfsf 255,0
246 mtfsf 255,29
450 mtfsf 255,0
/freebsd/sys/crypto/openssl/powerpc64le/
H A Dpoly1305-ppcfp.S64 mtfsf 255,6
149 mtfsf 255,0
246 mtfsf 255,29
450 mtfsf 255,0
/freebsd/sys/powerpc/include/
H A Dcpufunc.h176 mtfsf(uint64_t value) in mtfsf() function
/freebsd/sys/powerpc/powerpc/
H A Dfpu.c220 mtfsf(0); in cleanup_fpscr()
/freebsd/sys/powerpc/fpu/
H A Dfpu_emu.c123 FPU_EMU_EVCNT_DECL(mtfsf);
558 FPU_EMU_EVCNT_INCR(mtfsf); in fpu_execute()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.td2837 "mtfsf $FM, $RT", IIC_IntMTFSB0,
4306 "mtfsf $FLM, $FRB, $L, $W", IIC_IntMFFS, []>;
4310 "mtfsf. $FLM, $FRB, $L, $W", IIC_IntMFFS, []>, isRecordForm;
4315 def : InstAlias<"mtfsf $FLM, $FRB", (MTFSF i32imm:$FLM, f8rc:$FRB, 0, 0)>;
4316 def : InstAlias<"mtfsf. $FLM, $FRB", (MTFSF_rec i32imm:$FLM, f8rc:$FRB, 0, 0)>;