Searched refs:const_0 (Results 1 - 2 of 2) sorted by relevance
/third_party/optimized-routines/string/arm/ |
H A D | strlen-armv6t2.S | 39 #define const_0 r4 define 40 #define tmp1 r4 /* Overlaps const_0 */ 51 mov const_0, #0 60 sel data1a, const_0, const_m1 /* Select based on GE<0:3>. */ 69 sel data1a, const_0, const_m1 /* Select based on GE<0:3>. */ 78 sel data1a, const_0, const_m1 /* Select based on GE<0:3>. */ 88 sel data1a, const_0, const_m1 /* Select based on GE<0:3>. */ 119 mov const_0, #0
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_lower_phis.cpp | 37 const_0 = 2, member in aco::pred_defined 156 } else if (defined == pred_defined::const_0) { in build_merge_code() 204 defined = phi->operands[i].constantValue() ? pred_defined::const_1 : pred_defined::const_0; in init_any_pred_defined() 237 state->any_pred_defined[start - 1] = pred_defined::const_0; in init_any_pred_defined()
|
Completed in 1 milliseconds