HomeSort by relevance Sort by last modified time
    Searched refs:is_branch (Results 1 - 10 of 10) sorted by null

  /external/virglrenderer/src/gallium/auxiliary/tgsi/
tgsi_info.h 77 unsigned is_branch:1; member in struct:tgsi_opcode_info
tgsi_text.c 1172 if (info->is_branch && *cur == ':') {
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_info.h 78 unsigned is_branch:1; member in struct:tgsi_opcode_info
tgsi_info_opcodes.h 64 OPCODE(0, 0, NONE, CAL, .is_branch = 1)
75 OPCODE(0, 1, NONE, IF, .is_branch = 1, .post_indent = 1)
76 OPCODE(0, 1, NONE, UIF, .is_branch = 1, .post_indent = 1)
78 OPCODE(0, 0, NONE, ELSE, .is_branch = 1, .pre_dedent = 1, .post_indent = 1)
100 OPCODE(0, 0, NONE, BGNLOOP, .is_branch = 1, .post_indent = 1)
102 OPCODE(0, 0, NONE, ENDLOOP, .is_branch = 1, .pre_dedent = 1)
tgsi_text.c 1189 if (info->is_branch && *cur == ':') {
    [all...]
  /external/v8/src/s390/
assembler-s390.cc 459 void Assembler::target_at_put(int pos, int target_pos, bool* is_branch) {
463 if (is_branch != nullptr) {
464 *is_branch = (opcode == BRC || opcode == BRCT || opcode == BRCTG ||
523 bool is_branch = false; local
532 target_at_put(fixup_pos, pos, &is_branch);
assembler-s390.h     [all...]
  /external/v8/src/ppc/
assembler-ppc.cc 462 void Assembler::target_at_put(int pos, int target_pos, bool* is_branch) {
466 if (is_branch != nullptr) {
467 *is_branch = (opcode == BX || opcode == BCX);
574 bool is_branch = false; local
588 target_at_put(fixup_pos, pos, &is_branch);
593 if (!trampoline_emitted_ && is_branch) {
    [all...]
assembler-ppc.h     [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp     [all...]

Completed in 2387 milliseconds