Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/RISCV/
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_CUSTOM_0 : RISCVOpcode<"CUSTOM_0", 0b0001011>;
129 def OPC_MISC_MEM : RISCVOpcode<"MISC_MEM", 0b0001111>;
130 def OPC_OP_IMM : RISCVOpcode<"OP_IMM", 0b0010011>;
131 def OPC_AUIPC : RISCVOpcode<"AUIPC", 0b0010111>;
132 def OPC_OP_IMM_32 : RISCVOpcode<"OP_IMM_32", 0b0011011>;
133 def OPC_STORE : RISCVOpcode<"STORE", 0b0100011>;
[all …]
DRISCVInstrInfoZb.td273 RISCVOpcode opcode, string opcodestr>
280 class RVBShift_ri<bits<5> imm11_7, bits<3> funct3, RISCVOpcode opcode,
287 class RVBShiftW_ri<bits<7> imm11_5, bits<3> funct3, RISCVOpcode opcode,
295 class RVBShfl_ri<bits<7> imm11_5, bits<3> funct3, RISCVOpcode opcode,
302 class RVBTernaryR<bits<2> funct2, bits<3> funct3, RISCVOpcode opcode,
DRISCVInstrInfoF.td174 class FPFMA_rrr_frm<RISCVOpcode opcode, bits<2> funct2, string opcodestr,
180 multiclass FPFMA_rrr_frm_m<RISCVOpcode opcode, bits<2> funct2,
/openbsd/src/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/
DRISCVBaseInfo.h369 struct RISCVOpcode { struct