Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/Disassembler/
H A DSystemZDisassembler.cpp182 static DecodeStatus decodeUImmOperand(MCInst &Inst, uint64_t Imm) { in decodeUImmOperand() function
200 return decodeUImmOperand<1>(Inst, Imm); in decodeU1ImmOperand()
206 return decodeUImmOperand<2>(Inst, Imm); in decodeU2ImmOperand()
212 return decodeUImmOperand<3>(Inst, Imm); in decodeU3ImmOperand()
218 return decodeUImmOperand<4>(Inst, Imm); in decodeU4ImmOperand()
224 return decodeUImmOperand<8>(Inst, Imm); in decodeU8ImmOperand()
230 return decodeUImmOperand<12>(Inst, Imm); in decodeU12ImmOperand()
236 return decodeUImmOperand<16>(Inst, Imm); in decodeU16ImmOperand()
242 return decodeUImmOperand<32>(Inst, Imm); in decodeU32ImmOperand()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCRegisterInfo.td604 let DecoderMethod = "decodeUImmOperand<1>";
615 let DecoderMethod = "decodeUImmOperand<2>";
636 let DecoderMethod = "decodeUImmOperand<3>";
647 let DecoderMethod = "decodeUImmOperand<4>";
667 let DecoderMethod = "decodeUImmOperand<5>";
677 let DecoderMethod = "decodeUImmOperand<6>";
687 let DecoderMethod = "decodeUImmOperand<7>";
697 let DecoderMethod = "decodeUImmOperand<8>";
707 let DecoderMethod = "decodeUImmOperand<10>";
717 let DecoderMethod = "decodeUImmOperand<12>";
[all …]
H A DPPCInstr64Bit.td28 let DecoderMethod = "decodeUImmOperand<16>";
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/Disassembler/
H A DRISCVDisassembler.cpp271 static DecodeStatus decodeUImmOperand(MCInst &Inst, uint32_t Imm, in decodeUImmOperand() function
285 return decodeUImmOperand<N>(Inst, Imm, Address, Decoder); in decodeUImmNonZeroOperand()
420 DecodeStatus Result = decodeUImmOperand<6>(Inst, UImm6, Address, Decoder); in decodeRVCInstrRdRs1UImm()
457 DecodeStatus Result = decodeUImmOperand<2>(Inst, UImm2, Address, Decoder); in decodeXTHeadMemPair()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoZk.td42 let DecoderMethod = "decodeUImmOperand<4>";
48 let DecoderMethod = "decodeUImmOperand<2>";
H A DRISCVInstrInfoZc.td22 let DecoderMethod = "decodeUImmOperand<2>";
34 let DecoderMethod = "decodeUImmOperand<8>";
H A DRISCVInstrInfoC.td103 let DecoderMethod = "decodeUImmOperand<7>";
118 let DecoderMethod = "decodeUImmOperand<8>";
133 let DecoderMethod = "decodeUImmOperand<8>";
165 let DecoderMethod = "decodeUImmOperand<9>";
233 let DecoderMethod = "decodeUImmOperand<2>";
H A DRISCVInstrInfo.td152 let DecoderMethod = "decodeUImmOperand<" # bitsNum # ">";
178 let DecoderMethod = "decodeUImmOperand<4>";
195 let DecoderMethod = "decodeUImmOperand<6>";
263 let DecoderMethod = "decodeUImmOperand<20>";
369 let DecoderMethod = "decodeUImmOperand<12>";
H A DRISCVInstrInfoXSf.td34 let DecoderMethod = "decodeUImmOperand<"# bitsNum # ">";
H A DRISCVInstrInfoZvk.td21 let DecoderMethod = "decodeUImmOperand<5>";
H A DRISCVInstrInfoZb.td54 let DecoderMethod = "decodeUImmOperand<5>";
H A DRISCVInstrInfoV.td30 let DecoderMethod = "decodeUImmOperand<"#VTypeINum#">";
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/LoongArch/Disassembler/
H A DLoongArchDisassembler.cpp131 static DecodeStatus decodeUImmOperand(MCInst &Inst, uint64_t Imm, in decodeUImmOperand() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/Disassembler/
H A DPPCDisassembler.cpp248 static DecodeStatus decodeUImmOperand(MCInst &Inst, uint64_t Imm, in decodeUImmOperand() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/CSKY/Disassembler/
H A DCSKYDisassembler.cpp227 static DecodeStatus decodeUImmOperand(MCInst &Inst, uint64_t Imm, in decodeUImmOperand() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYInstrInfo.td120 let DecoderMethod = "decodeUImmOperand<"#num#", "#shift#">";
220 let DecoderMethod = "decodeUImmOperand<16, 2>";
236 let DecoderMethod = "decodeUImmOperand<18, "#shift#">";
H A DCSKYInstrInfoF1.td93 let DecoderMethod = "decodeUImmOperand<8, 2>";
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchInstrInfo.td235 let DecoderMethod = "decodeUImmOperand<2, 1>";
264 let DecoderMethod = "decodeUImmOperand<12>";