Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp497 static DecodeStatus DecodeT2BROperand(MCInst &Inst, unsigned Val,
3967 static DecodeStatus DecodeT2BROperand(MCInst &Inst, unsigned Val, in DecodeT2BROperand() function
4879 if (!Check(S, DecodeT2BROperand(Inst, brtarget, Address, Decoder))) in DecodeThumb2BCCInstruction()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMInstrInfo.td552 let DecoderMethod = "DecodeT2BROperand";