Searched defs:do_branch (Results 1 - 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_bld_alpha.c56 boolean do_branch)
93 if (do_branch)
49 lp_build_alpha_test(struct gallivm_state *gallivm, unsigned func, struct lp_type type, const struct util_format_description *cbuf_format_desc, struct lp_build_mask_context *mask, LLVMValueRef alpha, LLVMValueRef ref, boolean do_branch) argument
H A Dlp_bld_depth.c546 boolean do_branch)
767 if (do_branch) {
769 do_branch = FALSE;
846 if (do_branch)
535 lp_build_depth_stencil_test(struct gallivm_state *gallivm, const struct pipe_depth_state *depth, const struct pipe_stencil_state stencil[2], struct lp_type z_src_type, const struct util_format_description *format_desc, struct lp_build_mask_context *mask, LLVMValueRef stencil_refs[2], LLVMValueRef z_src, LLVMValueRef zs_dst_ptr, LLVMValueRef face, LLVMValueRef *zs_value, boolean do_branch) argument
H A Dlp_state_fs.c703 boolean do_branch)
717 if (do_branch)
1094 boolean do_branch = ((key->depth.enabled || key->stencil[0].enabled) && local
1107 do_branch);
694 generate_blend(struct gallivm_state *gallivm, const struct pipe_blend_state *blend, unsigned rt, LLVMBuilderRef builder, struct lp_type type, LLVMValueRef context_ptr, LLVMValueRef mask, LLVMValueRef *src, LLVMValueRef dst_ptr, boolean do_branch) argument
/external/v8/src/mips/
H A Dsimulator-mips.cc3974 bool do_branch) {
3977 if (do_branch) {
3987 &execute_branch_delay_instruction](bool do_branch) {
3990 if (do_branch) {
3998 auto BranchAndLinkCompactHelper = [this, instr, &next_pc](bool do_branch,
4002 if (do_branch) {
4011 auto BranchCompactHelper = [&next_pc, this, instr](bool do_branch, int bits) {
4014 if (do_branch) {
4032 bool do_branch = (instr->FBtrueValue()) ? cc_value : !cc_value; local
4033 BranchHelper(do_branch);
[all...]
/external/v8/src/mips64/
H A Dsimulator-mips64.cc4229 bool do_branch) {
4232 if (do_branch) {
4242 &execute_branch_delay_instruction](bool do_branch) {
4245 if (do_branch) {
4253 auto BranchAndLinkCompactHelper = [this, instr, &next_pc](bool do_branch,
4257 if (do_branch) {
4266 auto BranchCompactHelper = [&next_pc, this, instr](bool do_branch, int bits) {
4269 if (do_branch) {
4285 bool do_branch = (instr->FBtrueValue()) ? cc_value : !cc_value; local
4286 BranchHelper(do_branch);
[all...]
/external/valgrind/VEX/priv/
H A Dguest_ppc_toIR.c5840 IRTemp do_branch = newTemp(Ity_I32); local
5911 assign( do_branch,
5924 binop(Iop_CmpNE32, mkexpr(do_branch), mkU32(0)),
5990 assign( do_branch,
5999 binop(Iop_CmpEQ32, mkexpr(do_branch), mkU32(0)),

Completed in 149 milliseconds