/external/mesa3d/src/gallium/drivers/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() 491 case OP_OR: in isModSupported() 646 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() 469 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() 254 case OP_OR: in visit()
|
D | nv50_ir_lowering_helper.cpp | 50 case OP_OR: in visit()
|
D | nv50_ir_emit_nv50.cpp | 1535 case OP_OR: code[0] |= 0x0100; break; in emitLogicOp() 1548 case OP_OR: code[1] = 0x04004000; break; in emitLogicOp() 1920 case OP_OR: in emitInstruction()
|
D | nv50_ir_lowering_nvc0.cpp | 250 bld.mkOp2(OP_OR, TYPE_U32, (hi1 = bld.getSSA()), in handleShift() 1509 op = OP_OR; in handleSharedATOMNVE4() 1601 op = OP_OR; in handleSharedATOM() 2125 bld.mkOp2(OP_OR, TYPE_U8, pred, pred, p1); in processSurfaceCoordsNVE4() 2355 bld.mkOp2v(OP_OR, TYPE_U8, bld.getScratch(1, FILE_PREDICATE), in handleSurfaceOpNVE4() 2896 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 | 1615 case OP_OR : op[0] = 0xf0 | 0xcc; break; in emitPLOP3_LUT() 1704 case OP_OR: in emitInstruction()
|
D | nv50_ir.h | 68 OP_OR, enumerator
|
D | nv50_ir_emit_gm107.cpp | 705 case OP_OR: emitField(0x18, 3, 1); break; in emitPSETP() 1693 case OP_OR : lop = 1; break; in emitLOP() 3617 case OP_OR: in emitInstruction()
|
/external/apache-xml/src/main/java/org/apache/xpath/compiler/ |
D | OpCodes.java | 91 public static final int OP_OR = 2; field in OpCodes
|
D | Compiler.java | 125 case OpCodes.OP_OR : in compile()
|
D | XPathParser.java | 812 insertOp(opPos, 2, OpCodes.OP_OR); in OrExpr()
|
/external/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;
|
D | ExpressionParser.cpp | 1958 case pp::Token::OP_OR: in yylex()
|
/external/angle/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;
|
D | preprocessor_tab_autogen.cpp | 1809 case angle::pp::Token::OP_OR: in yylex()
|
/external/angle/src/tests/preprocessor_tests/ |
D | operator_test.cpp | 64 {"||", pp::Token::OP_OR},
|
/external/libchrome/base/test/ |
D | trace_event_analyzer.cc | 326 case OP_OR: in Evaluate() 652 return Query(*this, rhs, OP_OR); in operator ||()
|
D | trace_event_analyzer.h | 574 OP_OR, enumerator
|