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

  /external/autotest/client/site_tests/hardware_PerfCounterVerification/src/
find_loop_instructions.py 112 def _FindLoopBranches(disassembly, is_branch):
118 if is_branch(mnemonic):
125 is_branch = ChooseIsBranchForChost(chost)
126 return _FindLoopBranches(disassembly, is_branch)
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_info.h 77 unsigned is_branch:1; member in struct:tgsi_opcode_info
tgsi_text.c 983 if (info->is_branch && *cur == ':') {
    [all...]
  /external/v8/src/ppc/
assembler-ppc.cc 448 void Assembler::target_at_put(int pos, int target_pos, bool* is_branch) {
452 if (is_branch != nullptr) {
453 *is_branch = (opcode == BX || opcode == BCX);
553 bool is_branch = false; local
567 target_at_put(fixup_pos, pos, &is_branch);
572 if (!trampoline_emitted_ && is_branch) {
    [all...]
assembler-ppc.h     [all...]
  /toolchain/binutils/binutils-2.25/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 852 is_branch (const unsigned char *insn) function
980 branch = is_branch (contents);
    [all...]
elf32-xtensa.c 4546 bfd_boolean is_branch = (strcmp ("beqz", widenable[opi].wide) == 0 local
    [all...]
  /external/v8/src/s390/
assembler-s390.cc 384 void Assembler::target_at_put(int pos, int target_pos, bool* is_branch) {
388 if (is_branch != nullptr) {
389 *is_branch = (opcode == BRC || opcode == BRCT || opcode == BRCTG ||
438 bool is_branch = false; local
447 target_at_put(fixup_pos, pos, &is_branch);
    [all...]
assembler-s390.h     [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-xtensa.c 6939 bfd_boolean is_branch = FALSE; local
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp     [all...]

Completed in 458 milliseconds