Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp530 static DecodeStatus DecodeT2Imm7S4(MCInst &Inst, unsigned Val, uint64_t Address,
4422 static DecodeStatus DecodeT2Imm7S4(MCInst &Inst, unsigned Val, uint64_t Address, in DecodeT2Imm7S4() function
4463 if (!Check(S, DecodeT2Imm7S4(Inst, imm, Address, Decoder))) in DecodeT2AddrModeImm7s4()
/openbsd/src/gnu/llvm/llvm/lib/Target/ARM/
DARMInstrThumb2.td327 let DecoderMethod = "DecodeT2Imm7S4";