Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp175 static DecodeStatus DecodePredicateOperand(MCInst &Inst, unsigned Val,
483 if (!DecodePredicateOperand(MI, 0xE, Address, this)) in getInstruction()
495 if (!DecodePredicateOperand(MI, 0xE, Address, this)) in getInstruction()
507 if (!DecodePredicateOperand(MI, 0xE, Address, this)) in getInstruction()
1117 static DecodeStatus DecodePredicateOperand(MCInst &Inst, unsigned Val, in DecodePredicateOperand() function
1464 if (!Check(S, DecodePredicateOperand(Inst, pred, Address, Decoder))) in DecodeCopMemInstruction()
1574 if (!Check(S, DecodePredicateOperand(Inst, pred, Address, Decoder))) in DecodeAddrMode2IdxInstruction()
1809 if (!Check(S, DecodePredicateOperand(Inst, pred, Address, Decoder))) in DecodeAddrMode3Instruction()
1862 if (!Check(S, DecodePredicateOperand(Inst, pred, Address, Decoder))) in DecodeQADDInstruction()
1950 if (!Check(S, DecodePredicateOperand(Inst, pred, Address, Decoder))) in DecodeMemMultipleWritebackInstruction()
[all …]
/external/llvm/lib/Target/ARM/
DARMInstrFormats.td155 let DecoderMethod = "DecodePredicateOperand";