Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/Disassembler/
H A DSystemZDisassembler.cpp190 static DecodeStatus decodeSImmOperand(MCInst &Inst, uint64_t Imm) { in decodeSImmOperand()
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()
189 static DecodeStatus decodeSImmOperand(MCInst &Inst, uint64_t Imm) { decodeSImmOperand() function
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoZicbo.td23 let DecoderMethod = "decodeSImmOperand<12>";
H A DRISCVInstrInfoXSf.td45 let DecoderMethod = "decodeSImmOperand<5>";
H A DRISCVInstrInfo.td166 let DecoderMethod = "decodeSImmOperand<" # bitsNum # ">";
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/Disassembler/
H A DRISCVDisassembler.cpp296 static DecodeStatus decodeSImmOperand(MCInst &Inst, uint32_t Imm, in decodeSImmOperand() function
311 return decodeSImmOperand<N>(Inst, Imm, Address, Decoder); in decodeSImmNonZeroOperand()
415 decodeSImmOperand<6>(Inst, SImm6, Address, Decoder); in decodeRVCInstrRdSImm()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/Disassembler/
H A DLoongArchDisassembler.cpp140 static DecodeStatus decodeSImmOperand(MCInst &Inst, uint64_t Imm, in decodeSImmOperand() function
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchInstrInfo.td291 let DecoderMethod = "decodeSImmOperand<5>";
296 let DecoderMethod = "decodeSImmOperand<8>";
303 let DecoderMethod = "decodeSImmOperand<8," # I # ">";
310 let DecoderMethod = "decodeSImmOperand<9, 3>";
320 let DecoderMethod = "decodeSImmOperand<10, 2>";
326 let DecoderMethod = "decodeSImmOperand<11, 1>";
331 let DecoderMethod = "decodeSImmOperand<12>";
348 let DecoderMethod = "decodeSImmOperand<13>";
355 let DecoderMethod = "decodeSImmOperand<14, 2>";
360 let DecoderMethod = "decodeSImmOperand<16>";
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCRegisterInfo.td676 let DecoderMethod = "decodeSImmOperand<5>";
747 let DecoderMethod = "decodeSImmOperand<16>";
772 let DecoderMethod = "decodeSImmOperand<16>";
784 let DecoderMethod = "decodeSImmOperand<34>";
791 let DecoderMethod = "decodeSImmOperand<34>";
882 let DecoderMethod = "decodeSImmOperand<34>";
887 let DecoderMethod = "decodeSImmOperand<34>";
H A DPPCInstr64Bit.td21 let DecoderMethod = "decodeSImmOperand<16>";
38 let DecoderMethod = "decodeSImmOperand<16>";
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/Disassembler/
H A DPPCDisassembler.cpp258 static DecodeStatus decodeSImmOperand(MCInst &Inst, uint64_t Imm, in decodeSImmOperand() function
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/Disassembler/
H A DCSKYDisassembler.cpp369 static DecodeStatus decodeSImmOperand(MCInst &Inst, uint64_t Imm, in decodeSImmOperand() function
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYInstrInfo.td131 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 DCSKYInstrInfo16Instr.td31 let DecoderMethod = "decodeSImmOperand<10, 1>";