Searched refs:CONDITIONAL_CMPBZ (Results 1 – 1 of 1) sorted by relevance
/art/runtime/arch/arm/ |
D | quick_entrypoints_arm.S | 2224 .macro CONDITIONAL_CMPBZ reg, reg_if, dest macro 2241 CONDITIONAL_CMPBZ \reg, r8, \dest 2242 CONDITIONAL_CMPBZ \reg, r9, \dest 2243 CONDITIONAL_CMPBZ \reg, r10, \dest 2244 CONDITIONAL_CMPBZ \reg, r11, \dest 2245 CONDITIONAL_CMPBZ \reg, r12, \dest 2246 CONDITIONAL_CMPBZ \reg, r13, \dest 2247 CONDITIONAL_CMPBZ \reg, r14, \dest 2248 CONDITIONAL_CMPBZ \reg, r15, \dest
|