Searched refs:nequal (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/compiler/glsl/ |
D | ir_builder.h | 160 ir_expression *nequal(operand a, operand b);
|
D | lower_instructions.cpp | 483 nequal(abs(ir->operands[0]->clone(ir, NULL)), dzero))); in dfrexp_sig_to_arith() 559 i.insert_before(assign(is_not_zero, nequal(absval->clone(ir, NULL), dzero))); in dfrexp_exp_to_arith() 697 ir->operands[1] = csel(nequal(frtemp, zero), one, zero->clone(ir, NULL)); in dceil_to_dfrac()
|
D | ir_builder.cpp | 347 nequal(operand a, operand b) in nequal() function
|
D | builtin_int64.h | 439 body.emit(assign(r0060, nequal(r0061, r0062), 0x01)); in idiv64() 903 body.emit(assign(r00C3, nequal(r00C4, r00C5), 0x01)); in imod64()
|
D | builtin_functions.cpp | 6179 body.emit(ret(nequal(x, x))); in _isnan() 7728 body.emit(assign(is_not_zero, nequal(abs(x), imm(0.0f, vec_elem)))); in _frexp()
|