Home
last modified time | relevance | path

Searched refs:is_not_zero (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/Verifier/
Dcttz-undef-arg.ll6 define void @f(i32 %x, i1 %is_not_zero) {
10 call i32 @llvm.ctlz.i32(i32 %x, i1 %is_not_zero)
14 call i32 @llvm.cttz.i32(i32 %x, i1 %is_not_zero)
/external/llvm/test/Verifier/
Dcttz-undef-arg.ll6 define void @f(i32 %x, i1 %is_not_zero) {
10 call i32 @llvm.ctlz.i32(i32 %x, i1 %is_not_zero)
14 call i32 @llvm.cttz.i32(i32 %x, i1 %is_not_zero)
/external/mesa3d/src/compiler/glsl/
Dlower_instructions.cpp682 ir_variable *is_not_zero = in dfrexp_sig_to_arith() local
687 i.insert_before(is_not_zero); in dfrexp_sig_to_arith()
689 assign(is_not_zero, in dfrexp_sig_to_arith()
719 csel(swizzle(is_not_zero, elem, 1), in dfrexp_sig_to_arith()
755 ir_variable *is_not_zero = in dfrexp_exp_to_arith() local
764 i.insert_before(is_not_zero); in dfrexp_exp_to_arith()
766 i.insert_before(assign(is_not_zero, nequal(absval->clone(ir, NULL), dzero))); in dfrexp_exp_to_arith()
783 ir->operands[0] = new(ir) ir_dereference_variable(is_not_zero); in dfrexp_exp_to_arith()
Dbuiltin_functions.cpp5660 ir_variable *is_not_zero = body.make_temp(bvec, "is_not_zero"); in _frexp() local
5661 body.emit(assign(is_not_zero, nequal(abs(x), imm(0.0f, vec_elem)))); in _frexp()
5667 body.emit(assign(exponent, add(exponent, csel(is_not_zero, exponent_bias, in _frexp()
5673 body.emit(assign(bits, bit_or(bits, csel(is_not_zero, exponent_value, in _frexp()
/external/mesa3d/src/compiler/spirv/
Dvtn_glsl450.c405 nir_ssa_def *is_not_zero = nir_fne(b, abs_x, zero); in build_frexp() local
409 nir_bcsel(b, is_not_zero, exponent_bias, zero)); in build_frexp()
412 nir_bcsel(b, is_not_zero, exponent_value, zero)); in build_frexp()
/external/boringssl/src/crypto/fipsmodule/ec/
Dp256-x86_64.c113 static BN_ULONG is_not_zero(BN_ULONG in) { in is_not_zero() function
369 copy_conditional(p.p.Z, ONE, is_not_zero(wvalue >> 1)); in ecp_nistz256_points_mul()