Searched refs:iand (Results 1 - 10 of 10) sorted by relevance
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_loop_analyze.c | 1005 nir_ssa_scalar iand = nir_ssa_scalar_chase_alu_src(*cond, 0); in try_find_trip_count_vars_in_iand() local 1010 if (!nir_ssa_scalar_is_alu(iand) || !nir_ssa_scalar_is_const(zero)) { in try_find_trip_count_vars_in_iand() 1013 zero = iand; in try_find_trip_count_vars_in_iand() 1014 iand = tmp; in try_find_trip_count_vars_in_iand() 1026 if (!nir_ssa_scalar_is_alu(iand)) in try_find_trip_count_vars_in_iand() 1029 if (nir_ssa_scalar_alu_op(iand) != nir_op_iand) in try_find_trip_count_vars_in_iand() 1032 /* Check if iand src is a terminator condition and try get induction var in try_find_trip_count_vars_in_iand() 1037 nir_ssa_scalar src = nir_ssa_scalar_chase_alu_src(iand, i); in try_find_trip_count_vars_in_iand()
|
H A D | nir_opt_uniform_atomics.c | 79 OP(and, iand) in parse_atomic_op()
|
H A D | nir_lower_int64.c | 731 nir_ssa_def *rem = COND_LOWER_OP(b, iand, x, rem_mask); in lower_2f()
|
/third_party/python/Lib/ |
H A D | operator.py | 14 'delitem', 'eq', 'floordiv', 'ge', 'getitem', 'gt', 'iadd', 'iand', 344 def iand(a, b): function 455 __iand__ = iand
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_compiler_nir_emit.c | 117 IOP(iand, AND, 0_X_1),
|
/third_party/mesa3d/src/panfrost/midgard/ |
H A D | midgard_compile.c | 814 * iand [whatever], #0 in emit_alu() 819 ALU_CASE_CMP(b2f32, iand); in emit_alu() 820 ALU_CASE_CMP(b2f16, iand); in emit_alu() 821 ALU_CASE_CMP(b2i32, iand); in emit_alu() 859 ALU_CASE(iand, iand); in emit_alu()
|
/third_party/mesa3d/src/intel/common/tests/ |
H A D | mi_builder_test.cpp | 697 TEST_F(mi_builder_test, iand)
|
/third_party/python/Lib/test/ |
H A D | test_operator.py | 482 def __iand__ (self, other): return "iand" 497 self.assertEqual(operator.iand (c, 5), "iand")
|
/third_party/mesa3d/src/asahi/compiler/ |
H A D | agx_compile.c | 683 BINOP(iand, and); in agx_emit_alu()
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_instruction_selection.cpp | 7953 CASEI(iand)
|
Completed in 29 milliseconds