Searched refs:decodeSImmOperand (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/Disassembler/ |
| H A 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()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/Disassembler/ |
| H A 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()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/Disassembler/ |
| H A D | PPCDisassembler.cpp | 202 static DecodeStatus decodeSImmOperand(MCInst &Inst, uint64_t Imm, in decodeSImmOperand() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfoC.td | 42 let DecoderMethod = "decodeSImmOperand<6>"; 55 let DecoderMethod = "decodeSImmOperand<6>";
|
| H A D | RISCVInstrInfo.td | 165 let DecoderMethod = "decodeSImmOperand<12>";
|
| H A D | RISCVInstrInfoV.td | 54 let DecoderMethod = "decodeSImmOperand<5>";
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstr64Bit.td | 21 let DecoderMethod = "decodeSImmOperand<16>"; 38 let DecoderMethod = "decodeSImmOperand<16>";
|
| H A D | PPCInstrInfo.td | 755 let DecoderMethod = "decodeSImmOperand<5>"; 826 let DecoderMethod = "decodeSImmOperand<16>"; 851 let DecoderMethod = "decodeSImmOperand<16>"; 863 let DecoderMethod = "decodeSImmOperand<34>"; 870 let DecoderMethod = "decodeSImmOperand<34>";
|