Home
last modified time | relevance | path

Searched refs:DecodeT2Imm8S4 (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp532 static DecodeStatus DecodeT2Imm8S4(MCInst &Inst, unsigned Val, uint64_t Address,
4409 static DecodeStatus DecodeT2Imm8S4(MCInst &Inst, unsigned Val, uint64_t Address, in DecodeT2Imm8S4() function
4448 if (!Check(S, DecodeT2Imm8S4(Inst, imm, Address, Decoder))) in DecodeT2AddrModeImm8s4()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMInstrThumb2.td299 let DecoderMethod = "DecodeT2Imm8S4";