/llvm-project/llvm/lib/Target/SystemZ/Disassembler/ |
H A D | SystemZDisassembler.cpp | 181 static DecodeStatus decodeUImmOperand(MCInst &Inst, uint64_t Imm) { 199 return decodeUImmOperand<1>(Inst, Imm); in decodeU1ImmOperand() 205 return decodeUImmOperand<2>(Inst, Imm); in decodeU2ImmOperand() 211 return decodeUImmOperand<3>(Inst, Imm); in decodeU3ImmOperand() 217 return decodeUImmOperand<4>(Inst, Imm); in decodeU4ImmOperand() 223 return decodeUImmOperand<8>(Inst, Imm); in decodeU8ImmOperand() 229 return decodeUImmOperand<12>(Inst, Imm); in decodeU12ImmOperand() 235 return decodeUImmOperand<16>(Inst, Imm); in decodeU16ImmOperand() 241 return decodeUImmOperand<32>(Inst, Imm); in decodeU32ImmOperand() 182 static DecodeStatus decodeUImmOperand(MCInst &Inst, uint64_t Imm) { decodeUImmOperand() function
|
/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCRegisterInfo.td | 623 let DecoderMethod = "decodeUImmOperand<1>"; 634 let DecoderMethod = "decodeUImmOperand<2>"; 655 let DecoderMethod = "decodeUImmOperand<3>"; 666 let DecoderMethod = "decodeUImmOperand<4>"; 686 let DecoderMethod = "decodeUImmOperand<5>"; 696 let DecoderMethod = "decodeUImmOperand<6>"; 706 let DecoderMethod = "decodeUImmOperand<7>"; 716 let DecoderMethod = "decodeUImmOperand<8>"; 726 let DecoderMethod = "decodeUImmOperand<10>"; 736 let DecoderMethod = "decodeUImmOperand<1 [all...] |
H A D | PPCInstr64Bit.td | 28 let DecoderMethod = "decodeUImmOperand<16>";
|
/llvm-project/llvm/lib/Target/RISCV/Disassembler/ |
H A D | RISCVDisassembler.cpp | 323 static DecodeStatus decodeUImmOperand(MCInst &Inst, uint32_t Imm, in decodeSImmOperandAndLsl1() 350 return decodeUImmOperand<N>(Inst, Imm, Address, Decoder); 504 decodeUImmOperand<6>(Inst, UImm6, Address, Decoder); 541 decodeUImmOperand<2>(Inst, UImm2, Address, Decoder); in getInstruction32() 278 static DecodeStatus decodeUImmOperand(MCInst &Inst, uint32_t Imm, decodeUImmOperand() function
|
/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVInstrInfoZk.td | 42 let DecoderMethod = "decodeUImmOperand<4>"; 48 let DecoderMethod = "decodeUImmOperand<2>";
|
H A D | RISCVInstrInfoZc.td | 22 let DecoderMethod = "decodeUImmOperand<2>"; 34 let DecoderMethod = "decodeUImmOperand<8>";
|
H A D | RISCVInstrInfoC.td | 102 let DecoderMethod = "decodeUImmOperand<7>"; 117 let DecoderMethod = "decodeUImmOperand<8>"; 132 let DecoderMethod = "decodeUImmOperand<8>"; 163 let DecoderMethod = "decodeUImmOperand<9>";
|
H A D | RISCVInstrInfo.td | 168 let DecoderMethod = "decodeUImmOperand<" # bitsNum # ">"; 206 let DecoderMethod = "decodeUImmOperand<4>"; 379 let DecoderMethod = "decodeUImmOperand<12>";
|
H A D | RISCVInstrInfoXSf.td | 34 let DecoderMethod = "decodeUImmOperand<"# bitsNum # ">";
|
H A D | RISCVInstrInfoZb.td |
|
H A D | RISCVInstrInfoV.td | 30 let DecoderMethod = "decodeUImmOperand<"#VTypeINum#">";
|
/llvm-project/llvm/lib/Target/LoongArch/Disassembler/ |
H A D | LoongArchDisassembler.cpp | 129 static DecodeStatus decodeUImmOperand(MCInst &Inst, uint64_t Imm, 131 static DecodeStatus decodeUImmOperand(MCInst &Inst, uint64_t Imm, decodeUImmOperand() function
|
/llvm-project/llvm/lib/Target/PowerPC/Disassembler/ |
H A D | PPCDisassembler.cpp | 248 static DecodeStatus decodeUImmOperand(MCInst &Inst, uint64_t Imm, in decodeUImmOperand() function
|
/llvm-project/llvm/lib/Target/CSKY/Disassembler/ |
H A D | CSKYDisassembler.cpp | 227 static DecodeStatus decodeUImmOperand(MCInst &Inst, uint64_t Imm, in decodeUImmOperand() function
|
/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>";
|
/llvm-project/llvm/lib/Target/LoongArch/ |
H A D | LoongArchInstrInfo.td | 242 let DecoderMethod = "decodeUImmOperand<2, 1>"; 271 let DecoderMethod = "decodeUImmOperand<12>";
|