Home
last modified time | relevance | path

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

12

/external/mesa3d/src/gallium/drivers/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()
491 case OP_OR: in isModSupported()
646 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()
469 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()
254 case OP_OR: in visit()
Dnv50_ir_lowering_helper.cpp50 case OP_OR: in visit()
Dnv50_ir_emit_nv50.cpp1535 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()
Dnv50_ir_lowering_nvc0.cpp250 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()
Dnv50_ir_target_gv100.cpp224 case OP_OR: in getOpInfo()
Dnv50_ir_emit_gv100.cpp1615 case OP_OR : op[0] = 0xf0 | 0xcc; break; in emitPLOP3_LUT()
1704 case OP_OR: in emitInstruction()
Dnv50_ir.h68 OP_OR, enumerator
Dnv50_ir_emit_gm107.cpp705 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/
DOpCodes.java91 public static final int OP_OR = 2; field in OpCodes
DCompiler.java125 case OpCodes.OP_OR : in compile()
DXPathParser.java812 insertOp(opPos, 2, OpCodes.OP_OR); in OrExpr()
/external/swiftshader/src/OpenGL/compiler/preprocessor/
DToken.h49 OP_OR, enumerator
DExpressionParser.y381 case pp::Token::OP_OR:
DTokenizer.l212 return pp::Token::OP_OR;
DExpressionParser.cpp1958 case pp::Token::OP_OR: in yylex()
/external/angle/src/compiler/preprocessor/
DToken.h44 OP_OR, enumerator
Dpreprocessor.y369 case angle::pp::Token::OP_OR:
Dpreprocessor.l212 return angle::pp::Token::OP_OR;
Dpreprocessor_tab_autogen.cpp1809 case angle::pp::Token::OP_OR: in yylex()
/external/angle/src/tests/preprocessor_tests/
Doperator_test.cpp64 {"||", pp::Token::OP_OR},
/external/libchrome/base/test/
Dtrace_event_analyzer.cc326 case OP_OR: in Evaluate()
652 return Query(*this, rhs, OP_OR); in operator ||()
Dtrace_event_analyzer.h574 OP_OR, enumerator

12