Searched refs:MTFSF (Results 1 – 16 of 16) sorted by relevance
/external/kernel-headers/original/uapi/linux/ |
D | mtio.h | 27 #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 | 1050 case MTFSF: { in DecodeExt4()
|
D | constants-ppc.h | 1798 V(mtfsf, MTFSF, 0xFC00058E)
|
D | assembler-ppc.cc | 1921 emit(EXT4 | MTFSF | frb.code() * B11 | W * B16 | FLM * B17 | L * B25 | rc); in mtfsf()
|
D | simulator-ppc.cc | 3624 case MTFSF: { in ExecuteGeneric()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | P9InstrResources.td | 1066 (instregex "MTFSF(b|o)?$"),
|
D | PPCInstrFormats.td | 1638 // XFL-Form - MTFSF
|
D | PPCInstrInfo.td | 4043 def MTFSF : XFLForm_1<63, 711, (outs), 4050 def : InstAlias<"mtfsf $FLM, $FRB", (MTFSF i32imm:$FLM, f8rc:$FRB, 0, 0)>;
|
/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)>;
|
/external/capstone/arch/PowerPC/ |
D | PPCGenDisassemblerTables.inc | 2045 /* 8510 */ MCD_OPC_Decode, 188, 5, 107, // Opcode: MTFSF
|
D | PPCGenAsmWriter.inc | 720 134236808U, // MTFSF 1993 0U, // MTFSF
|