Searched refs:DecodeSImm (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/Disassembler/ |
| H A D | AArch64Disassembler.cpp | 197 static DecodeStatus DecodeSImm(MCInst &Inst, uint64_t Imm, uint64_t Address, 1320 DecodeSImm<10>(Inst, offset, Addr, Decoder); in DecodeAuthLoadInstruction() 1718 static DecodeStatus DecodeSImm(MCInst &Inst, uint64_t Imm, uint64_t Address, in DecodeSImm() function
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/ |
| H A D | EmulateInstructionRISCV.cpp | 88 constexpr uint32_t DecodeSImm(uint32_t inst) { in DecodeSImm() function 402 return T{Rs{DecodeRS1(inst)}, Rs{DecodeRS2(inst)}, DecodeSImm(inst)}; in DecodeSType()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstrFormats.td | 371 let DecoderMethod = "DecodeSImm<10>"; 377 let DecoderMethod = "DecodeSImm<9>"; 448 let DecoderMethod = "DecodeSImm<9>"; 464 let DecoderMethod = "DecodeSImm<8>"; 468 let DecoderMethod = "DecodeSImm<8>"; 474 let DecoderMethod = "DecodeSImm<6>"; 480 let DecoderMethod = "DecodeSImm<5>"; 485 let DecoderMethod = "DecodeSImm<5>"; 490 let DecoderMethod = "DecodeSImm<5>"; 496 let DecoderMethod = "DecodeSImm<5>"; [all …]
|