Searched refs:MTFSF (Results 1 – 10 of 10) sorted by relevance
| /freebsd/sys/sys/ |
| H A D | mtio.h | 52 #define MTFSF 1 /* forward space file */ macro
|
| /freebsd/sbin/restore/ |
| H A D | tape.c | 533 tcom.mt_op = MTFSF; in setdumpnum() 537 rmtioctl(MTFSF, dumpnum - 1); in setdumpnum() 541 fprintf(stderr, "ioctl MTFSF: %s\n", strerror(errno)); in setdumpnum()
|
| /freebsd/usr.bin/mt/ |
| H A D | mt.c | 126 { "fsf", MTFSF, 1, 0 },
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | P10InstrResources.td | 1196 MTFSF, MTFSFb,
|
| H A D | P9InstrResources.td | 1081 (instregex "MTFSF(b|_rec)?$"),
|
| H A D | PPCInstrFormats.td | 1774 // XFL-Form - MTFSF
|
| H A D | PPCInstrInfo.td | 4330 // All MTFSF variants may change the rounding mode so conservatively set it 4344 def MTFSF : XFLForm_1<63, 711, (outs), 4355 def : InstAlias<"mtfsf $FLM, $FRB", (MTFSF i32imm:$FLM, f8rc:$FRB, 0, 0)>;
|
| H A D | PPCISelLowering.cpp | 9168 SDNode *MTFSF = DAG.getMachineNode( in LowerSET_ROUNDING() local 9169 PPC::MTFSF, Dl, MVT::Other, in LowerSET_ROUNDING() 9171 return SDValue(MTFSF, 0); in LowerSET_ROUNDING() 14458 BuildMI(*BB, MI, dl, TII->get(PPC::MTFSF)) in EmitInstrWithCustomInserter() 14475 BuildMI(*BB, MI, Dl, TII->get(PPC::MTFSF)) in EmitInstrWithCustomInserter()
|
| H A D | PPCInstrInfo.cpp | 2193 case PPC::MTFSF: in isSchedulingBoundary()
|
| /freebsd/sys/cam/scsi/ |
| H A D | scsi_sa.c | 1857 case MTFSF: /* forward space file */ in saioctl() 1884 case MTFSF: in saioctl()
|