Searched refs:MFFS (Results 1 – 19 of 19) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | PPCISelLowering.h | 144 MFFS, enumerator
|
D | PPCInstrFormats.td | 371 // This is used for MFFS, MTFSB0, MTFSB1. 42 is arbitrary; this series of
|
D | PPCInstrInfo.td | 70 def PPCmffs : SDNode<"PPCISD::MFFS", SDTypeProfile<1, 0, [SDTCisVT<0, f64>]>, 1144 def MFFS : XForm_42<63, 583, (outs F8RC:$rT), (ins),
|
D | PPCISelLowering.cpp | 464 case PPCISD::MFFS: return "PPCISD::MFFS"; in getTargetNodeName() 3761 SDValue Chain = DAG.getNode(PPCISD::MFFS, dl, NodeTys, &InFlag, 0); in LowerFLT_ROUNDS_() 4597 Result = DAG.getNode(PPCISD::MFFS, dl, NodeTys, &InFlag, 0); in ReplaceNodeResults()
|
/external/v8/src/ppc/ |
D | disasm-ppc.cc | 1046 case MFFS: { in DecodeExt4()
|
D | constants-ppc.h | 1519 V(mffs, MFFS, 0xFC00048E) \
|
D | assembler-ppc.cc | 1915 emit(EXT4 | MFFS | frt.code() * B21 | rc); in mffs()
|
D | simulator-ppc.cc | 3641 case MFFS: { in ExecuteGeneric()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.h | 203 MFFS, enumerator
|
D | PPCInstrFormats.td | 668 // This is used for MFFS, MTFSB0, MTFSB1. 42 is arbitrary; this series of
|
D | PPCISelLowering.cpp | 1066 case PPCISD::MFFS: return "PPCISD::MFFS"; in getTargetNodeName() 6891 SDValue Chain = DAG.getNode(PPCISD::MFFS, dl, NodeTys, None); in LowerFLT_ROUNDS_() 9387 BuildMI(*BB, MI, dl, TII->get(PPC::MFFS), MFFSReg); in EmitInstrWithCustomInserter()
|
D | PPCInstrInfo.td | 113 def PPCmffs : SDNode<"PPCISD::MFFS", 2430 def MFFS : XForm_42<63, 583, (outs f8rc:$rT), (ins),
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.h | 250 MFFS, enumerator
|
D | P9InstrResources.td | 1091 (instregex "MFFS(L|CE|o)?$")
|
D | PPCInstrFormats.td | 749 // This is used for MFFS, MTFSB0, MTFSB1. 42 is arbitrary; this series of
|
D | PPCISelLowering.cpp | 1324 case PPCISD::MFFS: return "PPCISD::MFFS"; in getTargetNodeName() 7513 SDValue Chain = DAG.getNode(PPCISD::MFFS, dl, NodeTys, None); in LowerFLT_ROUNDS_() 10757 BuildMI(*BB, MI, dl, TII->get(PPC::MFFS), MFFSReg); in EmitInstrWithCustomInserter()
|
D | PPCInstrInfo.td | 154 def PPCmffs : SDNode<"PPCISD::MFFS", 2672 def MFFS : XForm_42<63, 583, (outs f8rc:$rT), (ins),
|
/external/capstone/arch/PowerPC/ |
D | PPCGenDisassemblerTables.inc | 2041 /* 8490 */ MCD_OPC_Decode, 164, 5, 106, // Opcode: MFFS
|
D | PPCGenAsmWriter.inc | 696 284044U, // MFFS 1969 0U, // MFFS
|