Searched refs:bra (Results 1 - 11 of 11) sorted by relevance

/external/lzma/CPP/7zip/Compress/
H A DBranchMisc.h30 CCoder(Func_Bra bra, int encode): _bufferPos(0), _encode(encode), BraFunc(bra) {} argument
/external/python/cpython2/Modules/_ctypes/libffi/src/sh/
H A Dsysv.S94 bra 2f
129 bra L_pass
179 bra L_pass
236 bra L_pass
272 bra L_epilogue
277 bra L_epilogue
292 bra L_epilogue
301 bra L_epilogue
310 bra L_epilogue
347 bra
[all...]
/external/python/cpython2/Modules/_ctypes/libffi/src/m32r/
H A Dsysv.S102 bra epilogue
/external/python/cpython2/Modules/_ctypes/libffi/src/frv/
H A Deabi.S113 bra .L3
/external/swiftshader/third_party/LLVM/test/MC/MBlaze/
H A Dmblaze_branch.s74 # CHECK: bra
77 bra r3
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/mme/
H A Dcom9097.mme4 * bra(n)z annul: no delay slot
424 bra annul #deic_restore
493 bra annul #daic_restore
/external/mesa3d/src/gallium/drivers/nouveau/codegen/lib/
H A Dgk104.asm597 e $c bra #end_cont
603 lg $c bra #spill_cfstack
652 s $c bra #shared_done
661 lg $c bra #shared_loop
683 $p0 bra #entry_found
687 lg $c bra #search_cstack
688 bra #end_exit label
/external/pcre/dist2/src/
H A Dpcre2_jit_compile.c7288 PCRE2_UCHAR bra = OP_BRA; local
7310 bra = *cc;
7324 if (bra == OP_BRAMINZERO)
7335 if (bra == OP_BRA && !assert_needs_str_ptr_saving(ccbegin + 1 + LINK_SIZE))
7465 else if (bra == OP_BRAZERO)
7541 if ((conditional && extrasize > 0) || bra == OP_BRAZERO)
7547 if (bra == OP_BRAZERO)
7560 if (bra == OP_BRAZERO)
7570 if (bra != OP_BRAZERO)
7582 if (bra
7840 PCRE2_UCHAR bra = OP_BRA; local
9834 PCRE2_UCHAR bra = OP_BRA; local
9907 PCRE2_UCHAR bra = OP_BRA; local
[all...]
H A Dpcre2_compile.c5616 PCRE2_UCHAR *bra = code - offset; local
5617 oldlinkoffset = GET(bra, 1);
5621 PUT(bra, 1, offset);
/external/elfutils/libdw/
H A Dknown-dwarf.h391 DWARF_ONE_KNOWN_DW_OP (bra, DW_OP_bra) \
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_peephole.cpp2924 // @p0 bra BB:2 -> @!p0 bra BB:3 iff (!) BB:2 immediately adjoins BB:1
2926 // bra BB:3
2940 FlowInstruction *bra = i->asFlow(); local
2954 bra->op = rep->op;
2955 bra->target.bb = rep->target.bb;

Completed in 757 milliseconds