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

  /external/mesa3d/src/compiler/glsl/tests/
opt_add_neg_to_sub_test.cpp 196 ir_expression *const neg_b = expr->operands[0]->as_expression(); local
203 ASSERT_NE((void *)0, neg_b);
206 neg_b->operands[0]->as_dereference_variable();
  /external/llvm/test/CodeGen/AMDGPU/
v_mac.ll 167 %neg_b = fsub float -0.0, %b
168 %tmp0 = fmul float %a, %neg_b
187 %neg_b = fsub float 0.0, %b
188 %tmp0 = fmul float %a, %neg_b
  /external/mesa3d/src/mesa/x86/
assyntax.h 547 #define NEG_B(a) CHOICE(negb a, negb a, negb a)
    [all...]

Completed in 95 milliseconds