Home
last modified time | relevance | path

Searched refs:DecodeSImm (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64Disassembler.cpp277 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 DEmulateInstructionRISCV.cpp88 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 DAArch64InstrFormats.td327 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 …]