Searched refs:bra (Results 1 - 10 of 10) sorted by relevance
/third_party/mesa3d/src/imagination/vulkan/pds/ |
H A D | pvr_pds_printer.c | 448 static void pvr_pds_disassemble_instruction_bra(struct pvr_bra *bra, in pvr_pds_disassemble_instruction_bra() argument 455 pvr_pds_disassemble_predicate(bra->srcc->predicate, in pvr_pds_disassemble_instruction_bra() 458 pvr_pds_disassemble_predicate(bra->setc->predicate, in pvr_pds_disassemble_instruction_bra() 462 if (bra->setc->predicate != PVR_ROGUE_PDSINST_PREDICATE_KEEP) { in pvr_pds_disassemble_instruction_bra() 467 bra->srcc->negate ? "! " : "", in pvr_pds_disassemble_instruction_bra() 469 bra->address, in pvr_pds_disassemble_instruction_bra() 476 bra->srcc->negate ? "! " : "", in pvr_pds_disassemble_instruction_bra() 478 bra->address); in pvr_pds_disassemble_instruction_bra()
|
H A D | pvr_pds_disasm.c | 683 struct pvr_bra *bra = (struct pvr_bra *)malloc(sizeof(*bra)); in pvr_pds_disassemble_instruction_bra() local 684 assert(bra); in pvr_pds_disassemble_instruction_bra() 686 bra->instruction.type = INS_BRA; in pvr_pds_disassemble_instruction_bra() 687 bra->instruction.next = NULL; in pvr_pds_disassemble_instruction_bra() 691 bra->address = (branch_addr & 0x40000U) ? ((int)branch_addr) - 0x80000 in pvr_pds_disassemble_instruction_bra() 694 bra->srcc = malloc(sizeof(*bra->srcc)); in pvr_pds_disassemble_instruction_bra() 695 assert(bra->srcc); in pvr_pds_disassemble_instruction_bra() 697 bra in pvr_pds_disassemble_instruction_bra() [all...] |
/third_party/lzma/CPP/7zip/Compress/ |
H A D | BranchMisc.h | 21 CCoder(z7_Func_BranchConv bra): _pc(0), BraFunc(bra) {}
in CCoder() argument
|
/third_party/mesa3d/src/nouveau/codegen/lib/ |
H A D | gm107.asm | 134 not $p0 bra #rcp_inf_or_denorm_or_zero 145 $p0 bra #rcp_denorm_or_zero 154 $p0 bra #rcp_denorm 169 $p0 bra #rcp_end 234 not $p0 bra #rcp_result_inf_or_denorm 239 bra #rcp_end 244 not $p0 bra #rcp_result_denorm 250 bra #rcp_end 306 $p0 bra #rsq_norm
|
H A D | gk110.asm | 119 (not $p0) bra #rcp_inf_or_denorm_or_zero 128 $p0 bra #rcp_denorm_or_zero 134 $p0 bra #rcp_denorm 146 $p0 bra #rcp_end 206 (not $p0) bra #rcp_result_inf_or_denorm 210 bra #rcp_end 214 (not $p0) bra #rcp_result_denorm 220 bra #rcp_end 273 $p0 bra #rsq_norm
|
H A D | gk104.asm | 577 (not $p0) bra #rcp_inf_or_denorm_or_zero 586 $p0 bra #rcp_denorm_or_zero 592 $p0 bra #rcp_denorm 604 $p0 bra #rcp_end 664 (not $p0) bra #rcp_result_inf_or_denorm 668 bra #rcp_end 672 (not $p0) bra #rcp_result_denorm 678 bra #rcp_end 732 $p0 bra #rsq_norm 796 e $c bra #end_con 887 bra #end_exit global() label [all...] |
/third_party/musl/src/fenv/sh/ |
H A D | fenv.S | 73 bra 2f
|
/third_party/pcre2/pcre2/src/ |
H A D | pcre2_jit_compile.c | 9867 PCRE2_UCHAR bra = OP_BRA; in compile_assert_matchingpath() local 9889 bra = *cc; in compile_assert_matchingpath() 9903 if (bra == OP_BRAMINZERO) in compile_assert_matchingpath() 9914 if (bra == OP_BRA && !assert_needs_str_ptr_saving(ccbegin + 1 + LINK_SIZE)) in compile_assert_matchingpath() 10045 else if (bra == OP_BRAZERO) in compile_assert_matchingpath() 10121 if ((conditional && extrasize > 0) || bra == OP_BRAZERO) in compile_assert_matchingpath() 10127 if (bra == OP_BRAZERO) in compile_assert_matchingpath() 10140 if (bra == OP_BRAZERO) in compile_assert_matchingpath() 10150 if (bra != OP_BRAZERO) in compile_assert_matchingpath() 10162 if (bra in compile_assert_matchingpath() 10458 PCRE2_UCHAR bra = OP_BRA; compile_bracket_matchingpath() local 12594 PCRE2_UCHAR bra = OP_BRA; compile_assert_backtrackingpath() local 12669 PCRE2_UCHAR bra = OP_BRA; compile_bracket_backtrackingpath() local [all...] |
H A D | pcre2_compile.c | 7384 PCRE2_UCHAR *bra = code - linkoffset; in compile_branch() local 7385 oldlinkoffset = GET(bra, 1); in compile_branch() 7389 PUT(bra, 1, linkoffset); in compile_branch()
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_peephole.cpp | 3389 // @p0 bra BB:2 -> @!p0 bra BB:3 iff (!) BB:2 immediately adjoins BB:1 3391 // bra BB:3 3405 FlowInstruction *bra = i->asFlow(); in tryPropagateBranch() local 3419 bra->op = rep->op; in tryPropagateBranch() 3420 bra->target.bb = rep->target.bb; in tryPropagateBranch()
|
Completed in 34 milliseconds