Searched refs:decodeSImmOperand (Results 1 – 14 of 14) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/RISCV/Disassembler/ |
| H A D | RISCVDisassembler.cpp | 300 static DecodeStatus decodeSImmOperand(MCInst &Inst, uint64_t Imm, in decodeSImmOperand() function 316 return decodeSImmOperand<N>(Inst, Imm, Address, Decoder); in decodeSImmNonZeroOperand() 379 DecodeStatus Result = decodeSImmOperand<6>(Inst, SImm6, Address, Decoder); in decodeRVCInstrSImm() 391 DecodeStatus Result = decodeSImmOperand<6>(Inst, SImm6, Address, Decoder); in decodeRVCInstrRdSImm()
|
| /llvm-project-15.0.7/llvm/lib/Target/SystemZ/Disassembler/ |
| H A D | SystemZDisassembler.cpp | 178 static DecodeStatus decodeSImmOperand(MCInst &Inst, uint64_t Imm) { in decodeSImmOperand() function 242 return decodeSImmOperand<8>(Inst, Imm); in decodeS8ImmOperand() 248 return decodeSImmOperand<16>(Inst, Imm); in decodeS16ImmOperand() 254 return decodeSImmOperand<32>(Inst, Imm); in decodeS32ImmOperand()
|
| /llvm-project-15.0.7/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfoZicbo.td | 23 let DecoderMethod = "decodeSImmOperand<12>";
|
| H A D | RISCVInstrInfoC.td | 42 let DecoderMethod = "decodeSImmOperand<6>"; 55 let DecoderMethod = "decodeSImmOperand<6>";
|
| H A D | RISCVInstrInfo.td | 229 let DecoderMethod = "decodeSImmOperand<12>";
|
| H A D | RISCVInstrInfoV.td | 56 let DecoderMethod = "decodeSImmOperand<5>";
|
| /llvm-project-15.0.7/llvm/lib/Target/LoongArch/Disassembler/ |
| H A D | LoongArchDisassembler.cpp | 113 static DecodeStatus decodeSImmOperand(MCInst &Inst, uint64_t Imm, in decodeSImmOperand() function
|
| /llvm-project-15.0.7/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchInstrInfo.td | 118 let DecoderMethod = "decodeSImmOperand<12>"; 124 let DecoderMethod = "decodeSImmOperand<14, 2>"; 129 let DecoderMethod = "decodeSImmOperand<16>"; 136 let DecoderMethod = "decodeSImmOperand<16, 2>"; 142 let DecoderMethod = "decodeSImmOperand<16, 2>"; 147 let DecoderMethod = "decodeSImmOperand<20>"; 153 let DecoderMethod = "decodeSImmOperand<21, 2>"; 159 let DecoderMethod = "decodeSImmOperand<26, 2>";
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCRegisterInfo.td | 597 let DecoderMethod = "decodeSImmOperand<5>"; 668 let DecoderMethod = "decodeSImmOperand<16>"; 693 let DecoderMethod = "decodeSImmOperand<16>"; 705 let DecoderMethod = "decodeSImmOperand<34>"; 712 let DecoderMethod = "decodeSImmOperand<34>";
|
| H A D | PPCInstr64Bit.td | 21 let DecoderMethod = "decodeSImmOperand<16>"; 38 let DecoderMethod = "decodeSImmOperand<16>";
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/Disassembler/ |
| H A D | PPCDisassembler.cpp | 209 static DecodeStatus decodeSImmOperand(MCInst &Inst, uint64_t Imm, in decodeSImmOperand() function
|
| /llvm-project-15.0.7/llvm/lib/Target/CSKY/ |
| H A D | CSKYInstrInfo.td | 119 let DecoderMethod = "decodeSImmOperand<"#num#", "#shift#">"; 160 let DecoderMethod = "decodeSImmOperand<16, 1>"; 168 let DecoderMethod = "decodeSImmOperand<26, 1>"; 208 let DecoderMethod = "decodeSImmOperand<18, 1>";
|
| H A D | CSKYInstrInfo16Instr.td | 31 let DecoderMethod = "decodeSImmOperand<10, 1>";
|
| /llvm-project-15.0.7/llvm/lib/Target/CSKY/Disassembler/ |
| H A D | CSKYDisassembler.cpp | 369 static DecodeStatus decodeSImmOperand(MCInst &Inst, uint64_t Imm, in decodeSImmOperand() function
|