Searched refs:CONDITIONAL_CMPBZ (Results 1 – 1 of 1) sorted by relevance
/art/runtime/arch/arm/ |
D | quick_entrypoints_arm.S | 2086 .macro CONDITIONAL_CMPBZ reg, reg_if, dest macro 2103 CONDITIONAL_CMPBZ \reg, r8, \dest 2104 CONDITIONAL_CMPBZ \reg, r9, \dest 2105 CONDITIONAL_CMPBZ \reg, r10, \dest 2106 CONDITIONAL_CMPBZ \reg, r11, \dest 2107 CONDITIONAL_CMPBZ \reg, r12, \dest 2108 CONDITIONAL_CMPBZ \reg, r13, \dest 2109 CONDITIONAL_CMPBZ \reg, r14, \dest 2110 CONDITIONAL_CMPBZ \reg, r15, \dest
|