Home
last modified time | relevance | path

Searched refs:OP_OR (Results 1 – 25 of 40) sorted by relevance

12

/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_target_nvc0.cpp118 { 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()
Dnv50_ir_target_nv50.cpp95 { 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()
Dnv50_ir_target_gm107.cpp224 case OP_OR: in getLatency()
Dnv50_ir_lowering_gv100.cpp132 case OP_OR : subOp = src0 | src1; break; in handleLOP2()
258 case OP_OR: in visit()
Dnv50_ir_lowering_helper.cpp50 case OP_OR: in visit()
Dnv50_ir_lowering_nv50.cpp1290 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()
Dnv50_ir_emit_nv50.cpp1609 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()
Dnv50_ir_lowering_nvc0.cpp250 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()
Dnv50_ir_target_gv100.cpp224 case OP_OR: in getOpInfo()
Dnv50_ir_emit_gv100.cpp1683 case OP_OR : op[0] = 0xf0 | 0xcc; break; in emitPLOP3_LUT()
1772 case OP_OR: in emitInstruction()
/third_party/ltp/tools/sparse/sparse-src/
Dsimplify.c707 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 …]
Dcse.c55 case OP_AND: case OP_OR: in cse_collect()
178 case OP_AND: case OP_OR: in insn_compare()
Dlinearize.c205 [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()
Dscheck.c117 case OP_OR: t = boolector_or (btor, a, b); break; in binary()
/third_party/skia/third_party/externals/angle2/src/tests/preprocessor_tests/
Doperator_test.cpp64 {"||", pp::Token::OP_OR},
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/preprocessor/
DToken.h44 OP_OR, enumerator
DExpressionParser.y367 case angle::pp::Token::OP_OR:
DTokenizer.l204 return angle::pp::Token::OP_OR;
/third_party/flutter/skia/third_party/externals/angle2/src/tests/preprocessor_tests/
Doperator_test.cpp64 {"||", pp::Token::OP_OR},
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
DToken.h44 OP_OR, enumerator
Dpreprocessor.y369 case angle::pp::Token::OP_OR:
Dpreprocessor.l212 return angle::pp::Token::OP_OR;
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
DToken.h49 OP_OR, enumerator
DExpressionParser.y381 case pp::Token::OP_OR:
DTokenizer.l212 return pp::Token::OP_OR;

12