Searched refs:OP_OR (Results 1 – 14 of 14) sorted by relevance
/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/mesa3d/src/gallium/drivers/nvc0/codegen/ |
D | nv50_ir_target_nvc0.cpp | 230 { OP_OR, 0x0, 0x0, 0x3, 0x0, 0x2, 0x2 | 0x8 }, 481 case OP_OR: in isModSupported() 616 case OP_OR: in getThroughput()
|
D | nv50_ir_lowering_nvc0.cpp | 692 bld.mkOp2(OP_OR, TYPE_U32, rRel, rRel, sRel); in handleTEX()
|
D | nv50_ir_emit_nvc0.cpp | 1633 case OP_OR: in emitInstruction()
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
D | nv50_ir_target_nv50.cpp | 95 { OP_OR, 0x0, 0x0, 0x3, 0x0, 0x0, 0x0, 0x0, 0x2 }, 416 case OP_OR: in isModSupported()
|
D | nv50_ir_emit_nv50.cpp | 1281 case OP_OR: code[0] |= 0x0100; break; in emitLogicOp() 1294 case OP_OR: code[1] = 0x04004000; break; in emitLogicOp() 1590 case OP_OR: in emitInstruction()
|
D | nv50_ir.h | 63 OP_OR, enumerator
|
D | nv50_ir_peephole.cpp | 469 case OP_OR: in expr() 1118 if ((logop->op == OP_AND || logop->op == OP_OR) && in handleLOGOP() 1235 case OP_OR: in visit()
|
D | nv50_ir_from_sm4.cpp | 413 case SM4_OPCODE_OR: return OP_OR; in cvtOpcode() 466 case SM4_OPCODE_ATOMIC_OR: return OP_OR; in cvtOpcode()
|
/external/libchrome/base/test/ |
D | trace_event_analyzer.cc | 280 case OP_OR: in Evaluate() 583 return Query(*this, rhs, OP_OR); in operator ||()
|
D | trace_event_analyzer.h | 458 OP_OR, enumerator
|
/external/clang/include/clang/Basic/ |
D | arm_neon.td | 401 def OP_OR : Op<(op "|", $p0, $p1)>; 800 def VORR : LOpInst<"vorr", "ddd", "csilUcUsUiUlQcQsQiQlQUcQUsQUiQUl", OP_OR>;
|