Home
last modified time | relevance | path

Searched refs:AllowUnpredictable (Results 1 – 3 of 3) 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()
2000 AllowUnpredictable())) { in adc()
2024 ((!rd.IsPC() && !rn.IsPC()) || AllowUnpredictable())) { in adcs()
2061 ((!rd.IsPC() && !rn.IsPC() && !rm.IsPC()) || AllowUnpredictable())) { in adcs()
2088 AllowUnpredictable())) { 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 …]
Dassembler-aarch32.h6150 virtual bool AllowUnpredictable() { return allow_unpredictable_; } in AllowUnpredictable() function
Dmacro-assembler-aarch32.h10825 virtual bool AllowUnpredictable() VIXL_OVERRIDE { in AllowUnpredictable() function