Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrFormats.td115 class RISCVOpcode<string name, bits<7> val> {
120 let FilterClass = "RISCVOpcode";
131 def OPC_LOAD : RISCVOpcode<"LOAD", 0b0000011>;
132 def OPC_LOAD_FP : RISCVOpcode<"LOAD_FP", 0b0000111>;
133 def OPC_CUSTOM_0 : RISCVOpcode<"CUSTOM_0", 0b0001011>;
134 def OPC_MISC_MEM : RISCVOpcode<"MISC_MEM", 0b0001111>;
135 def OPC_OP_IMM : RISCVOpcode<"OP_IMM", 0b0010011>;
136 def OPC_AUIPC : RISCVOpcode<"AUIPC", 0b0010111>;
137 def OPC_OP_IMM_32 : RISCVOpcode<"OP_IMM_32", 0b0011011>;
138 def OPC_STORE : RISCVOpcode<"STORE", 0b0100011>;
[all …]
H A DRISCVInstrInfoZimop.td16 class RVInstIMopr<bits<7> imm7, bits<5> imm5, bits<3> funct3, RISCVOpcode opcode,
27 class RVInstRMoprr<bits<4> imm4, bits<3> imm3, bits<3> funct3, RISCVOpcode opcode,
39 RISCVOpcode opcode, string opcodestr>
45 RISCVOpcode opcode, string opcodestr>
H A DRISCVInstrInfoZb.td283 RISCVOpcode opcode, string opcodestr>
288 class RVBShift_ri<bits<5> imm11_7, bits<3> funct3, RISCVOpcode opcode,
295 class RVBShiftW_ri<bits<7> imm11_5, bits<3> funct3, RISCVOpcode opcode,
H A DRISCVInstrInfoXCV.td281 RISCVOpcode opcode, dag outs,
290 class CVInstSIMDRI<bits<5> funct5, bit F, bits<3> funct3, RISCVOpcode opcode,
H A DRISCVInstrInfoF.td177 class FPFMA_rrr_frm<RISCVOpcode opcode, bits<2> funct2, string opcodestr,
183 multiclass FPFMA_rrr_frm_m<RISCVOpcode opcode, bits<2> funct2,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVBaseInfo.h438 struct RISCVOpcode { struct