| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/Disassembler/ |
| H A D | SystemZDisassembler.cpp | 183 static DecodeStatus decodeUImmOperand(MCInst &Inst, uint64_t Imm) { in decodeUImmOperand() function 201 return decodeUImmOperand<1>(Inst, Imm); in decodeU1ImmOperand() 207 return decodeUImmOperand<2>(Inst, Imm); in decodeU2ImmOperand() 213 return decodeUImmOperand<3>(Inst, Imm); in decodeU3ImmOperand() 219 return decodeUImmOperand<4>(Inst, Imm); in decodeU4ImmOperand() 225 return decodeUImmOperand<8>(Inst, Imm); in decodeU8ImmOperand() 231 return decodeUImmOperand<12>(Inst, Imm); in decodeU12ImmOperand() 237 return decodeUImmOperand<16>(Inst, Imm); in decodeU16ImmOperand() 243 return decodeUImmOperand<32>(Inst, Imm); in decodeU32ImmOperand()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCRegisterInfo.td | 624 let DecoderMethod = "decodeUImmOperand<1>"; 635 let DecoderMethod = "decodeUImmOperand<2>"; 656 let DecoderMethod = "decodeUImmOperand<3>"; 667 let DecoderMethod = "decodeUImmOperand<4>"; 687 let DecoderMethod = "decodeUImmOperand<5>"; 697 let DecoderMethod = "decodeUImmOperand<6>"; 707 let DecoderMethod = "decodeUImmOperand<7>"; 717 let DecoderMethod = "decodeUImmOperand<8>"; 727 let DecoderMethod = "decodeUImmOperand<10>"; 737 let DecoderMethod = "decodeUImmOperand<12>"; [all …]
|
| H A D | PPCInstr64Bit.td | 28 let DecoderMethod = "decodeUImmOperand<16>";
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfoZk.td | 45 let DecoderMethod = "decodeUImmOperand<4>"; 51 let DecoderMethod = "decodeUImmOperand<2>";
|
| H A D | RISCVInstrInfoXwch.td | 33 let DecoderMethod = "decodeUImmOperand<5>"; 48 let DecoderMethod = "decodeUImmOperand<6>";
|
| H A D | RISCVInstrInfoXMips.td | 22 let DecoderMethod = "decodeUImmOperand<7>";
|
| H A D | RISCVInstrInfoC.td | 100 let DecoderMethod = "decodeUImmOperand<7>"; 115 let DecoderMethod = "decodeUImmOperand<8>"; 130 let DecoderMethod = "decodeUImmOperand<8>"; 161 let DecoderMethod = "decodeUImmOperand<9>";
|
| H A D | RISCVInstrInfoZc.td | 22 let DecoderMethod = "decodeUImmOperand<2>";
|
| H A D | RISCVInstrInfo.td | 242 let DecoderMethod = "decodeUImmOperand<" # bitsNum # ">"; 280 let DecoderMethod = "decodeUImmOperand<4>"; 470 let DecoderMethod = "decodeUImmOperand<12>";
|
| H A D | RISCVInstrInfoXqci.td | 104 let DecoderMethod = "decodeUImmOperand<14>";
|
| H A D | RISCVInstrInfoV.td | 28 let DecoderMethod = "decodeUImmOperand<"#VTypeINum#">";
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/Disassembler/ |
| H A D | LoongArchDisassembler.cpp | 139 static DecodeStatus decodeUImmOperand(MCInst &Inst, uint64_t Imm, in decodeUImmOperand() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/Disassembler/ |
| H A D | RISCVDisassembler.cpp | 395 static DecodeStatus decodeUImmOperand(MCInst &Inst, uint32_t Imm, in decodeUImmOperand() function 457 return decodeUImmOperand<N>(Inst, Imm, Address, Decoder); in decodeUImmNonZeroOperand() 679 decodeUImmOperand<2>(Inst, UImm2, Address, Decoder); in decodeXTHeadMemPair()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/Disassembler/ |
| H A D | PPCDisassembler.cpp | 250 static DecodeStatus decodeUImmOperand(MCInst &Inst, uint64_t Imm, in decodeUImmOperand() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/Disassembler/ |
| H A D | CSKYDisassembler.cpp | 227 static DecodeStatus decodeUImmOperand(MCInst &Inst, uint64_t Imm, in decodeUImmOperand() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/ |
| H A D | CSKYInstrInfo.td | 120 let DecoderMethod = "decodeUImmOperand<"#num#", "#shift#">"; 220 let DecoderMethod = "decodeUImmOperand<16, 2>"; 236 let DecoderMethod = "decodeUImmOperand<18, "#shift#">";
|
| H A D | CSKYInstrInfoF1.td | 93 let DecoderMethod = "decodeUImmOperand<8, 2>";
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchInstrInfo.td | 260 let DecoderMethod = "decodeUImmOperand<2, 1>"; 289 let DecoderMethod = "decodeUImmOperand<12>";
|