Lines Matching refs:CALGN
1066 +//#define CALGN(code...) code
1067 +#define CALGN(code...)
1128 + CALGN( ands ip, r1, #31 )
1129 + CALGN( sbcsne r4, ip, r2 ) @ C is always set here
1130 + CALGN( bcs 2f )
1131 + CALGN( adr r4, 6f )
1132 + CALGN( subs r2, r2, ip ) @ C is set here
1134 + CALGN( add pc, r4, ip, lsl #(ARM_BX_ALIGN_LOG2 - 2))
1136 + CALGN( add r4, r4, ip, lsl #(ARM_BX_ALIGN_LOG2 - 2))
1137 + CALGN( bx r4 )
1224 + CALGN( bcs 2b )
1278 + CALGN( ands ip, r1, #31 )
1279 + CALGN( rsb ip, ip, #32 )
1280 + CALGN( sbcsne r4, ip, r2 ) @ C is always set here
1281 + CALGN( subcc r2, r2, ip )
1282 + CALGN( bcc 15f )
1339 + CALGN( cmp r2, #0 )
1340 + CALGN( bge 11b )