Home
last modified time | relevance | path

Searched refs:OP_XOR (Results 1 – 25 of 35) sorted by relevance

12

/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_target_nvc0.cpp119 { OP_XOR, 0x0, 0x0, 0x3, 0x0, 0x2, 0x2 | 0x8 },
198 OP_ADD, OP_MUL, OP_MAD, OP_FMA, OP_AND, OP_OR, OP_XOR, OP_MAX, OP_MIN, in initOpInfo()
204 OP_ADD, OP_MUL, OP_MAD, OP_FMA, OP_AND, OP_OR, OP_XOR, OP_MAX, OP_MIN in initOpInfo()
496 case OP_XOR: in isModSupported()
651 case OP_XOR: in getThroughput()
Dnv50_ir_target_nv50.cpp96 { OP_XOR, 0x0, 0x0, 0x3, 0x0, 0x0, 0x0, 0x0, 0x2 },
116 OP_ADD, OP_MUL, OP_MAD, OP_FMA, OP_AND, OP_OR, OP_XOR, OP_MAX, OP_MIN, in initOpInfo()
366 if (ldSize == 2 && (i->op == OP_AND || i->op == OP_OR || i->op == OP_XOR)) in insnCanLoad()
481 case OP_XOR: in isModSupported()
Dnv50_ir_target_gm107.cpp239 case OP_XOR: in getLatency()
Dnv50_ir_lowering_gv100.cpp133 case OP_XOR: subOp = src0 ^ src1; break; in handleLOP2()
259 case OP_XOR: in visit()
Dnv50_ir_lowering_helper.cpp51 case OP_XOR: in visit()
Dnv50_ir_emit_nv50.cpp1610 case OP_XOR: code[0] |= 0x8000; break; in emitLogicOp()
1623 case OP_XOR: code[1] = 0x00008000; break; in emitLogicOp()
2008 case OP_XOR: in emitInstruction()
Dnv50_ir_target_gv100.cpp225 case OP_XOR: in getOpInfo()
Dnv50_ir_emit_gv100.cpp1684 case OP_XOR: op[0] = 0xf0 ^ 0xcc; break; in emitPLOP3_LUT()
1773 case OP_XOR: in emitInstruction()
Dnv50_ir_lowering_nv50.cpp171 bld->mkOp2(OP_XOR, fTy, NULL, mul->getSrc(0), mul->getSrc(1)) in expandIntegerMUL()
570 bld.mkOp2(OP_XOR, TYPE_U32, NULL, div->getSrc(0), div->getSrc(1)) in handleDIV()
1530 op = OP_XOR; in handleSharedATOM()
Dnv50_ir.h69 OP_XOR, enumerator
Dnv50_ir_emit_gm107.cpp706 case OP_XOR: emitField(0x18, 3, 2); break; in emitPSETP()
1703 case OP_XOR: lop = 2; break; in emitLOP()
3627 case OP_XOR: in emitInstruction()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/preprocessor_tests/
Doperator_test.cpp63 {"^^", pp::Token::OP_XOR},
/third_party/skia/third_party/externals/angle2/src/tests/preprocessor_tests/
Doperator_test.cpp63 {"^^", pp::Token::OP_XOR},
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
DToken.h43 OP_XOR, enumerator
Dpreprocessor.l208 return angle::pp::Token::OP_XOR;
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/preprocessor/
DToken.h43 OP_XOR, enumerator
DTokenizer.l200 return angle::pp::Token::OP_XOR;
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
DToken.h48 OP_XOR, enumerator
DTokenizer.l208 return pp::Token::OP_XOR;
/third_party/ltp/tools/sparse/sparse-src/
Dcse.c58 case OP_XOR: in cse_collect()
179 case OP_XOR: in insn_compare()
Dsimplify.c710 case OP_XOR: in eval_op()
1535 case OP_XOR: in simplify_constant_rightside()
1619 case OP_ADD: case OP_OR: case OP_XOR: in simplify_constant_leftside()
1660 case OP_XOR: in simplify_binop_same_args()
2159 case OP_XOR: in simplify_unop()
2162 insn->opcode = OP_XOR; // ~(x ^ C) --> x ^ ~C in simplify_unop()
2529 case OP_ADD: case OP_OR: case OP_XOR: in simplify_select()
2544 case OP_ADD: case OP_OR: case OP_XOR: in simplify_select()
2761 case OP_XOR: return simplify_xor(insn); in simplify_instruction()
Dscheck.c118 case OP_XOR: t = boolector_xor(btor, a, b); break; in binary()
Dexample.c45 [OP_XOR] = "xor",
1404 case OP_AND: case OP_OR: case OP_XOR: in generate_one_insn()
Dlinearize.c206 [OP_XOR] = "xor",
1474 [SPECIAL_XOR_ASSIGN - SPECIAL_BASE] = OP_XOR in linearize_assignment()
1590 ['|'] = OP_OR, ['^'] = OP_XOR, in linearize_binop()
/third_party/ltp/tools/sparse/sparse-src/Documentation/
DIR.rst128 .. op:: OP_XOR

12