• Home
  • Raw
  • Download

Lines Matching refs:GetImmediate

1059       uint32_t immediate = operand.GetImmediate();  in Add()
1066 (operand.IsImmediate() && (operand.GetImmediate() <= 7) && rn.IsLow() && in Add()
1069 (operand.IsImmediate() && (operand.GetImmediate() <= 255) && in Add()
1072 (operand.IsImmediate() && (operand.GetImmediate() <= 1020) && in Add()
1073 ((operand.GetImmediate() & 0x3) == 0) && rd.IsLow() && rn.IsSP()) || in Add()
1108 ((rd.IsLow() && rn.IsLow() && (operand.GetImmediate() < 8)) || in Add()
1109 (rd.IsLow() && rn.Is(rd) && (operand.GetImmediate() < 256))))); in Add()
1161 uint32_t immediate = operand.GetImmediate(); in And()
1238 (operand.IsImmediate() && (operand.GetImmediate() >= 1) && in Asr()
1239 (operand.GetImmediate() <= 32) && rd.IsLow() && rm.IsLow()) || in Asr()
1264 ((operand.IsImmediate() && (operand.GetImmediate() >= 1) && in Asr()
1265 (operand.GetImmediate() <= 32)) || in Asr()
1355 uint32_t immediate = operand.GetImmediate(); in Bic()
1585 (operand.IsImmediate() && (operand.GetImmediate() <= 255) && in Cmp()
1699 uint32_t immediate = operand.GetImmediate(); in Eor()
2260 (operand.IsImmediate() && (operand.GetImmediate() >= 1) && in Lsl()
2261 (operand.GetImmediate() <= 31) && rd.IsLow() && rm.IsLow()) || in Lsl()
2286 ((operand.IsImmediate() && (operand.GetImmediate() >= 1) && in Lsl()
2287 (operand.GetImmediate() < 32)) || in Lsl()
2327 (operand.IsImmediate() && (operand.GetImmediate() >= 1) && in Lsr()
2328 (operand.GetImmediate() <= 32) && rd.IsLow() && rm.IsLow()) || in Lsr()
2353 ((operand.IsImmediate() && (operand.GetImmediate() >= 1) && in Lsr()
2354 (operand.GetImmediate() <= 32)) || in Lsr()
2465 (operand.GetImmediate() <= 255)) || in Mov()
2517 (operand.GetImmediate() < 256))); in Mov()
2698 uint32_t immediate = operand.GetImmediate(); in Orn()
2763 uint32_t immediate = operand.GetImmediate(); in Orr()
3205 (operand.GetImmediate() == 0); in Rsb()
3227 (operand.GetImmediate() == 0); in Rsb()
4570 uint32_t immediate = operand.GetImmediate(); in Sub()
4577 (operand.IsImmediate() && (operand.GetImmediate() <= 7) && rn.IsLow() && in Sub()
4580 (operand.IsImmediate() && (operand.GetImmediate() <= 255) && in Sub()
4609 ((rd.IsLow() && rn.IsLow() && (operand.GetImmediate() < 8)) || in Sub()
4610 (rd.IsLow() && rn.Is(rd) && (operand.GetImmediate() < 256))))); in Sub()