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,
480 if (!DecodePredicateOperand(MI, 0xE, Address, this)) in getInstruction()
491 if (!DecodePredicateOperand(MI, 0xE, Address, this)) in getInstruction()
502 if (!DecodePredicateOperand(MI, 0xE, Address, this)) in getInstruction()
1103 static DecodeStatus DecodePredicateOperand(MCInst &Inst, unsigned Val, in DecodePredicateOperand() function
1450 if (!Check(S, DecodePredicateOperand(Inst, pred, Address, Decoder))) in DecodeCopMemInstruction()
1560 if (!Check(S, DecodePredicateOperand(Inst, pred, Address, Decoder))) in DecodeAddrMode2IdxInstruction()
1795 if (!Check(S, DecodePredicateOperand(Inst, pred, Address, Decoder))) in DecodeAddrMode3Instruction()
1848 if (!Check(S, DecodePredicateOperand(Inst, pred, Address, Decoder))) in DecodeQADDInstruction()
1936 if (!Check(S, DecodePredicateOperand(Inst, pred, Address, Decoder))) in DecodeMemMultipleWritebackInstruction()
[all …]
/external/llvm/lib/Target/ARM/
DARMInstrFormats.td155 let DecoderMethod = "DecodePredicateOperand";