Home
last modified time | relevance | path

Searched refs:MTFSF (Results 1 – 10 of 10) sorted by relevance

/openbsd-src/sys/sys/
H A Dmtio.h50 #define MTFSF 1 /* forward space file */ macro
/openbsd-src/bin/mt/
H A Dmt.c70 { "fsf", MTFSF, 1, 1 },
/openbsd-src/sbin/restore/
H A Dtape.c486 tcom.mt_op = MTFSF; in setdumpnum()
490 rmtioctl(MTFSF, dumpnum - 1); in setdumpnum()
/openbsd-src/sys/scsi/
H A Dst.c1128 case MTFSF: /* forward space file */ in stioctl()
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DP9InstrResources.td1078 (instregex "MTFSF(b|_rec)?$"),
H A DP10InstrResources.td1237 MTFSF, MTFSFb,
H A DPPCInstrFormats.td1697 // XFL-Form - MTFSF
H A DPPCInstrInfo.td4140 // 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 DPPCInstrInfo.cpp2181 if (MI.getOpcode() == PPC::MFFS || MI.getOpcode() == PPC::MTFSF) in isSchedulingBoundary()
H A DPPCISelLowering.cpp13107 BuildMI(*BB, MI, dl, TII->get(PPC::MTFSF)) in EmitInstrWithCustomInserter()
13124 BuildMI(*BB, MI, Dl, TII->get(PPC::MTFSF)) in EmitInstrWithCustomInserter()