Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SystemZ/Disassembler/
H A DSystemZDisassembler.cpp170 static DecodeStatus decodeUImmOperand(MCInst &Inst, uint64_t Imm) { in decodeUImmOperand() function
188 return decodeUImmOperand<1>(Inst, Imm); in decodeU1ImmOperand()
194 return decodeUImmOperand<2>(Inst, Imm); in decodeU2ImmOperand()
200 return decodeUImmOperand<3>(Inst, Imm); in decodeU3ImmOperand()
206 return decodeUImmOperand<4>(Inst, Imm); in decodeU4ImmOperand()
212 return decodeUImmOperand<6>(Inst, Imm); in decodeU6ImmOperand()
218 return decodeUImmOperand<8>(Inst, Imm); in decodeU8ImmOperand()
224 return decodeUImmOperand<12>(Inst, Imm); in decodeU12ImmOperand()
230 return decodeUImmOperand<16>(Inst, Imm); in decodeU16ImmOperand()
236 return decodeUImmOperand<32>(Inst, Imm); in decodeU32ImmOperand()
/llvm-project-15.0.7/llvm/lib/Target/RISCV/Disassembler/
H A DRISCVDisassembler.cpp281 static DecodeStatus decodeUImmOperand(MCInst &Inst, uint64_t Imm, in decodeUImmOperand() function
296 return decodeUImmOperand<N>(Inst, Imm, Address, Decoder); in decodeUImmNonZeroOperand()
404 DecodeStatus Result = decodeUImmOperand<6>(Inst, UImm6, Address, Decoder); in decodeRVCInstrRdRs1UImm()
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoZk.td27 let DecoderMethod = "decodeUImmOperand<4>";
34 let DecoderMethod = "decodeUImmOperand<2>";
H A DRISCVInstrInfoC.td28 let DecoderMethod = "decodeUImmOperand<6>";
102 let DecoderMethod = "decodeUImmOperand<7>";
116 let DecoderMethod = "decodeUImmOperand<8>";
130 let DecoderMethod = "decodeUImmOperand<8>";
161 let DecoderMethod = "decodeUImmOperand<9>";
H A DRISCVInstrInfo.td153 let DecoderMethod = "decodeUImmOperand<4>";
171 let DecoderMethod = "decodeUImmOperand<6>";
186 let DecoderMethod = "decodeUImmOperand<2>";
193 let DecoderMethod = "decodeUImmOperand<3>";
200 let DecoderMethod = "decodeUImmOperand<5>";
214 let DecoderMethod = "decodeUImmOperand<7>";
221 let DecoderMethod = "decodeUImmOperand<7>";
257 let DecoderMethod = "decodeUImmOperand<20>";
351 let DecoderMethod = "decodeUImmOperand<12>";
H A DRISCVInstrInfoZb.td73 let DecoderMethod = "decodeUImmOperand<5>";
H A DRISCVInstrInfoV.td30 let DecoderMethod = "decodeUImmOperand<"#VTypeINum#">";
/llvm-project-15.0.7/llvm/lib/Target/LoongArch/Disassembler/
H A DLoongArchDisassembler.cpp104 static DecodeStatus decodeUImmOperand(MCInst &Inst, uint64_t Imm, in decodeUImmOperand() function
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCRegisterInfo.td607 let DecoderMethod = "decodeUImmOperand<5>";
617 let DecoderMethod = "decodeUImmOperand<6>";
627 let DecoderMethod = "decodeUImmOperand<7>";
637 let DecoderMethod = "decodeUImmOperand<8>";
647 let DecoderMethod = "decodeUImmOperand<10>";
657 let DecoderMethod = "decodeUImmOperand<12>";
679 let DecoderMethod = "decodeUImmOperand<16>";
H A DPPCInstr64Bit.td28 let DecoderMethod = "decodeUImmOperand<16>";
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/Disassembler/
H A DPPCDisassembler.cpp200 static DecodeStatus decodeUImmOperand(MCInst &Inst, uint64_t Imm, in decodeUImmOperand() function
/llvm-project-15.0.7/llvm/lib/Target/CSKY/Disassembler/
H A DCSKYDisassembler.cpp227 static DecodeStatus decodeUImmOperand(MCInst &Inst, uint64_t Imm, in decodeUImmOperand() function
/llvm-project-15.0.7/llvm/lib/Target/CSKY/
H A DCSKYInstrInfo.td112 let DecoderMethod = "decodeUImmOperand<"#num#", "#shift#">";
184 let DecoderMethod = "decodeUImmOperand<16, 2>";
200 let DecoderMethod = "decodeUImmOperand<18, "#shift#">";
H A DCSKYInstrInfoF1.td93 let DecoderMethod = "decodeUImmOperand<8, 2>";
/llvm-project-15.0.7/llvm/lib/Target/LoongArch/
H A DLoongArchInstrInfo.td85 let DecoderMethod = "decodeUImmOperand<2, 1>";