Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/
H A DRISCVInstructions.h43 #define I_TYPE_INST(NAME) \ macro
112 I_TYPE_INST(JALR);
113 I_TYPE_INST(LB);
114 I_TYPE_INST(LH);
115 I_TYPE_INST(LW);
116 I_TYPE_INST(LBU);
117 I_TYPE_INST(LHU);
121 I_TYPE_INST(ADDI);
122 I_TYPE_INST(SLTI);
123 I_TYPE_INST(SLTIU);
[all …]