HomeSort by relevance Sort by last modified time
    Searched full:res_i (Results 1 - 4 of 4) sorted by null

  /external/clang/test/Parser/
altivec.c 114 int res_i; local
116 res_i = (vv_sc == vv_sc);
117 res_i = (vv_uc != vv_uc);
118 res_i = (vv_s > vv_s);
119 res_i = (vv_us >= vv_us);
120 res_i = (vv_i < vv_i);
121 res_i = (vv_ui <= vv_ui);
122 res_i = (vv_f <= vv_f);
  /external/clang/test/CodeGen/
builtins-ppc-altivec.c 40 int res_i; variable
    [all...]
  /external/llvm/test/ExecutionEngine/
test-interp-vec-loadstore.ll 70 %res_i = and i1 %E_i, %F_i
73 br i1 %res_i, label %Print_int, label %Double
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]

Completed in 557 milliseconds