Searched refs:decodeSImmOperand (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/SystemZ/Disassembler/ |
| H A D | SystemZDisassembler.cpp | 180 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 D | RISCVDisassembler.cpp | 224 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 D | PPCDisassembler.cpp | 200 static DecodeStatus decodeSImmOperand(MCInst &Inst, uint64_t Imm, in decodeSImmOperand() function
|
| /freebsd-12.1/contrib/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfoC.td | 43 let DecoderMethod = "decodeSImmOperand<6>"; 56 let DecoderMethod = "decodeSImmOperand<6>";
|
| H A D | RISCVInstrInfo.td | 119 let DecoderMethod = "decodeSImmOperand<12>";
|
| /freebsd-12.1/contrib/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstr64Bit.td | 22 let DecoderMethod = "decodeSImmOperand<16>"; 37 let DecoderMethod = "decodeSImmOperand<16>";
|
| H A D | PPCInstrInfo.td | 617 let DecoderMethod = "decodeSImmOperand<5>"; 681 let DecoderMethod = "decodeSImmOperand<16>"; 704 let DecoderMethod = "decodeSImmOperand<16>";
|