Home
last modified time | relevance | path

Searched refs:IsPC (Results 1 – 5 of 5) sorted by relevance

/external/vixl/src/aarch32/
Dassembler-aarch32.cc1936 ((!rd.IsPC() && !rn.IsPC()) || AllowUnpredictable())) { in adc()
1973 ((!rd.IsPC() && !rn.IsPC() && !rm.IsPC()) || AllowUnpredictable())) { in adc()
1999 ((!rd.IsPC() && !rn.IsPC() && !rm.IsPC() && !rs.IsPC()) || in adc()
2024 ((!rd.IsPC() && !rn.IsPC()) || AllowUnpredictable())) { in adcs()
2061 ((!rd.IsPC() && !rn.IsPC() && !rm.IsPC()) || AllowUnpredictable())) { in adcs()
2087 ((!rd.IsPC() && !rn.IsPC() && !rm.IsPC() && !rs.IsPC()) || in adcs()
2150 (!rd.IsPC() || AllowUnpredictable())) { in add()
2158 ((!rd.IsPC() && !rn.IsPC()) || AllowUnpredictable())) { in add()
2168 (!rd.IsPC() || AllowUnpredictable())) { in add()
2176 (!rd.IsPC() || AllowUnpredictable())) { in add()
[all …]
Dmacro-assembler-aarch32.cc275 if (base.IsPC()) { in MemOperandComputationHelper()
740 if (!rn.IsPC()) { in Delegate()
762 if (IsUsingA32() || !rn.IsPC()) { in Delegate()
773 if (!rn.IsPC()) { in Delegate()
783 if (IsUsingA32() || !rn.IsPC()) { in Delegate()
982 if (!IsModifiedImmediate(high) && !rn.IsPC()) return false; in GenerateSplitInstruction()
990 (rn.IsPC() ? 4 : 2) * kMaxInstructionSizeInBytes); in GenerateSplitInstruction()
1122 if ((((type == kAdd) && !rn.IsPC()) || (type == kSub)) && in Delegate()
1123 (IsUsingA32() || (!rd.IsPC() && !rn.IsPC()))) { in Delegate()
1154 if (rn.IsPC()) { in Delegate()
[all …]
Dinstructions-aarch32.h145 bool IsPC() const { return GetCode() == kPcCode; } in IsPC() function
Dmacro-assembler-aarch32.h1078 (operand.IsPlainRegister() && !rd.IsPC() && rn.Is(rd) && in Add()
1080 !operand.GetBaseRegister().IsPC()) || in Add()
1082 (operand.IsPlainRegister() && !rd.IsPC() && rn.IsSP() && in Add()
1475 !rm.IsPC(); in Blx()
1488 !rm.IsPC(); in Bx()
1588 (operand.IsPlainRegister() && !rn.IsPC() && in Cmp()
1589 !operand.GetBaseRegister().IsPC()); in Cmp()
2467 (operand.IsPlainRegister() && !rd.IsPC() && in Mov()
2468 !operand.GetBaseRegister().IsPC()) || in Mov()
/external/vixl/test/aarch32/
Dtest-utils-aarch32.cc67 if (!rt.IsPC()) { in Dump()
116 if (reg.IsPC()) { in Equal32()