Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/Disassembler/
DRISCVDisassembler.cpp288 static DecodeStatus decodeSImmOperand(MCInst &Inst, uint64_t Imm, in decodeSImmOperand() function
303 return decodeSImmOperand<N>(Inst, Imm, Address, Decoder); in decodeSImmNonZeroOperand()
363 DecodeStatus Result = decodeSImmOperand<6>(Inst, SImm6, Address, Decoder); in decodeRVCInstrSImm()
375 DecodeStatus Result = decodeSImmOperand<6>(Inst, SImm6, Address, Decoder); in decodeRVCInstrRdSImm()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/Disassembler/
DSystemZDisassembler.cpp179 static DecodeStatus decodeSImmOperand(MCInst &Inst, uint64_t Imm) { in decodeSImmOperand() function
233 return decodeSImmOperand<8>(Inst, Imm); in decodeS8ImmOperand()
238 return decodeSImmOperand<16>(Inst, Imm); in decodeS16ImmOperand()
243 return decodeSImmOperand<32>(Inst, Imm); in decodeS32ImmOperand()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/Disassembler/
DPPCDisassembler.cpp208 static DecodeStatus decodeSImmOperand(MCInst &Inst, uint64_t Imm, in decodeSImmOperand() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
DRISCVInstrInfoC.td42 let DecoderMethod = "decodeSImmOperand<6>";
55 let DecoderMethod = "decodeSImmOperand<6>";
DRISCVInstrInfo.td165 let DecoderMethod = "decodeSImmOperand<12>";
DRISCVInstrInfoV.td54 let DecoderMethod = "decodeSImmOperand<5>";
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
DPPCInstr64Bit.td21 let DecoderMethod = "decodeSImmOperand<16>";
38 let DecoderMethod = "decodeSImmOperand<16>";
DPPCInstrInfo.td767 let DecoderMethod = "decodeSImmOperand<5>";
838 let DecoderMethod = "decodeSImmOperand<16>";
863 let DecoderMethod = "decodeSImmOperand<16>";
875 let DecoderMethod = "decodeSImmOperand<34>";
882 let DecoderMethod = "decodeSImmOperand<34>";