Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/
Dmtio.h26 #define MTFSF 1 /* forward space over FileMark, macro
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCISelLowering.h158 MTFSF, enumerator
DPPCInstrInfo.td78 def PPCmtfsf : SDNode<"PPCISD::MTFSF", SDTypeProfile<1, 3,
1132 // MTFSF does not actually produce an FP result. We pretend it copies
1136 def MTFSF : XFLForm<63, 711, (outs F8RC:$FRA),
DPPCInstrFormats.td597 // XFL-Form - MTFSF
DPPCISelLowering.cpp468 case PPCISD::MTFSF: return "PPCISD::MTFSF"; in getTargetNodeName()
4631 Result = DAG.getNode(PPCISD::MTFSF, dl, NodeTys, Ops, 4); in ReplaceNodeResults()
/external/v8/src/ppc/
Ddisasm-ppc.cc1020 case MTFSF: { in DecodeExt4()
Dconstants-ppc.h1771 V(mtfsf, MTFSF, 0xFC00058E)
Dassembler-ppc.cc2327 emit(EXT4 | MTFSF | frb.code() * B11 | W * B16 | FLM * B17 | L * B25 | rc); in mtfsf()
Dsimulator-ppc.cc3167 case MTFSF: { in ExecuteExt4()
/external/llvm/lib/Target/PowerPC/
DPPCInstrFormats.td1430 // XFL-Form - MTFSF
DPPCInstrInfo.td3602 def MTFSF : XFLForm_1<63, 711, (outs),
3609 def : InstAlias<"mtfsf $FLM, $FRB", (MTFSF i32imm:$FLM, f8rc:$FRB, 0, 0)>;