Searched refs:MTFSF (Results 1 – 11 of 11) sorted by relevance
/external/kernel-headers/original/uapi/linux/ |
D | mtio.h | 26 #define MTFSF 1 /* forward space over FileMark, macro
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | PPCISelLowering.h | 158 MTFSF, enumerator
|
D | PPCInstrInfo.td | 78 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),
|
D | PPCInstrFormats.td | 597 // XFL-Form - MTFSF
|
D | PPCISelLowering.cpp | 468 case PPCISD::MTFSF: return "PPCISD::MTFSF"; in getTargetNodeName() 4631 Result = DAG.getNode(PPCISD::MTFSF, dl, NodeTys, Ops, 4); in ReplaceNodeResults()
|
/external/v8/src/ppc/ |
D | disasm-ppc.cc | 1020 case MTFSF: { in DecodeExt4()
|
D | constants-ppc.h | 1771 V(mtfsf, MTFSF, 0xFC00058E)
|
D | assembler-ppc.cc | 2327 emit(EXT4 | MTFSF | frb.code() * B11 | W * B16 | FLM * B17 | L * B25 | rc); in mtfsf()
|
D | simulator-ppc.cc | 3167 case MTFSF: { in ExecuteExt4()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstrFormats.td | 1430 // XFL-Form - MTFSF
|
D | PPCInstrInfo.td | 3602 def MTFSF : XFLForm_1<63, 711, (outs), 3609 def : InstAlias<"mtfsf $FLM, $FRB", (MTFSF i32imm:$FLM, f8rc:$FRB, 0, 0)>;
|