Searched refs:ixor (Results 1 - 7 of 7) sorted by relevance
/third_party/python/Lib/ |
H A D | operator.py | 17 '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 D | nir_opt_uniform_atomics.c | 81 OP(xor, ixor) in parse_atomic_op()
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_compiler_nir_emit.c | 118 IOP(ixor, XOR, 0_X_1),
|
/third_party/python/Lib/test/ |
H A D | test_operator.py | 493 def __ixor__ (self, other): return "ixor" 508 self.assertEqual(operator.ixor (c, 5), "ixor")
|
/third_party/mesa3d/src/panfrost/midgard/ |
H A D | midgard_compile.c | 861 ALU_CASE(ixor, ixor); in emit_alu()
|
/third_party/mesa3d/src/asahi/compiler/ |
H A D | agx_compile.c | 685 BINOP(ixor, xor); in agx_emit_alu()
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_instruction_selection.cpp | 7955 CASEI(ixor)
|
Completed in 24 milliseconds