Lines Matching defs:pred
1868 unsigned pred = fieldFromInstruction(Insn, 28, 4);
2032 if (!Check(S, DecodePredicateOperand(Inst, pred, Address, Decoder)))
2051 unsigned pred = fieldFromInstruction(Insn, 28, 4);
2142 if (!Check(S, DecodePredicateOperand(Inst, pred, Address, Decoder)))
2216 unsigned pred = fieldFromInstruction(Insn, 28, 4);
2391 if (!Check(S, DecodePredicateOperand(Inst, pred, Address, Decoder)))
2435 unsigned pred = fieldFromInstruction(Insn, 28, 4);
2437 if (pred == 0xF)
2446 if (!Check(S, DecodePredicateOperand(Inst, pred, Address, Decoder)))
2458 unsigned pred = fieldFromInstruction(Insn, 28, 4);
2461 if (pred == 0xF) {
2535 if (!Check(S, DecodePredicateOperand(Inst, pred, Address, Decoder)))
2547 unsigned pred = fieldFromInstruction(Insn, 28, 4);
2556 if (!Check(S, DecodePredicateOperand(Inst, pred, Address, Decoder)))
2559 // ESB is unpredictable if pred != AL. Without the RAS extension, it is a NOP,
2561 if (imm8 == 0x10 && pred != 0xe && ((FeatureBits[ARM::FeatureRAS]) != 0))
2714 unsigned pred = fieldFromInstruction(Insn, 28, 4);
2730 if (!Check(S, DecodePredicateOperand(Inst, pred, Address, Decoder)))
2745 unsigned pred = fieldFromInstruction(Insn, 28, 4);
2747 if (pred == 0xF)
2759 if (!Check(S, DecodePredicateOperand(Inst, pred, Address, Decoder)))
2917 unsigned pred = fieldFromInstruction(Insn, 28, 4);
2920 if (pred == 0xF) {
2936 if (!Check(S, DecodePredicateOperand(Inst, pred, Address, Decoder)))
4854 unsigned pred = fieldFromInstruction(Insn, 22, 4);
4855 if (pred == 0xE || pred == 0xF) {
4883 if (!Check(S, DecodePredicateOperand(Inst, pred, Address, Decoder)))
5100 unsigned pred = fieldFromInstruction(Insn, 28, 4);
5109 if (!Check(S, DecodePredicateOperand(Inst, pred, Address, Decoder)))
5123 unsigned pred = fieldFromInstruction(Insn, 28, 4);
5135 if (!Check(S, DecodePredicateOperand(Inst, pred, Address, Decoder)))
5151 unsigned pred = fieldFromInstruction(Insn, 28, 4);
5161 if (!Check(S, DecodePredicateOperand(Inst, pred, Address, Decoder)))
5177 unsigned pred = fieldFromInstruction(Insn, 28, 4);
5189 if (!Check(S, DecodePredicateOperand(Inst, pred, Address, Decoder)))
5205 unsigned pred = fieldFromInstruction(Insn, 28, 4);
5215 if (!Check(S, DecodePredicateOperand(Inst, pred, Address, Decoder)))
5231 unsigned pred = fieldFromInstruction(Insn, 28, 4);
5241 if (!Check(S, DecodePredicateOperand(Inst, pred, Address, Decoder)))
5801 unsigned pred = fieldFromInstruction(Insn, 28, 4);
5815 if (!Check(S, DecodePredicateOperand(Inst, pred, Address, Decoder)))
5827 unsigned pred = fieldFromInstruction(Insn, 28, 4);
5841 if (!Check(S, DecodePredicateOperand(Inst, pred, Address, Decoder)))
5850 unsigned pred = fieldFromInstruction(Insn, 4, 4);
5853 if (pred == 0xF) {
5854 pred = 0xE;
5865 if (pred & 1) {
5871 Inst.addOperand(MCOperand::createImm(pred));
5990 unsigned pred = fieldFromInstruction(Insn, 28, 4);
5992 if (pred == 0xF)
6006 if (!Check(S, DecodePredicateOperand(Inst, pred, Address, Decoder)))
6279 unsigned pred = fieldFromInstruction(Val, 28, 4);
6280 if (!Check(S, DecodePredicateOperand(Inst, pred, Address, Decoder)))