Home
last modified time | relevance | path

Searched refs:decodeSImmOperand (Results 1 – 14 of 14) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/RISCV/Disassembler/
H A DRISCVDisassembler.cpp300 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 DSystemZDisassembler.cpp178 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 DRISCVInstrInfoZicbo.td23 let DecoderMethod = "decodeSImmOperand<12>";
H A DRISCVInstrInfoC.td42 let DecoderMethod = "decodeSImmOperand<6>";
55 let DecoderMethod = "decodeSImmOperand<6>";
H A DRISCVInstrInfo.td229 let DecoderMethod = "decodeSImmOperand<12>";
H A DRISCVInstrInfoV.td56 let DecoderMethod = "decodeSImmOperand<5>";
/llvm-project-15.0.7/llvm/lib/Target/LoongArch/Disassembler/
H A DLoongArchDisassembler.cpp113 static DecodeStatus decodeSImmOperand(MCInst &Inst, uint64_t Imm, in decodeSImmOperand() function
/llvm-project-15.0.7/llvm/lib/Target/LoongArch/
H A DLoongArchInstrInfo.td118 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 DPPCRegisterInfo.td597 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 DPPCInstr64Bit.td21 let DecoderMethod = "decodeSImmOperand<16>";
38 let DecoderMethod = "decodeSImmOperand<16>";
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/Disassembler/
H A DPPCDisassembler.cpp209 static DecodeStatus decodeSImmOperand(MCInst &Inst, uint64_t Imm, in decodeSImmOperand() function
/llvm-project-15.0.7/llvm/lib/Target/CSKY/
H A DCSKYInstrInfo.td119 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 DCSKYInstrInfo16Instr.td31 let DecoderMethod = "decodeSImmOperand<10, 1>";
/llvm-project-15.0.7/llvm/lib/Target/CSKY/Disassembler/
H A DCSKYDisassembler.cpp369 static DecodeStatus decodeSImmOperand(MCInst &Inst, uint64_t Imm, in decodeSImmOperand() function