Searched refs:DecodePredicateOperand (Results 1 – 2 of 2) sorted by relevance
| /freebsd-10-stable/contrib/llvm/lib/Target/ARM/Disassembler/ |
| D | ARMDisassembler.cpp | 188 static DecodeStatus DecodePredicateOperand(MCInst &Inst, unsigned Val, 470 if (!DecodePredicateOperand(MI, 0xE, Address, this)) in getInstruction() 482 if (!DecodePredicateOperand(MI, 0xE, Address, this)) in getInstruction() 494 if (!DecodePredicateOperand(MI, 0xE, Address, this)) in getInstruction() 1098 static DecodeStatus DecodePredicateOperand(MCInst &Inst, unsigned Val, in DecodePredicateOperand() function 1454 if (!Check(S, DecodePredicateOperand(Inst, pred, Address, Decoder))) in DecodeCopMemInstruction() 1564 if (!Check(S, DecodePredicateOperand(Inst, pred, Address, Decoder))) in DecodeAddrMode2IdxInstruction() 1799 if (!Check(S, DecodePredicateOperand(Inst, pred, Address, Decoder))) in DecodeAddrMode3Instruction() 1852 if (!Check(S, DecodePredicateOperand(Inst, pred, Address, Decoder))) in DecodeQADDInstruction() 1940 if (!Check(S, DecodePredicateOperand(Inst, pred, Address, Decoder))) in DecodeMemMultipleWritebackInstruction() [all …]
|
| /freebsd-10-stable/contrib/llvm/lib/Target/ARM/ |
| D | ARMInstrFormats.td | 155 let DecoderMethod = "DecodePredicateOperand";
|