| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/Disassembler/ |
| H A D | SystemZDisassembler.cpp | 191 static DecodeStatus decodeSImmOperand(MCInst &Inst, uint64_t Imm) { in decodeSImmOperand() function 249 return decodeSImmOperand<8>(Inst, Imm); in decodeS8ImmOperand() 255 return decodeSImmOperand<16>(Inst, Imm); in decodeS16ImmOperand() 261 return decodeSImmOperand<20>(Inst, Imm); in decodeS20ImmOperand() 267 return decodeSImmOperand<32>(Inst, Imm); in decodeS32ImmOperand()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfoZicbo.td | 23 let DecoderMethod = "decodeSImmOperand<12>";
|
| H A D | RISCVInstrInfoP.td | 32 let DecoderMethod = "decodeSImmOperand<10>";
|
| H A D | RISCVInstrInfoXAndes.td | 35 let DecoderMethod = "decodeSImmOperand<18>";
|
| H A D | RISCVInstrInfoXSf.td | 43 let DecoderMethod = "decodeSImmOperand<5>";
|
| H A D | RISCVInstrInfoXqci.td | 143 let DecoderMethod = "decodeSImmOperand<20>"; 171 let DecoderMethod = "decodeSImmOperand<32>";
|
| H A D | RISCVInstrInfo.td | 258 let DecoderMethod = "decodeSImmOperand<" # bitsNum # ">";
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/Disassembler/ |
| H A D | LoongArchDisassembler.cpp | 148 static DecodeStatus decodeSImmOperand(MCInst &Inst, uint64_t Imm, in decodeSImmOperand() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchInstrInfo.td | 312 let DecoderMethod = "decodeSImmOperand<5>"; 318 let DecoderMethod = "decodeSImmOperand<8>"; 325 let DecoderMethod = "decodeSImmOperand<8, 1>"; 332 let DecoderMethod = "decodeSImmOperand<8, 2>"; 339 let DecoderMethod = "decodeSImmOperand<8, 3>"; 346 let DecoderMethod = "decodeSImmOperand<9, 3>"; 357 let DecoderMethod = "decodeSImmOperand<10, 2>"; 364 let DecoderMethod = "decodeSImmOperand<11, 1>"; 369 let DecoderMethod = "decodeSImmOperand<12>"; 386 let DecoderMethod = "decodeSImmOperand<13>"; [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCRegisterInfo.td | 677 let DecoderMethod = "decodeSImmOperand<5>"; 748 let DecoderMethod = "decodeSImmOperand<16>"; 773 let DecoderMethod = "decodeSImmOperand<16>"; 785 let DecoderMethod = "decodeSImmOperand<34>"; 792 let DecoderMethod = "decodeSImmOperand<34>"; 883 let DecoderMethod = "decodeSImmOperand<34>"; 888 let DecoderMethod = "decodeSImmOperand<34>";
|
| H A D | PPCInstr64Bit.td | 21 let DecoderMethod = "decodeSImmOperand<16>"; 38 let DecoderMethod = "decodeSImmOperand<16>";
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/Disassembler/ |
| H A D | RISCVDisassembler.cpp | 478 static DecodeStatus decodeSImmOperand(MCInst &Inst, uint32_t Imm, in decodeSImmOperand() function 493 return decodeSImmOperand<N>(Inst, Imm, Address, Decoder); in decodeSImmNonZeroOperand() 611 decodeSImmOperand<6>(Inst, Imm, Address, Decoder); in decodeRVCInstrRdSImm6()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/Disassembler/ |
| H A D | PPCDisassembler.cpp | 260 static DecodeStatus decodeSImmOperand(MCInst &Inst, uint64_t Imm, in decodeSImmOperand() function
|
| /freebsd/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/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>";
|