Home
last modified time | relevance | path

Searched refs:jump_target (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_bc_finalize.cpp980 if (c->jump_target->next == NULL) { in cf_peephole()
981 c->jump_target->insert_after(sh.create_cf(CF_OP_NOP)); in cf_peephole()
982 if (last_cf == c->jump_target) in cf_peephole()
983 last_cf = static_cast<cf_node*>(c->jump_target->next); in cf_peephole()
985 c->jump_target = static_cast<cf_node*>(c->jump_target->next); in cf_peephole()
999 } else if (c->is_cf_op(CF_OP_JUMP) && c->jump_target == c->next) { in cf_peephole()
Dsb_ir.h995 cf_node() : container_node(NT_OP, NST_CF_INST), jump_target(), in cf_node()
1000 cf_node *jump_target; variable
1007 void jump(cf_node *c) { jump_target = c; jump_after_target = false; } in jump()
1008 void jump_after(cf_node *c) { jump_target = c; jump_after_target = true; } in jump_after()
Dsb_bc_builder.cpp81 } else if (cf->jump_target) { in build()
82 cf->bc.addr = cf->jump_target->bc.id; in build()
/external/vixl/test/aarch64/
Dtest-assembler-aarch64.cc7088 Label jump_target, jump_call_target, call_target, done; in BtiHelper() local
7092 __ Adr(x0, &jump_target); in BtiHelper()
7095 __ Bind(&jump_target, EmitBTI_j); in BtiHelper()
7243 Label jump_target; in TEST() local
7244 __ Adr(x0, &jump_target); in TEST()
7247 __ Bind(&jump_target, EmitBTI_c); in TEST()