Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVInstrFormats.td110 class RISCVOpcode<string name, bits<7> val> {
115 let FilterClass = "RISCVOpcode";
126 def OPC_LOAD : RISCVOpcode<"LOAD", 0b0000011>;
127 def OPC_LOAD_FP : RISCVOpcode<"LOAD_FP", 0b0000111>;
128 def OPC_MISC_MEM : RISCVOpcode<"MISC_MEM", 0b0001111>;
129 def OPC_OP_IMM : RISCVOpcode<"OP_IMM", 0b0010011>;
130 def OPC_AUIPC : RISCVOpcode<"AUIPC", 0b0010111>;
131 def OPC_OP_IMM_32 : RISCVOpcode<"OP_IMM_32", 0b0011011>;
132 def OPC_STORE : RISCVOpcode<"STORE", 0b0100011>;
133 def OPC_STORE_FP : RISCVOpcode<"STORE_FP", 0b0100111>;
[all …]
H A DRISCVInstrInfoZb.td255 RISCVOpcode opcode, string opcodestr>
262 class RVBShift_ri<bits<5> imm11_7, bits<3> funct3, RISCVOpcode opcode,
269 class RVBShiftW_ri<bits<7> imm11_5, bits<3> funct3, RISCVOpcode opcode,
277 class RVBShfl_ri<bits<7> imm11_5, bits<3> funct3, RISCVOpcode opcode,
284 class RVBTernaryR<bits<2> funct2, bits<3> funct3, RISCVOpcode opcode,
291 class RVBTernaryImm6<bits<3> funct3, RISCVOpcode opcode,
311 class RVBTernaryImm5<bits<2> funct2, bits<3> funct3, RISCVOpcode opcode,
H A DRISCVInstrInfoF.td167 class FPFMA_rrr_frm<RISCVOpcode opcode, bits<2> funct2, string opcodestr,
173 multiclass FPFMA_rrr_frm_m<RISCVOpcode opcode, bits<2> funct2,
/llvm-project-15.0.7/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVBaseInfo.h337 struct RISCVOpcode { struct