Home
last modified time | relevance | path

Searched refs:is_branch (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.h78 unsigned is_branch:1; member
Dtgsi_text.c1214 if (info->is_branch && *cur == ':') { in parse_instruction()
/external/v8/src/s390/
Dassembler-s390.cc399 void Assembler::target_at_put(int pos, int target_pos, bool* is_branch) { in target_at_put() argument
403 if (is_branch != nullptr) { in target_at_put()
404 *is_branch = (opcode == BRC || opcode == BRCT || opcode == BRCTG || in target_at_put()
453 bool is_branch = false; in bind_to() local
462 target_at_put(fixup_pos, pos, &is_branch); in bind_to()
Dassembler-s390.h1353 void target_at_put(int pos, int target_pos, bool* is_branch = nullptr);
/external/v8/src/ppc/
Dassembler-ppc.cc456 void Assembler::target_at_put(int pos, int target_pos, bool* is_branch) { in target_at_put() argument
460 if (is_branch != nullptr) { in target_at_put()
461 *is_branch = (opcode == BX || opcode == BCX); in target_at_put()
561 bool is_branch = false; in bind_to() local
575 target_at_put(fixup_pos, pos, &is_branch); in bind_to()
580 if (!trampoline_emitted_ && is_branch) { in bind_to()
Dassembler-ppc.h1324 void target_at_put(int pos, int target_pos, bool* is_branch = nullptr);
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp4514 tgsi_get_opcode_info(inst->op)->is_branch || in simplify_cmp()