Home
last modified time | relevance | path

Searched refs:offset_is_negative_or_zero (Results 1 - 1 of 1) sorted by relevance

/third_party/vixl/src/aarch32/
H A Dmacro-assembler-aarch32.cc1178 bool offset_is_negative_or_zero = (imm <= 0); in Delegate() local
1182 offset_is_negative_or_zero = (imm <= 0); in Delegate()
1186 offset_is_negative_or_zero = (imm >= 0); in Delegate()
1190 offset_is_negative_or_zero = (imm < 0); in Delegate()
1194 offset_is_negative_or_zero = (imm > 0); in Delegate()
1199 if (offset_is_negative_or_zero) { in Delegate()

Completed in 3 milliseconds