Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp532 static DecodeStatus DecodeT2AddrModeImm8s4(MCInst &Inst, unsigned Val,
4437 static DecodeStatus DecodeT2AddrModeImm8s4(MCInst &Inst, unsigned Val, in DecodeT2AddrModeImm8s4() function
5904 if (!Check(S, DecodeT2AddrModeImm8s4(Inst, addr, Address, Decoder))) in DecodeT2LDRDPreInstruction()
5939 if (!Check(S, DecodeT2AddrModeImm8s4(Inst, addr, Address, Decoder))) in DecodeT2STRDPreInstruction()
/openbsd/src/gnu/llvm/llvm/lib/Target/ARM/
DARMInstrThumb2.td282 let DecoderMethod = "DecodeT2AddrModeImm8s4";