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

  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_info.h 78 unsigned is_branch:1; member in struct:tgsi_opcode_info
tgsi_text.c 1214 if (info->is_branch && *cur == ':') {
    [all...]
  /external/v8/src/s390/
assembler-s390.cc 399 void Assembler::target_at_put(int pos, int target_pos, bool* is_branch) {
403 if (is_branch != nullptr) {
404 *is_branch = (opcode == BRC || opcode == BRCT || opcode == BRCTG ||
453 bool is_branch = false; local
462 target_at_put(fixup_pos, pos, &is_branch);
    [all...]
assembler-s390.h     [all...]
  /external/v8/src/ppc/
assembler-ppc.cc 456 void Assembler::target_at_put(int pos, int target_pos, bool* is_branch) {
460 if (is_branch != nullptr) {
461 *is_branch = (opcode == BX || opcode == BCX);
561 bool is_branch = false; local
575 target_at_put(fixup_pos, pos, &is_branch);
580 if (!trampoline_emitted_ && is_branch) {
    [all...]
assembler-ppc.h     [all...]
  /toolchain/binutils/binutils-2.27/bfd/
elf64-ia64-vms.c 398 bfd_boolean is_branch; local
411 is_branch = TRUE;
422 is_branch = TRUE;
437 is_branch = FALSE;
494 if (is_branch && dyn_i && dyn_i->want_plt2)
528 if (is_branch)
    [all...]
elfnn-ia64.c 399 bfd_boolean is_branch;
413 is_branch = TRUE;
424 is_branch = TRUE;
439 is_branch = FALSE;
497 if (is_branch && dyn_i && dyn_i->want_plt2)
562 if (is_branch)
396 bfd_boolean is_branch; local
    [all...]
elf32-spu.c 861 is_branch (const unsigned char *insn) function
989 branch = is_branch (contents);
    [all...]
elf32-xtensa.c 4547 bfd_boolean is_branch = (strcmp ("beqz", widenable[opi].wide) == 0 local
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-xtensa.c 7007 bfd_boolean is_branch = FALSE; local
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp     [all...]

Completed in 744 milliseconds