/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/Disassembler/ |
H A D | SystemZDisassembler.cpp | 170 static DecodeStatus decodeUImmOperand(MCInst &Inst, uint64_t Imm) { in decodeUImmOperand() function 188 return decodeUImmOperand<1>(Inst, Imm); in decodeU1ImmOperand() 194 return decodeUImmOperand<2>(Inst, Imm); in decodeU2ImmOperand() 200 return decodeUImmOperand<3>(Inst, Imm); in decodeU3ImmOperand() 206 return decodeUImmOperand<4>(Inst, Imm); in decodeU4ImmOperand() 212 return decodeUImmOperand<6>(Inst, Imm); in decodeU6ImmOperand() 218 return decodeUImmOperand<8>(Inst, Imm); in decodeU8ImmOperand() 224 return decodeUImmOperand<12>(Inst, Imm); in decodeU12ImmOperand() 230 return decodeUImmOperand<16>(Inst, Imm); in decodeU16ImmOperand() 236 return decodeUImmOperand<32>(Inst, Imm); in decodeU32ImmOperand()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/Disassembler/ |
H A D | RISCVDisassembler.cpp | 281 static DecodeStatus decodeUImmOperand(MCInst &Inst, uint64_t Imm, in decodeUImmOperand() function 296 return decodeUImmOperand<N>(Inst, Imm, Address, Decoder); in decodeUImmNonZeroOperand() 404 DecodeStatus Result = decodeUImmOperand<6>(Inst, UImm6, Address, Decoder); in decodeRVCInstrRdRs1UImm()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/ |
H A D | RISCVInstrInfoZk.td | 27 let DecoderMethod = "decodeUImmOperand<4>"; 34 let DecoderMethod = "decodeUImmOperand<2>";
|
H A D | RISCVInstrInfoC.td | 28 let DecoderMethod = "decodeUImmOperand<6>"; 110 let DecoderMethod = "decodeUImmOperand<7>"; 126 let DecoderMethod = "decodeUImmOperand<8>"; 142 let DecoderMethod = "decodeUImmOperand<8>"; 175 let DecoderMethod = "decodeUImmOperand<9>";
|
H A D | RISCVInstrInfo.td | 163 let DecoderMethod = "decodeUImmOperand<4>"; 181 let DecoderMethod = "decodeUImmOperand<6>"; 196 let DecoderMethod = "decodeUImmOperand<2>"; 203 let DecoderMethod = "decodeUImmOperand<3>"; 210 let DecoderMethod = "decodeUImmOperand<5>"; 224 let DecoderMethod = "decodeUImmOperand<7>"; 231 let DecoderMethod = "decodeUImmOperand<7>"; 272 let DecoderMethod = "decodeUImmOperand<20>"; 366 let DecoderMethod = "decodeUImmOperand<12>";
|
H A D | RISCVInstrInfoZb.td | 54 let DecoderMethod = "decodeUImmOperand<5>";
|
H A D | RISCVInstrInfoV.td | 30 let DecoderMethod = "decodeUImmOperand<"#VTypeINum#">";
|
/openbsd-src/gnu/llvm/llvm/lib/Target/LoongArch/Disassembler/ |
H A D | LoongArchDisassembler.cpp | 104 static DecodeStatus decodeUImmOperand(MCInst &Inst, uint64_t Imm, in decodeUImmOperand() function
|
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
H A D | PPCRegisterInfo.td | 610 let DecoderMethod = "decodeUImmOperand<5>"; 620 let DecoderMethod = "decodeUImmOperand<6>"; 630 let DecoderMethod = "decodeUImmOperand<7>"; 640 let DecoderMethod = "decodeUImmOperand<8>"; 650 let DecoderMethod = "decodeUImmOperand<10>"; 660 let DecoderMethod = "decodeUImmOperand<12>"; 682 let DecoderMethod = "decodeUImmOperand<16>";
|
H A D | PPCInstr64Bit.td | 28 let DecoderMethod = "decodeUImmOperand<16>";
|
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/Disassembler/ |
H A D | PPCDisassembler.cpp | 239 static DecodeStatus decodeUImmOperand(MCInst &Inst, uint64_t Imm, in decodeUImmOperand() function
|
/openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/Disassembler/ |
H A D | CSKYDisassembler.cpp | 227 static DecodeStatus decodeUImmOperand(MCInst &Inst, uint64_t Imm, in decodeUImmOperand() function
|
/openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/ |
H A D | CSKYInstrInfo.td | 112 let DecoderMethod = "decodeUImmOperand<"#num#", "#shift#">"; 184 let DecoderMethod = "decodeUImmOperand<16, 2>"; 200 let DecoderMethod = "decodeUImmOperand<18, "#shift#">";
|
H A D | CSKYInstrInfoF1.td | 93 let DecoderMethod = "decodeUImmOperand<8, 2>";
|
/openbsd-src/gnu/llvm/llvm/lib/Target/LoongArch/ |
H A D | LoongArchInstrInfo.td | 191 let DecoderMethod = "decodeUImmOperand<2, 1>"; 212 let DecoderMethod = "decodeUImmOperand<12>";
|