/third_party/mesa3d/src/nouveau/codegen/ |
D | nv50_ir_target_nvc0.cpp | 118 { OP_OR, 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() 495 case OP_OR: in isModSupported() 650 case OP_OR: in getThroughput()
|
D | nv50_ir_target_nv50.cpp | 95 { OP_OR, 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() 480 case OP_OR: in isModSupported()
|
D | nv50_ir_target_gm107.cpp | 224 case OP_OR: in getLatency()
|
D | nv50_ir_lowering_gv100.cpp | 132 case OP_OR : subOp = src0 | src1; break; in handleLOP2() 258 case OP_OR: in visit()
|
D | nv50_ir_lowering_helper.cpp | 50 case OP_OR: in visit()
|
D | nv50_ir_lowering_nv50.cpp | 1290 bld.mkOp2(OP_OR, TYPE_U32, def, def, bld.mkImm(0x00000001)); in handleRDSV() 1527 op = OP_OR; in handleSharedATOM() 2058 bld.mkOp2(OP_OR, TYPE_U32, untypedDst[0], untypedDst[0], tmp); in handleSUSTP() 2087 bld.mkOp2(OP_OR, TYPE_U32, untypedDst[0], untypedDst[0], tmp); in handleSUSTP() 2103 … bld.mkOp2(OP_OR, TYPE_U16, untypedDst16[2 * i], untypedDst16[2 * i], untypedDst16[2 * i + 1]); in handleSUSTP()
|
D | nv50_ir_emit_nv50.cpp | 1609 case OP_OR: code[0] |= 0x0100; break; in emitLogicOp() 1622 case OP_OR: code[1] = 0x00004000; break; in emitLogicOp() 2007 case OP_OR: in emitInstruction()
|
D | nv50_ir_lowering_nvc0.cpp | 250 bld.mkOp2(OP_OR, TYPE_U32, (hi1 = bld.getSSA()), in handleShift() 1510 op = OP_OR; in handleSharedATOMNVE4() 1602 op = OP_OR; in handleSharedATOM() 2136 bld.mkOp2(OP_OR, TYPE_U8, pred, pred, p1); in processSurfaceCoordsNVE4() 2366 bld.mkOp2v(OP_OR, TYPE_U8, bld.getScratch(1, FILE_PREDICATE), in handleSurfaceOpNVE4() 2998 bld.mkOp2(OP_OR, TYPE_U32, face, face, bld.mkImm(0x00000001)); in handleRDSV()
|
D | nv50_ir_target_gv100.cpp | 224 case OP_OR: in getOpInfo()
|
D | nv50_ir_emit_gv100.cpp | 1683 case OP_OR : op[0] = 0xf0 | 0xcc; break; in emitPLOP3_LUT() 1772 case OP_OR: in emitInstruction()
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | simplify.c | 707 case OP_OR: in eval_op() 875 case OP_OR: in simplify_mask_shift() 988 case OP_OR: in simplify_shift() 1024 case OP_OR: in simplify_shift() 1336 case OP_OR: in simplify_compare_constant() 1480 case OP_OR: in simplify_constant_mask() 1530 case OP_OR: in simplify_constant_rightside() 1619 case OP_ADD: case OP_OR: case OP_XOR: in simplify_constant_leftside() 1671 case OP_OR: in simplify_binop_same_args() 1953 case OP_OR: in simplify_and_one_side() [all …]
|
D | cse.c | 55 case OP_AND: case OP_OR: in cse_collect() 178 case OP_AND: case OP_OR: in insn_compare()
|
D | linearize.c | 205 [OP_OR] = "or", 1015 val = add_binary_op(ep, btype, OP_OR, ori, val); in linearize_bitfield_insert() 1473 [SPECIAL_OR_ASSIGN - SPECIAL_BASE] = OP_OR, in linearize_assignment() 1573 int op = (expr->op == SPECIAL_LOGICAL_OR) ? OP_OR : OP_AND; in linearize_binop_bool() 1590 ['|'] = OP_OR, ['^'] = OP_XOR, in linearize_binop()
|
D | scheck.c | 117 case OP_OR: t = boolector_or (btor, a, b); break; in binary()
|
/third_party/skia/third_party/externals/angle2/src/tests/preprocessor_tests/ |
D | operator_test.cpp | 64 {"||", pp::Token::OP_OR},
|
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/preprocessor/ |
D | Token.h | 44 OP_OR, enumerator
|
D | ExpressionParser.y | 367 case angle::pp::Token::OP_OR:
|
D | Tokenizer.l | 204 return angle::pp::Token::OP_OR;
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/preprocessor_tests/ |
D | operator_test.cpp | 64 {"||", pp::Token::OP_OR},
|
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/ |
D | Token.h | 44 OP_OR, enumerator
|
D | preprocessor.y | 369 case angle::pp::Token::OP_OR:
|
D | preprocessor.l | 212 return angle::pp::Token::OP_OR;
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/ |
D | Token.h | 49 OP_OR, enumerator
|
D | ExpressionParser.y | 381 case pp::Token::OP_OR:
|
D | Tokenizer.l | 212 return pp::Token::OP_OR;
|