Searched refs:decodeUImmOperand (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/Disassembler/ |
| H A D | SystemZDisassembler.cpp | 171 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 D | RISCVDisassembler.cpp | 270 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 D | RISCVInstrInfoC.td | 28 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 D | RISCVInstrInfo.td | 124 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 D | RISCVInstrInfoB.td | 53 let DecoderMethod = "decodeUImmOperand<5>";
|
| H A D | RISCVInstrInfoV.td | 31 let DecoderMethod = "decodeUImmOperand<11>";
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/Disassembler/ |
| H A D | PPCDisassembler.cpp | 200 static DecodeStatus decodeUImmOperand(MCInst &Inst, uint64_t Imm, in decodeUImmOperand() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrInfo.td | 777 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 D | PPCInstr64Bit.td | 28 let DecoderMethod = "decodeUImmOperand<16>";
|