Searched refs:DecodeBFLabelOperand (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/ |
H A D | ARMDisassembler.cpp | 616 static DecodeStatus DecodeBFLabelOperand(MCInst &Inst, unsigned val, 6288 static DecodeStatus DecodeBFLabelOperand(MCInst &Inst, unsigned Val, in DecodeBFLabelOperand() function 6344 if (!Check(S, DecodeBFLabelOperand<false, true, true, 11>( in DecodeLOLoop() 6357 !Check(S, DecodeBFLabelOperand<false, false, true, 11>( in DecodeLOLoop()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMInstrThumb2.td | 377 let DecoderMethod = !strconcat("DecodeBFLabelOperand<", signed, ", ",
|