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

  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_info.h 78 unsigned is_branch:1; member in struct:tgsi_opcode_info
  /external/virglrenderer/src/gallium/auxiliary/tgsi/
tgsi_info.h 77 unsigned is_branch:1; member in struct:tgsi_opcode_info
  /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);
  /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...]

Completed in 146 milliseconds