Home
last modified time | relevance | path

Searched refs:ixor (Results 1 - 7 of 7) sorted by relevance

/third_party/python/Lib/
H A Doperator.py17 'is_', 'is_not', 'isub', 'itemgetter', 'itruediv', 'ixor', 'le',
407 def ixor(a, b): function
467 __ixor__ = ixor
/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_uniform_atomics.c81 OP(xor, ixor) in parse_atomic_op()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_nir_emit.c118 IOP(ixor, XOR, 0_X_1),
/third_party/python/Lib/test/
H A Dtest_operator.py493 def __ixor__ (self, other): return "ixor"
508 self.assertEqual(operator.ixor (c, 5), "ixor")
/third_party/mesa3d/src/panfrost/midgard/
H A Dmidgard_compile.c861 ALU_CASE(ixor, ixor); in emit_alu()
/third_party/mesa3d/src/asahi/compiler/
H A Dagx_compile.c685 BINOP(ixor, xor); in agx_emit_alu()
/third_party/mesa3d/src/amd/compiler/
H A Daco_instruction_selection.cpp7955 CASEI(ixor)

Completed in 22 milliseconds