Searched refs:DecodeSImm (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/Disassembler/ |
H A D | AArch64Disassembler.cpp | 277 static DecodeStatus DecodeSImm(MCInst &Inst, uint64_t Imm, uint64_t Address, 1600 DecodeSImm<10>(Inst, offset, Addr, Decoder); in DecodeAuthLoadInstruction() 1960 static DecodeStatus DecodeSImm(MCInst &Inst, uint64_t Imm, uint64_t Address, in DecodeSImm() function
|
/openbsd/gnu/llvm/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()
|
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64InstrFormats.td | 327 let DecoderMethod = "DecodeSImm<9>"; 348 let DecoderMethod = "DecodeSImm<9>"; 364 let DecoderMethod = "DecodeSImm<8>"; 368 let DecoderMethod = "DecodeSImm<8>"; 374 let DecoderMethod = "DecodeSImm<6>"; 380 let DecoderMethod = "DecodeSImm<5>"; 385 let DecoderMethod = "DecodeSImm<5>"; 390 let DecoderMethod = "DecodeSImm<5>"; 396 let DecoderMethod = "DecodeSImm<5>"; 545 let DecoderMethod = "DecodeSImm<6>"; [all …]
|