Searched refs:MTFSF (Results 1 – 10 of 10) sorted by relevance
| /openbsd-src/sys/sys/ |
| H A D | mtio.h | 50 #define MTFSF 1 /* forward space file */ macro
|
| /openbsd-src/bin/mt/ |
| H A D | mt.c | 70 { "fsf", MTFSF, 1, 1 },
|
| /openbsd-src/sbin/restore/ |
| H A D | tape.c | 486 tcom.mt_op = MTFSF; in setdumpnum() 490 rmtioctl(MTFSF, dumpnum - 1); in setdumpnum()
|
| /openbsd-src/sys/scsi/ |
| H A D | st.c | 1128 case MTFSF: /* forward space file */ in stioctl()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | P9InstrResources.td | 1078 (instregex "MTFSF(b|_rec)?$"),
|
| H A D | P10InstrResources.td | 1237 MTFSF, MTFSFb,
|
| H A D | PPCInstrFormats.td | 1697 // XFL-Form - MTFSF
|
| H A D | PPCInstrInfo.td | 4140 // All MTFSF variants may change the rounding mode so conservatively set it 4154 def MTFSF : XFLForm_1<63, 711, (outs), 4165 def : InstAlias<"mtfsf $FLM, $FRB", (MTFSF i32imm:$FLM, f8rc:$FRB, 0, 0)>;
|
| H A D | PPCInstrInfo.cpp | 2181 if (MI.getOpcode() == PPC::MFFS || MI.getOpcode() == PPC::MTFSF) in isSchedulingBoundary()
|
| H A D | PPCISelLowering.cpp | 13107 BuildMI(*BB, MI, dl, TII->get(PPC::MTFSF)) in EmitInstrWithCustomInserter() 13124 BuildMI(*BB, MI, Dl, TII->get(PPC::MTFSF)) in EmitInstrWithCustomInserter()
|