Searched refs:decodeSImmOperand (Results 1 – 13 of 13) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/Disassembler/ |
| H A D | SystemZDisassembler.cpp | 190 static DecodeStatus decodeSImmOperand(MCInst &Inst, uint64_t Imm) { in decodeSImmOperand() function 248 return decodeSImmOperand<8>(Inst, Imm); in decodeS8ImmOperand() 254 return decodeSImmOperand<16>(Inst, Imm); in decodeS16ImmOperand() 260 return decodeSImmOperand<20>(Inst, Imm); in decodeS20ImmOperand() 266 return decodeSImmOperand<32>(Inst, Imm); in decodeS32ImmOperand()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/Disassembler/ |
| H A D | RISCVDisassembler.cpp | 289 static DecodeStatus decodeSImmOperand(MCInst &Inst, uint32_t Imm, in decodeSImmOperand() function 304 return decodeSImmOperand<N>(Inst, Imm, Address, Decoder); in decodeSImmNonZeroOperand() 407 DecodeStatus Result = decodeSImmOperand<6>(Inst, SImm6, Address, Decoder); in decodeRVCInstrRdSImm()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfoZicbo.td | 23 let DecoderMethod = "decodeSImmOperand<12>";
|
| H A D | RISCVInstrInfoXSf.td | 45 let DecoderMethod = "decodeSImmOperand<5>";
|
| H A D | RISCVInstrInfo.td | 162 let DecoderMethod = "decodeSImmOperand<" # bitsNum # ">";
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/LoongArch/Disassembler/ |
| H A D | LoongArchDisassembler.cpp | 140 static DecodeStatus decodeSImmOperand(MCInst &Inst, uint64_t Imm, in decodeSImmOperand() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCRegisterInfo.td | 657 let DecoderMethod = "decodeSImmOperand<5>"; 728 let DecoderMethod = "decodeSImmOperand<16>"; 753 let DecoderMethod = "decodeSImmOperand<16>"; 765 let DecoderMethod = "decodeSImmOperand<34>"; 772 let DecoderMethod = "decodeSImmOperand<34>"; 863 let DecoderMethod = "decodeSImmOperand<34>"; 868 let DecoderMethod = "decodeSImmOperand<34>";
|
| H A D | PPCInstr64Bit.td | 21 let DecoderMethod = "decodeSImmOperand<16>"; 38 let DecoderMethod = "decodeSImmOperand<16>";
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchInstrInfo.td | 287 let DecoderMethod = "decodeSImmOperand<5>"; 292 let DecoderMethod = "decodeSImmOperand<8>"; 306 let DecoderMethod = "decodeSImmOperand<9, 3>"; 316 let DecoderMethod = "decodeSImmOperand<10, 2>"; 322 let DecoderMethod = "decodeSImmOperand<11, 1>"; 327 let DecoderMethod = "decodeSImmOperand<12>"; 344 let DecoderMethod = "decodeSImmOperand<13>"; 351 let DecoderMethod = "decodeSImmOperand<14, 2>"; 356 let DecoderMethod = "decodeSImmOperand<16>"; 363 let DecoderMethod = "decodeSImmOperand<16, 2>"; [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/Disassembler/ |
| H A D | PPCDisassembler.cpp | 258 static DecodeStatus decodeSImmOperand(MCInst &Inst, uint64_t Imm, in decodeSImmOperand() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/CSKY/Disassembler/ |
| H A D | CSKYDisassembler.cpp | 369 static DecodeStatus decodeSImmOperand(MCInst &Inst, uint64_t Imm, in decodeSImmOperand() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/CSKY/ |
| H A D | CSKYInstrInfo.td | 131 let DecoderMethod = "decodeSImmOperand<"#num#", "#shift#">"; 196 let DecoderMethod = "decodeSImmOperand<16, 1>"; 204 let DecoderMethod = "decodeSImmOperand<26, 1>"; 244 let DecoderMethod = "decodeSImmOperand<18, 1>";
|
| H A D | CSKYInstrInfo16Instr.td | 31 let DecoderMethod = "decodeSImmOperand<10, 1>";
|