Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/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>";
110 let DecoderMethod = "decodeUImmOperand<7>";
126 let DecoderMethod = "decodeUImmOperand<8>";
142 let DecoderMethod = "decodeUImmOperand<8>";
175 let DecoderMethod = "decodeUImmOperand<9>";
H A DRISCVInstrInfo.td163 let DecoderMethod = "decodeUImmOperand<4>";
181 let DecoderMethod = "decodeUImmOperand<6>";
196 let DecoderMethod = "decodeUImmOperand<2>";
203 let DecoderMethod = "decodeUImmOperand<3>";
210 let DecoderMethod = "decodeUImmOperand<5>";
224 let DecoderMethod = "decodeUImmOperand<7>";
231 let DecoderMethod = "decodeUImmOperand<7>";
272 let DecoderMethod = "decodeUImmOperand<20>";
366 let DecoderMethod = "decodeUImmOperand<12>";
H A DRISCVInstrInfoZb.td54 let DecoderMethod = "decodeUImmOperand<5>";
H A DRISCVInstrInfoV.td30 let DecoderMethod = "decodeUImmOperand<"#VTypeINum#">";
/openbsd-src/gnu/llvm/llvm/lib/Target/LoongArch/Disassembler/
H A DLoongArchDisassembler.cpp104 static DecodeStatus decodeUImmOperand(MCInst &Inst, uint64_t Imm, in decodeUImmOperand() function
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCRegisterInfo.td610 let DecoderMethod = "decodeUImmOperand<5>";
620 let DecoderMethod = "decodeUImmOperand<6>";
630 let DecoderMethod = "decodeUImmOperand<7>";
640 let DecoderMethod = "decodeUImmOperand<8>";
650 let DecoderMethod = "decodeUImmOperand<10>";
660 let DecoderMethod = "decodeUImmOperand<12>";
682 let DecoderMethod = "decodeUImmOperand<16>";
H A DPPCInstr64Bit.td28 let DecoderMethod = "decodeUImmOperand<16>";
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/Disassembler/
H A DPPCDisassembler.cpp239 static DecodeStatus decodeUImmOperand(MCInst &Inst, uint64_t Imm, in decodeUImmOperand() function
/openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/Disassembler/
H A DCSKYDisassembler.cpp227 static DecodeStatus decodeUImmOperand(MCInst &Inst, uint64_t Imm, in decodeUImmOperand() function
/openbsd-src/gnu/llvm/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>";
/openbsd-src/gnu/llvm/llvm/lib/Target/LoongArch/
H A DLoongArchInstrInfo.td191 let DecoderMethod = "decodeUImmOperand<2, 1>";
212 let DecoderMethod = "decodeUImmOperand<12>";