Searched refs:decodeSImmOperand (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/Disassembler/ |
| D | RISCVDisassembler.cpp | 288 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/ |
| D | SystemZDisassembler.cpp | 179 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/ |
| D | PPCDisassembler.cpp | 208 static DecodeStatus decodeSImmOperand(MCInst &Inst, uint64_t Imm, in decodeSImmOperand() function
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| D | RISCVInstrInfoC.td | 42 let DecoderMethod = "decodeSImmOperand<6>"; 55 let DecoderMethod = "decodeSImmOperand<6>";
|
| D | RISCVInstrInfo.td | 165 let DecoderMethod = "decodeSImmOperand<12>";
|
| D | RISCVInstrInfoV.td | 54 let DecoderMethod = "decodeSImmOperand<5>";
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| D | PPCInstr64Bit.td | 21 let DecoderMethod = "decodeSImmOperand<16>"; 38 let DecoderMethod = "decodeSImmOperand<16>";
|
| D | PPCInstrInfo.td | 767 let DecoderMethod = "decodeSImmOperand<5>"; 838 let DecoderMethod = "decodeSImmOperand<16>"; 863 let DecoderMethod = "decodeSImmOperand<16>"; 875 let DecoderMethod = "decodeSImmOperand<34>"; 882 let DecoderMethod = "decodeSImmOperand<34>";
|