Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/Disassembler/
H A DSystemZDisassembler.cpp180 static DecodeStatus decodeSImmOperand(MCInst &Inst, uint64_t Imm) { in decodeSImmOperand() function
234 return decodeSImmOperand<8>(Inst, Imm); in decodeS8ImmOperand()
239 return decodeSImmOperand<16>(Inst, Imm); in decodeS16ImmOperand()
244 return decodeSImmOperand<32>(Inst, Imm); in decodeS32ImmOperand()
/freebsd-12.1/contrib/llvm/lib/Target/RISCV/Disassembler/
H A DRISCVDisassembler.cpp224 static DecodeStatus decodeSImmOperand(MCInst &Inst, uint64_t Imm, in decodeSImmOperand() function
239 return decodeSImmOperand<N>(Inst, Imm, Address, Decoder); in decodeSImmNonZeroOperand()
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/Disassembler/
H A DPPCDisassembler.cpp200 static DecodeStatus decodeSImmOperand(MCInst &Inst, uint64_t Imm, in decodeSImmOperand() function
/freebsd-12.1/contrib/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoC.td43 let DecoderMethod = "decodeSImmOperand<6>";
56 let DecoderMethod = "decodeSImmOperand<6>";
H A DRISCVInstrInfo.td119 let DecoderMethod = "decodeSImmOperand<12>";
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCInstr64Bit.td22 let DecoderMethod = "decodeSImmOperand<16>";
37 let DecoderMethod = "decodeSImmOperand<16>";
H A DPPCInstrInfo.td617 let DecoderMethod = "decodeSImmOperand<5>";
681 let DecoderMethod = "decodeSImmOperand<16>";
704 let DecoderMethod = "decodeSImmOperand<16>";