Home
last modified time | relevance | path

Searched refs:RISCVOpcode (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrFormats.td126 class RISCVOpcode<string name, bits<7> val> {
131 let FilterClass = "RISCVOpcode";
142 def OPC_LOAD : RISCVOpcode<"LOAD", 0b0000011>;
143 def OPC_LOAD_FP : RISCVOpcode<"LOAD_FP", 0b0000111>;
144 def OPC_CUSTOM_0 : RISCVOpcode<"CUSTOM_0", 0b0001011>;
145 def OPC_MISC_MEM : RISCVOpcode<"MISC_MEM", 0b0001111>;
146 def OPC_OP_IMM : RISCVOpcode<"OP_IMM", 0b0010011>;
147 def OPC_AUIPC : RISCVOpcode<"AUIPC", 0b0010111>;
148 def OPC_OP_IMM_32 : RISCVOpcode<"OP_IMM_32", 0b0011011>;
149 def OPC_STORE : RISCVOpcode<"STORE", 0b0100011>;
[all …]
H A DRISCVInstrInfoZimop.td14 class RVInstIMopr<bits<7> imm7, bits<5> imm5, bits<3> funct3, RISCVOpcode opcode,
25 class RVInstRMoprr<bits<4> imm4, bits<3> imm3, bits<3> funct3, RISCVOpcode opcode,
46 RISCVOpcode opcode, string opcodestr>
52 RISCVOpcode opcode, string opcodestr>
H A DRISCVInstrInfoXSfmm.td51 class SFInstTileMemOp<dag outs, dag ins, bits<3> nf, RISCVOpcode opcode,
H A DRISCVInstrInfoZb.td253 RISCVOpcode opcode, string opcodestr>
260 class RVBShift_ri<bits<5> imm11_7, bits<3> funct3, RISCVOpcode opcode,
H A DRISCVInstrInfoXCV.td155 RISCVOpcode opcode, dag outs,
163 class CVInstSIMDRI<bits<5> funct5, bit F, bits<3> funct3, RISCVOpcode opcode,
H A DRISCVInstrInfoF.td213 class FPFMA_rrr_frm<RISCVOpcode opcode, bits<2> funct2, string opcodestr,
219 multiclass FPFMA_rrr_frm_m<RISCVOpcode opcode, bits<2> funct2,
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVBaseInfo.h545 struct RISCVOpcode { struct