Searched defs:DecodePredicateOperand (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp188 static DecodeStatus DecodePredicateOperand(MCInst &Inst, unsigned Val,
472 if (!DecodePredicateOperand(MI, 0xE, Address, this))
484 if (!DecodePredicateOperand(MI, 0xE, Address, this))
496 if (!DecodePredicateOperand(MI, 0xE, Address, this))
1080 static DecodeStatus DecodePredicateOperand(MCInst &Inst, unsigned Val, function
1429 if (!Check(S, DecodePredicateOperand(Inst, pred, Address, Decoder)))
1539 if (!Check(S, DecodePredicateOperand(Inst, pred, Address, Decoder)))
1774 if (!Check(S, DecodePredicateOperand(Inst, pred, Address, Decoder)))
1827 if (!Check(S, DecodePredicateOperand(Inst, pred, Address, Decoder)))
1915 if (!Check(S, DecodePredicateOperand(Ins
[all...]

Completed in 35 milliseconds