Searched refs:mtfsf (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/crypto/openssl/powerpc/ |
H A D | poly1305-ppcfp.S | 61 mtfsf 255,6 146 mtfsf 255,0 241 mtfsf 255,29 445 mtfsf 255,0
|
/freebsd/sys/crypto/openssl/powerpc64/ |
H A D | poly1305-ppcfp.S | 64 mtfsf 255,6 149 mtfsf 255,0 246 mtfsf 255,29 450 mtfsf 255,0
|
/freebsd/sys/crypto/openssl/powerpc64le/ |
H A D | poly1305-ppcfp.S | 64 mtfsf 255,6 149 mtfsf 255,0 246 mtfsf 255,29 450 mtfsf 255,0
|
/freebsd/sys/powerpc/include/ |
H A D | cpufunc.h | 176 mtfsf(uint64_t value) in mtfsf() function
|
/freebsd/sys/powerpc/powerpc/ |
H A D | fpu.c | 220 mtfsf(0); in cleanup_fpscr()
|
/freebsd/sys/powerpc/fpu/ |
H A D | fpu_emu.c | 123 FPU_EMU_EVCNT_DECL(mtfsf); 558 FPU_EMU_EVCNT_INCR(mtfsf); in fpu_execute()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCInstrInfo.td | 2837 "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)>;
|