Home
last modified time | relevance | path

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

/third_party/mesa3d/src/panfrost/midgard/
H A Dmidgard_opt_copy_prop.c64 bool is_branch = q->compact_branch; in midgard_opt_copy_prop() local
66 if (!(is_tex || is_ldst || is_branch)) continue; in midgard_opt_copy_prop()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_info.h78 unsigned is_branch:1; member
H A Dtgsi_text.c1189 if (info->is_branch && *cur == ':') { in parse_instruction()
/third_party/node/deps/v8/src/codegen/s390/
H A Dassembler-s390.cc507 void Assembler::target_at_put(int pos, int target_pos, bool* is_branch) { in target_at_put() argument
511 if (is_branch != nullptr) { in target_at_put()
512 *is_branch = in target_at_put()
572 bool is_branch = false; in bind_to() local
581 target_at_put(fixup_pos, pos, &is_branch); in bind_to()
H A Dassembler-s390.h1379 void target_at_put(int pos, int target_pos, bool* is_branch = nullptr);
/third_party/node/deps/v8/src/codegen/ppc/
H A Dassembler-ppc.cc450 void Assembler::target_at_put(int pos, int target_pos, bool* is_branch) { in target_at_put() argument
454 if (is_branch != nullptr) { in target_at_put()
455 *is_branch = (opcode == BX || opcode == BCX); in target_at_put()
560 bool is_branch = false; in bind_to() local
574 target_at_put(fixup_pos, pos, &is_branch); in bind_to()
579 if (!trampoline_emitted_ && is_branch) { in bind_to()
H A Dassembler-ppc.h1331 void target_at_put(int pos, int target_pos, bool* is_branch = nullptr);

Completed in 14 milliseconds