Home
last modified time | relevance | path

Searched refs:FSL (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/sys/contrib/device-tree/Bindings/powerpc/fsl/
H A Dmpic-msgr.txt1 * FSL MPIC Message Registers
4 representation of the message register blocks found in some FSL MPIC
/freebsd-13.1/sys/contrib/device-tree/src/arm64/freescale/
H A Dimx8mm-evk.dts12 model = "FSL i.MX8MM EVK board";
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h68 FSL, enumerator
H A DRISCVInstrInfoB.td26 def riscv_fsl : SDNode<"RISCVISD::FSL", SDTIntShiftDOp>;
340 def FSL : RVBTernaryR<0b10, 0b001, OPC_OP, "fsl", "$rd, $rs1, $rs3, $rs2">,
920 (FSL GPR:$rs1, GPR:$rs2, GPR:$rs3)>;
H A DRISCVISelLowering.cpp2195 unsigned Opc = Op.getOpcode() == ISD::FSHL ? RISCVISD::FSL : RISCVISD::FSR; in LowerOperation()
5948 case RISCVISD::FSL: in PerformDAGCombine()
8343 NODE_NAME_CASE(FSL) in getTargetNodeName()