Home
last modified time | relevance | path

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

/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/mesa3d/src/gallium/drivers/nvc0/codegen/
Dnv50_ir_target_nvc0.cpp230 { OP_OR, 0x0, 0x0, 0x3, 0x0, 0x2, 0x2 | 0x8 },
481 case OP_OR: in isModSupported()
616 case OP_OR: in getThroughput()
Dnv50_ir_lowering_nvc0.cpp692 bld.mkOp2(OP_OR, TYPE_U32, rRel, rRel, sRel); in handleTEX()
Dnv50_ir_emit_nvc0.cpp1633 case OP_OR: in emitInstruction()
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_target_nv50.cpp95 { OP_OR, 0x0, 0x0, 0x3, 0x0, 0x0, 0x0, 0x0, 0x2 },
416 case OP_OR: in isModSupported()
Dnv50_ir_emit_nv50.cpp1281 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()
Dnv50_ir.h63 OP_OR, enumerator
Dnv50_ir_peephole.cpp469 case OP_OR: in expr()
1118 if ((logop->op == OP_AND || logop->op == OP_OR) && in handleLOGOP()
1235 case OP_OR: in visit()
Dnv50_ir_from_sm4.cpp413 case SM4_OPCODE_OR: return OP_OR; in cvtOpcode()
466 case SM4_OPCODE_ATOMIC_OR: return OP_OR; in cvtOpcode()
/external/libchrome/base/test/
Dtrace_event_analyzer.cc280 case OP_OR: in Evaluate()
583 return Query(*this, rhs, OP_OR); in operator ||()
Dtrace_event_analyzer.h458 OP_OR, enumerator
/external/clang/include/clang/Basic/
Darm_neon.td401 def OP_OR : Op<(op "|", $p0, $p1)>;
800 def VORR : LOpInst<"vorr", "ddd", "csilUcUsUiUlQcQsQiQlQUcQUsQUiQUl", OP_OR>;