Searched refs:OP_BRA (Results 1 - 20 of 20) sorted by relevance

/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_inlines.h268 if (op >= OP_BRA && op <= OP_JOIN)
275 if (op >= OP_BRA && op <= OP_JOINAT)
H A Dnv50_ir_from_sm4.cpp373 case SM4_OPCODE_ELSE: return OP_BRA;
376 case SM4_OPCODE_ENDIF: return OP_BRA;
386 case SM4_OPCODE_IF: return OP_BRA;
1982 mkFlow(OP_BRA, NULL, insn->insn.test_nz ? CC_NOT_P : CC_P, src(0, 0));
1997 mkFlow(OP_BRA, NULL, CC_ALWAYS, NULL);
2010 if (lastBB->getExit()->op == OP_BRA && joinBBs.getSize() < 6)
2012 mkFlow(OP_BRA, convPoint, CC_ALWAYS, NULL);
2016 if (lastBB->getExit()->op == OP_BRA) {
H A Dnv50_ir_target_nv50.cpp125 OP_STORE, OP_WRSV, OP_EXPORT, OP_BRA, OP_CALL, OP_RET, OP_EXIT,
159 opInfo[i].flow = (i >= OP_BRA && i <= OP_JOIN);
H A Dnv50_ir_target.cpp226 if (exit && exit->op == OP_BRA && exit->asFlow()->target.bb == bb) {
H A Dnv50_ir_from_tgsi.cpp2078 mkFlow(OP_BRA, NULL, CC_NOT_P, fetchSrc(0, 0));
2093 mkFlow(OP_BRA, NULL, CC_ALWAYS, NULL);
2106 if (prevBB->getExit()->op == OP_BRA && joinBBs.getSize() < 6)
2108 mkFlow(OP_BRA, convBB, CC_ALWAYS, NULL);
2112 if (prevBB->getExit()->op == OP_BRA) {
H A Dnv50_ir_lowering_nv50.cpp712 bld.mkFlow(OP_BRA, texiBB, CC_EQ, pred)->fixed = 1;
884 i->op = OP_BRA;
H A Dnv50_ir_peephole.cpp1841 if (term->op == OP_BRA) {
1898 if (!bb->getExit() || bb->getExit()->op != OP_BRA)
1914 if (rep->op != OP_BRA &&
H A Dnv50_ir_emit_nv50.cpp1467 case OP_BRA:
1662 case OP_BRA:
H A Dnv50_ir.cpp960 if (op == OP_BRA ||
H A Dnv50_ir.h92 OP_BRA, enumerator in enum:nv50_ir::operation
H A Dnv50_ir_ra.cpp367 pb->insertTail(new_FlowInstruction(func, OP_BRA, bb));
/external/mesa3d/src/gallium/drivers/nvc0/codegen/
H A Dnv50_ir_target_nvc0.cpp274 OP_STORE, OP_WRSV, OP_EXPORT, OP_BRA, OP_CALL, OP_RET, OP_EXIT,
304 opInfo[i].flow = (i >= OP_BRA && i <= OP_JOIN);
H A Dnv50_ir_lowering_nvc0.cpp517 contBB->getExit()->op = OP_BRA;
539 if (exit->op == OP_BRA) {
H A Dnv50_ir_emit_nvc0.cpp1129 case OP_BRA:
1703 case OP_BRA:
/external/pcre/dist/
H A Dpcre_compile.c1735 OP_BRA (normal non-capturing bracket) because the other variants of these
1740 case OP_BRA:
2453 if (c == OP_BRA || c == OP_BRAPOS ||
3148 case OP_BRA:
3167 if (*next_code != OP_BRA && *next_code != OP_CBRA
3173 OP_BRA/OP_CBRA case above. */
5955 *previous++ = OP_BRA;
6088 *code++ = OP_BRA;
6143 convert the initial operator to the S form (e.g. OP_BRA -> OP_SBRA) so
6168 possessive_quantifier) *bracode = OP_BRA;
[all...]
H A Dpcre_study.c125 case OP_BRA:
920 case OP_BRA:
H A Dpcre_printint.c400 case OP_BRA:
H A Dpcre_jit_compile.c652 case OP_BRA:
805 case OP_BRA:
978 if (next[0] != type || next[1] != OP_BRA || next[2 + LINK_SIZE] != *begin)
1090 if (*cc == OP_ONCE || *cc == OP_ONCE_NC || *cc == OP_BRA || *cc == OP_CBRA || *cc == OP_COND)
1144 case OP_BRA:
3283 case OP_BRA:
6416 pcre_uchar bra = OP_BRA;
6588 /* For OP_BRA and OP_BRAMINZERO. */
6702 if (bra == OP_BRA)
6750 if (bra != OP_BRA)
[all...]
H A Dpcre_dfa_exec.c824 case OP_BRA:
H A Dpcre_exec.c1057 case OP_BRA:

Completed in 1001 milliseconds