Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/Disassembler/
H A DSystemZDisassembler.cpp191 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 DRISCVInstrInfoZicbo.td23 let DecoderMethod = "decodeSImmOperand<12>";
H A DRISCVInstrInfoP.td32 let DecoderMethod = "decodeSImmOperand<10>";
H A DRISCVInstrInfoXAndes.td35 let DecoderMethod = "decodeSImmOperand<18>";
H A DRISCVInstrInfoXSf.td43 let DecoderMethod = "decodeSImmOperand<5>";
H A DRISCVInstrInfoXqci.td143 let DecoderMethod = "decodeSImmOperand<20>";
171 let DecoderMethod = "decodeSImmOperand<32>";
H A DRISCVInstrInfo.td258 let DecoderMethod = "decodeSImmOperand<" # bitsNum # ">";
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/Disassembler/
H A DLoongArchDisassembler.cpp148 static DecodeStatus decodeSImmOperand(MCInst &Inst, uint64_t Imm, in decodeSImmOperand() function
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchInstrInfo.td312 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 DPPCRegisterInfo.td677 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 DPPCInstr64Bit.td21 let DecoderMethod = "decodeSImmOperand<16>";
38 let DecoderMethod = "decodeSImmOperand<16>";
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/Disassembler/
H A DRISCVDisassembler.cpp478 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 DPPCDisassembler.cpp260 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>";