Home
last modified time | relevance | path

Searched refs:decodeUImmOperand (Results 1 – 9 of 9) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/Disassembler/
H A DSystemZDisassembler.cpp171 static DecodeStatus decodeUImmOperand(MCInst &Inst, uint64_t Imm) { in decodeUImmOperand() function
188 return decodeUImmOperand<1>(Inst, Imm); in decodeU1ImmOperand()
193 return decodeUImmOperand<2>(Inst, Imm); in decodeU2ImmOperand()
198 return decodeUImmOperand<3>(Inst, Imm); in decodeU3ImmOperand()
203 return decodeUImmOperand<4>(Inst, Imm); in decodeU4ImmOperand()
208 return decodeUImmOperand<6>(Inst, Imm); in decodeU6ImmOperand()
213 return decodeUImmOperand<8>(Inst, Imm); in decodeU8ImmOperand()
218 return decodeUImmOperand<12>(Inst, Imm); in decodeU12ImmOperand()
223 return decodeUImmOperand<16>(Inst, Imm); in decodeU16ImmOperand()
228 return decodeUImmOperand<32>(Inst, Imm); in decodeU32ImmOperand()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/Disassembler/
H A DRISCVDisassembler.cpp270 static DecodeStatus decodeUImmOperand(MCInst &Inst, uint64_t Imm, in decodeUImmOperand() function
284 return decodeUImmOperand<N>(Inst, Imm, Address, Decoder); in decodeUImmNonZeroOperand()
388 DecodeStatus Result = decodeUImmOperand<6>(Inst, UImm6, Address, Decoder); in decodeRVCInstrRdRs1UImm()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoC.td28 let DecoderMethod = "decodeUImmOperand<6>";
102 let DecoderMethod = "decodeUImmOperand<7>";
116 let DecoderMethod = "decodeUImmOperand<8>";
130 let DecoderMethod = "decodeUImmOperand<8>";
161 let DecoderMethod = "decodeUImmOperand<9>";
H A DRISCVInstrInfo.td124 let DecoderMethod = "decodeUImmOperand<4>";
142 let DecoderMethod = "decodeUImmOperand<6>";
157 let DecoderMethod = "decodeUImmOperand<5>";
193 let DecoderMethod = "decodeUImmOperand<20>";
287 let DecoderMethod = "decodeUImmOperand<12>";
H A DRISCVInstrInfoB.td53 let DecoderMethod = "decodeUImmOperand<5>";
H A DRISCVInstrInfoV.td31 let DecoderMethod = "decodeUImmOperand<11>";
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/Disassembler/
H A DPPCDisassembler.cpp200 static DecodeStatus decodeUImmOperand(MCInst &Inst, uint64_t Imm, in decodeUImmOperand() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.td777 let DecoderMethod = "decodeUImmOperand<5>";
787 let DecoderMethod = "decodeUImmOperand<6>";
797 let DecoderMethod = "decodeUImmOperand<7>";
807 let DecoderMethod = "decodeUImmOperand<8>";
817 let DecoderMethod = "decodeUImmOperand<10>";
827 let DecoderMethod = "decodeUImmOperand<12>";
849 let DecoderMethod = "decodeUImmOperand<16>";
H A DPPCInstr64Bit.td28 let DecoderMethod = "decodeUImmOperand<16>";