| /llvm-project-15.0.7/llvm/lib/Target/SystemZ/Disassembler/ |
| H A D | SystemZDisassembler.cpp | 170 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 D | RISCVDisassembler.cpp | 281 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 D | RISCVInstrInfoZk.td | 27 let DecoderMethod = "decodeUImmOperand<4>"; 34 let DecoderMethod = "decodeUImmOperand<2>";
|
| H A D | RISCVInstrInfoC.td | 28 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 D | RISCVInstrInfo.td | 153 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 D | RISCVInstrInfoZb.td | 73 let DecoderMethod = "decodeUImmOperand<5>";
|
| H A D | RISCVInstrInfoV.td | 30 let DecoderMethod = "decodeUImmOperand<"#VTypeINum#">";
|
| /llvm-project-15.0.7/llvm/lib/Target/LoongArch/Disassembler/ |
| H A D | LoongArchDisassembler.cpp | 104 static DecodeStatus decodeUImmOperand(MCInst &Inst, uint64_t Imm, in decodeUImmOperand() function
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCRegisterInfo.td | 607 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 D | PPCInstr64Bit.td | 28 let DecoderMethod = "decodeUImmOperand<16>";
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/Disassembler/ |
| H A D | PPCDisassembler.cpp | 200 static DecodeStatus decodeUImmOperand(MCInst &Inst, uint64_t Imm, in decodeUImmOperand() function
|
| /llvm-project-15.0.7/llvm/lib/Target/CSKY/Disassembler/ |
| H A D | CSKYDisassembler.cpp | 227 static DecodeStatus decodeUImmOperand(MCInst &Inst, uint64_t Imm, in decodeUImmOperand() function
|
| /llvm-project-15.0.7/llvm/lib/Target/CSKY/ |
| H A D | CSKYInstrInfo.td | 112 let DecoderMethod = "decodeUImmOperand<"#num#", "#shift#">"; 184 let DecoderMethod = "decodeUImmOperand<16, 2>"; 200 let DecoderMethod = "decodeUImmOperand<18, "#shift#">";
|
| H A D | CSKYInstrInfoF1.td | 93 let DecoderMethod = "decodeUImmOperand<8, 2>";
|
| /llvm-project-15.0.7/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchInstrInfo.td | 85 let DecoderMethod = "decodeUImmOperand<2, 1>";
|